include/
[binutils-gdb.git] / gas / ChangeLog
1 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2
3 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
4 (ppc_mach): Handle titan.
5 * doc/c-ppc.texi: Mention -mtitan.
6
7 2010-02-05 Joseph Myers <joseph@codesourcery.com>
8
9 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
10 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
11 * Makefile.in: Regenerate.
12
13 2010-02-03 Quentin Neill <quentin.neill@amd.com>
14
15 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
16 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
17 * config/tc-i386.h (processor_type): Same.
18 * doc/c-i386.texi: Change amdfam15 to bdver1.
19
20 2010-01-29 Nick Clifton <nickc@redhat.com>
21
22 PR 11136
23 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
24 NS_NULL.
25
26 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
27
28 * NEWS: Mention new feature.
29 * config/obj-coff.c (obj_coff_section): Accept digits and use
30 to override default section alignment power if specified.
31 * doc/as.texinfo (.section directive): Update documentation.
32
33 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
34
35 * config/tc-i386.c (avxscalar): New.
36 (OPTION_MAVXSCALAR): Likewise.
37 (build_vex_prefix): Select vector_length for scalar instructions
38 based on avxscalar.
39 (md_longopts): Add OPTION_MAVXSCALAR.
40 (md_parse_option): Handle OPTION_MAVXSCALAR.
41 (md_show_usage): Add -mavxscalar=.
42
43 * doc/c-i386.texi: Document -mavxscalar=.
44
45 2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
46
47 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
48 0xc4 individually.
49
50 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
51
52 * write.h (fix_at_start): Declare.
53 * write.c (fix_new_internal): Add at_beginning parameter.
54 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
55 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
56 (fix_new, fix_new_exp): Update accordingly.
57 (fix_at_start): New function.
58 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
59 (ppc_ref): New function, for OBJ_XCOFF.
60 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
61 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
62
63 2010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
64
65 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
66 on 64-bit Solaris/x86.
67 Include obj-format.h earlier.
68
69 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70
71 * config/tc-s390.c (s390_elf_final_processing): New function.
72 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
73 (s390_elf_final_processing): Added prototype.
74
75
76 2010-01-20 Nick Clifton <nickc@redhat.com>
77
78 PR 11109
79 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
80 code to handle round-to-zero for VCVT conversions.
81 (do_neon_cvt): New. Call do_neon_cvt_1.
82 (do_neon_cvtr): New. Call do_neon_cvt_1.
83 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
84 insn.
85
86 2010-01-18 Tristan Gingold <gingold@adacore.com>
87
88 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
89
90 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
91
92 * config/tc-i386.c (md_assemble): Before accessing the IMM field
93 check that it's not an XOP insn.
94
95 2010-01-14 Jie Zhang <jie.zhang@analog.com>
96
97 * config/bfin-aux.h: Remove argument names in function
98 declarations.
99 * config/bfin-lex.l (parse_int): Fix shadowed variable name
100 warning.
101 * config/bfin-parse.y (value_match): Remove argument names
102 in declaration.
103 (notethat): Likewise.
104 (yyerror): Likewise.
105
106 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
107
108 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
109
110 2010-01-13 Nick Clifton <nickc@redhat.com>
111
112 * config/tc-h8300.c (h8300_elf_section): New function - issue a
113 warning message if a new section is created without setting any
114 attributes for it.
115 (md_pseudo_table): Intercept section creation pseudos.
116 (md_pcrel_from): Replace abort with an error message.
117 * config/obj-elf.c (obj_elf_section_name): Export this function.
118 * config/obj-elf.h (obj_elf_section_name): Prototype.
119
120 2010-01-12 Alan Modra <amodra@gmail.com>
121
122 PR 11122
123 * listing.c (print_source): Add one to line number.
124
125 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
126
127 * Makefile.in: Regenerate.
128 * configure: Regenerate.
129 * doc/Makefile.in: Regenerate.
130
131 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
132
133 * version.c (parse_args): Change to "Copyright 2010".
134
135 2010-01-06 Quentin Neill <quentin.neill@amd.com>
136
137 * config/tc-i386.c (cpu_arch): Add amdfam15.
138 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
139 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
140 * doc/c-i386.texi: Add amdfam15.
141
142 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
143
144 * config/tc-arm.c (do_neon_logic): Accept imm value
145 in the third operand too.
146 (operand_parse_code): OP_RNDQ_IMVNb renamed to
147 OP_RNDQ_Ibig.
148 (parse_operands): OP_NILO case removed, applied renaming.
149 (insns): Neon shape changed for some logic instructions.
150
151 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
152
153 * config/tc-arm.c (do_neon_ldx_stx): Added
154 validation for vector load/store insns.
155
156 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
157
158 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
159
160 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
161
162 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
163 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
164 (NEON_ENCODE): New macro.
165 (check_neon_suffixes): New macro.
166 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
167 (do_vfp_nsyn_opcode): Likewise.
168 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
169 (do_vfp_nsyn_cmp): Likewise.
170 (do_neon_shl_imm): Likewise.
171 (do_neon_qshl_imm): Likewise.
172 (neon_dyadic_misc): Likewise.
173 (do_neon_mac_maybe_scalar): Likewise.
174 (do_neon_qdmulh): Likewise.
175 (do_neon_qmovn): Likewise.
176 (do_neon_qmovun): Likewise.
177 (do_neon_movn): Likewise.
178 (neon_mac_reg_scalar_long): Likewise.
179 (do_neon_vmull): Likewise.
180 (do_neon_trn): Likewise.
181 (do_neon_ldx_stx): Likewise.
182 (neon_dp_fixup): Changed signature and set the flag.
183 (neon_three_same): Call the above with new signature.
184 (neon_two_same): Likewise.
185 (neon_imm_shift): Likewise.
186 (neon_mul_mac): Likewise.
187 (do_neon_abs_neg): Likewise.
188 (neon_mixed_length): Likewise.
189 (do_neon_ext): Likewise.
190 (do_neon_mov): Likewise.
191 (do_neon_tbl_tbx): Likewise.
192 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
193 (neon_compare): Likewise.
194 (do_neon_shll): Likewise.
195 (do_neon_cvt): Likewise.
196 (do_neon_mvn): Likewise.
197 (do_neon_dup): Likewise.
198 (md_assemble): Call check_neon_suffixes ().
199
200 For older changes see ChangeLog-2009
201 \f
202 Local Variables:
203 mode: change-log
204 left-margin: 8
205 fill-column: 74
206 version-control: never
207 End: