94c615be5a52321893a51ed78dda42794b57da00
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2009-02-06 Nick Clifton <nickc@redhat.com>
2
3 PR 9814
4 * config/tc-arm.c (MODE_RECORDED): New define.
5 (output_inst): Record the thumb_mode in the current frag.
6 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
7 (arm_init_frag): Only set the tc_frag_data field if it has not
8 already been set.
9
10 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
11
12 AVX Programming Reference (January, 2009)
13 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
14 (CPU_FLAGS_AVX_MATCH): Updated.
15 (CPU_FLAGS_32BIT_MATCH): Likewise.
16 (cpu_flags_match): Likewise.
17
18 2009-02-03 Sandip Matte <sandip@rmicorp.com>
19
20 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
21 M_MSGWAIT and M_MSGWAIT_T.
22 (mips_cpu_info_table): Add XLR entry.
23 * doc/c-mips.texi (-march): Document xlr.
24
25 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
26
27 * config/tc-avr.c (mcu_types): Add ata6289.
28 * doc/c-avr.texi: Likewise.
29
30 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
31
32 * configure.in: AC_SUBST pdfdir.
33 * Makefile.am: Add install-pdf, install-pdf-am,
34 and install-pdf-recursive targets.
35 * doc/Makefile.am: Define pdf__strip_dir. Add
36 install-pdf and install-pdf-am targets.
37 * po/Make-in: Add install-pdf target.
38 * configure: Regenerate.
39 * Makefile.in: Regenerate.
40 * doc/Makefile.in: Regenerate.
41
42 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
43
44 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
45 relocations.
46 * config/m68k-parse.y (yylex): Parse TLS relocations.
47 * config/tc-m68k.c (m68k_elf_cons): New static function.
48 (md_pseudo_table): Use it.
49 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
50 relocations.
51 (md_apply_fix): Fix to set thread local flag.
52 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
53
54 2009-02-03 Vince Weaver <vince@csl.cornell.edu>
55
56 PR 9779
57 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
58 indexed addressing for symbolic expressions.
59
60 2009-01-29 Mark Mitchell <mark@codesourcery.com>
61
62 * config/tc-arm.c (BAD_SP): Define.
63 (s_arm_unwind_fnstart): Use REG_SP.
64 (s_arm_unwind_setfp): Likewise.
65 (reject_bad_reg): New macro.
66 (do_co_reg): Check for bad registers.
67 (do_co_reg2c): Likewise.
68 (do_srs): Use REG_SP.
69 (do_t_add_sub): Check for bad registers.
70 (do_t_adr): Likewise.
71 (do_t_arit3): Likewise.
72 (do_t_arit3c): Likewise.
73 (do_t_bfc): Likewise.
74 (do_t_bfi): Likewise.
75 (do_t_bfx): Likewise.
76 (do_t_blx): Likewise.
77 (do_t_bx): Likewise.
78 (do_t_bxj): Likewise.
79 (do_t_clz): Likewise.
80 (do_t_div): Likewise.
81 (do_t_mla): Likewise.
82 (do_t_mlal): Likewise.
83 (do_t_mov_cmp): Likewise.
84 (do_t_mov16): Likewise.
85 (do_t_mvn_tst): Likewise.
86 (do_t_mrs): Likewise.
87 (do_t_msr): Likewise.
88 (do_t_mul): Likewise.
89 (do_t_mull): Likewise.
90 (do_t_orn): Likewise.
91 (do_t_pkhbt): Likewise.
92 (do_t_pld): Likewise.
93 (do_t_rbit): Likewise.
94 (do_t_rev): Likewise.
95 (do_t_rrx): Likewise.
96 (do_t_rsb): Likewise.
97 (do_t_shift): Likewise.
98 (do_t_simd): Likewise.
99 (do_t_ssat): Likewise.
100 (do_t_ssat16): Likewise.
101 (do_t_sxtah): Likewise.
102 (do_t_sxth): Likewise.
103 (do_t_tb): Likewise.
104 (do_t_usat): Likewise.
105 (do_t_usat16): Likewise.
106 (nysn_insert_sp): Use REG_SP.
107
108 2009-01-29 Mark Mitchell <mark@codesourcery.com>
109
110 * config/tc-arm.c (do_t_orn): New function.
111 (do_t_rrx): Likewise.
112 (insns): Add orn and rrx.
113
114 2009-01-29 Mark Mitchell <mark@codesourcery.com>
115
116 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
117 uasx, uhasx, uhsx, uqasx, uqsax, usax.
118
119 2009-01-29 Mark Mitchell <mark@codesourcery.com>
120
121 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
122 qdsub in Thumb-2 mode.
123
124 2009-01-29 Paul Brook <paul@codesourcery.com>
125 Mark Mitchell <mark@codesourcery.com>
126
127 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
128 of MUL when possible.
129
130 2009-01-29 Nick Clifton <nickc@redhat.com>
131
132 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
133
134 2009-01-29 Nathan Sidwell <nathan@codesourcery.com>
135 Catherine Moore <clm@codesourcery.com?
136
137 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
138 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
139 directives.
140
141 2009-01-27 Nick Clifton <nickc@redhat.com>
142
143 * config/tc-mips.c (append_insn): Cope with a complex reloc
144 sequence containing an unsupported reloc type.
145 (enum options): Replace computed #define's constants for option
146 numbers with this enum.
147 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
148 environment.
149 (md_parse_option): Allow -32 in a non-ELF environment.
150
151 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
152
153 * config/tc-arm.c (attributes_set_explicitly): New array.
154 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
155 (cpu_arch): Add ARM_ARCH_V5T.
156 (aeabi_set_attribute_int): New function.
157 (aeabi_set_attribute_string): New function.
158 (aeabi_set_public_attributes): Set attributes according to the user's
159 intentions, rather than the actual state of the binary.
160 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
161 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
162 Support WMMXv2. Use attribute names instead of numbers.
163 * read.c (s_vendor_attribute): Change return type to int.
164 Return the tag number that was set.
165 * read.h (s_vendor_attribute): Change return type to int.
166
167 2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
168
169 PR 9789
170 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
171 * doc/c-avr.texi: Likewise.
172
173 2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
174
175 * doc/c-arm.texi (): Document -mwarn-deprecated.
176 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
177 (warn_on_deprecated): ... this.
178 (opcode_lookup, md_assemble): Check it before warning.
179 (arm_opts): Add m[no-]warn-deprecated.
180 (md_parse_option): Replace WARN_DEPRECATED with
181 warn_on_deprecated.
182
183 2009-01-23 Andreas Schwab <schwab@suse.de>
184
185 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
186 arguments to macro_build to match format.
187
188 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
189 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
190
191 2009-01-19 Nick Clifton <nickc@redhat.com>
192
193 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
194 ELF format ARM targets.
195 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
196
197 2009-01-19 Nick Clifton <nickc@redhat.com>
198
199 * configure.tgt: Restore alpha sorting to object format switch
200 statement.
201
202 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
203
204 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
205
206 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
207
208 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
209 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
210
211 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
212 Daniel Jacobowitz <dan@codesourcery.com>
213
214 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
215 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
216 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
217 * read.c (s_vendor_attribute): Add support for symbolic tag names.
218 Improve string parser.
219 * doc/c-arm.texi (ARM Machine Directives): Document
220 .eabi_attribute symbolic tag names.
221
222 2009-01-16 Alan Modra <amodra@bigpond.net.au>
223
224 * configure.in (commonbfdlib): Delete.
225 * configure: Regenerate.
226 * po/POTFILES.in: Regenerate.
227
228 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
229 Julian Brown <julian@codesourcery.com>
230
231 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
232
233 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
234
235 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
236 bfd_elf_add_obj_attr_int_string.
237
238 2009-01-15 Douglas B Rupp <rupp@gnat.com>
239
240 * configure.tgt(ia64-*-*vms*): New target.
241 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
242 * tc.h (md_number_to_chars): Declare iff undefined.
243 * config/obj-elf.c (obj_elf_change_section): Change type of arg
244 attr to bfd_vma.
245 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
246 variables attr, md_attr to bfd_vma.
247 (obj_elf_section_word): Likewise.
248 (obj_elf_section): Change type of variable attr to bfd_vma
249 * config/obj-elf.h (obj_elf_change_section): Change type of arg
250 attr to bfd_vma.
251 * config/tc-ia64.c (bfdver.h,time.h): Include.
252 (ia64_elf_section_letter): Now returns a bfd_vma.
253 Handle VMS specific attributes.
254 (ia64_elf_section_flags): Arg attr now a bfd_vma.
255 (ia64_init): Don't turn on dependency checking for VMS.
256 (ia64_target_format): Check for VMS flag bit.
257 (do_alias): Hande decc$ functions.
258 (get_vms_time): New function.
259 (ia64_vms_note): New function.
260 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
261 (ia64_elf_section_flags): Arg attr now a bfd_vma.
262 (tc_init_after_args): Define for VMS.
263 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
264 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
265 * config/tc-alpha.h: Likewise.
266 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
267 (x86_64_section_word): Return a bfd_vma.
268 * config/tc-i386.h: Likewise.
269 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
270 attr to bfd_vma.
271 * config/tc-ip2k.h: Likewise.
272 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
273 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
274 * config/tc-mep.h: Likewise.
275 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
276 (ppc_section_word): Return a bfd_vma.
277 (ppc_section_flags): Change type of arg attr to bfd_vma.
278 * config/tc-ppc.h: Likewise.
279 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
280 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
281 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
282 New file with new macros
283 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
284 macros.
285
286 2009-01-15 Nick Clifton <nickc@redhat.com>
287
288 PR 9722
289 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
290 instructions before generating a Thumb2 nop.
291
292 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
293
294 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
295
296 2009-01-12 Alan Modra <amodra@bigpond.net.au>
297
298 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
299 (brinfo): New var.
300 (md_assemble): Poke brinfo into branch instructions.
301 (spu_brinfo): New function.
302 (md_apply_fix): Don't assume insn fields start off at zero, mask
303 them to remove possible brinfo.
304
305 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
306
307 * doc/c-i386.texi: Reformat.
308
309 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
310
311 * gas/config/tc-i386.c (cpu_arch): Add corei7, .clflush and
312 .syscall.
313 (i386_align_code): Handle PROCESSOR_COREI7.
314 (md_show_usage): Add corei7, clflush and syscall.
315 (i386_target_format): Replace cpup4 with cpuclflush.
316
317 * gas/config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
318
319 * doc/c-i386.texi: Document corei7, clflush and syscall.
320
321 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
322
323 * config/tc-i386.c (cpu_arch): Add .rdtscp.
324 (md_show_usage): Display rdtscp.
325
326 * doc/c-i386.texi: Document rdtscp.
327
328 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
329
330 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
331 Test the new "deprecated" opcode field.
332
333 2009-01-07 Sterling Augustine <sterling@tensilica.com>
334
335 * config/tc-xtensa.c (produce_flix): New.
336 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
337 (md_longopts): Add support for them.
338 (md_parse_option): Likewise.
339 (md_show_usage): Add help message.
340 (finish_vinsn): Don't allow multi-slot flix when produce_flix
341 option is set to FLIX_NONE.
342 * config/xtensa-relax.c (transition_applies): Only relax to
343 flix branches when produce_flix equals FLIX_ALL.
344 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
345 FLIX_NONE): New.
346 (produce_flix): Declare.
347
348 2009-01-06 Chao-ying Fu <fu@mips.com>
349
350 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
351 Use strncmp to match jalr and jalr.hb.
352 Fix a typo.
353
354 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
355
356 AVX Programming Reference (December, 2008)
357 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
358 support. Don't swap REG and NDS for FMA.
359
360 2009-01-02 Matthias Klose <doko@ubuntu.com>
361
362 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
363 behaviour.
364
365 For older changes see ChangeLog-2008
366 \f
367 Local Variables:
368 mode: change-log
369 left-margin: 8
370 fill-column: 74
371 version-control: never
372 End:
This page took 0.036389 seconds and 4 git commands to generate.