include/
[binutils-gdb.git] / gas / ChangeLog
1 2009-03-18 Alan Modra <amodra@bigpond.net.au>
2
3 * as.h: Include alloca-conf.h instead of config.h and remove
4 existing #if's handling alloca.
5 * Makefile.am: Run "make dep-am".
6 * Makefile.in: Regenerate.
7
8 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
9
10 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
11 C_AIX_WEAKEXT too.
12
13 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
14
15 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
16 "value" from fx_offset. Manually resubtract md_pcrel_from_section
17 where necessary.
18
19 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
20
21 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
22 * configure.in: Likewise.
23 * configure: Regenerate.
24
25 2009-03-11 Hans-Peter Nilsson <hp@axis.com>
26
27 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
28 Rename, changing all callers, to...
29 (md_create_short_jump): Adjust head comment. Assert
30 word-sized-branch distance for v32. Bail out calling as_fatal for
31 compatibility mode here.
32 (md_create_long_jump): ...not here.
33 * config/tc-cris.h (md_create_short_jump): Do not define.
34
35 2009-03-10 Hans-Peter Nilsson <hp@axis.com>
36
37 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
38 the jump table for multiple overflowing entries with the same
39 target, handle base symbols being different.
40 (relax_segment) <case rs_broken_word, second loop>: Whenever a
41 single entry overflows, arrange to redirect all entries with the
42 same target.
43
44 2009-03-10 Alan Modra <amodra@bigpond.net.au>
45
46 * config/tc-ppc.c (parse_cpu): Delete.
47 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
48
49 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
50
51 PR gas/9915
52 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
53 (LOCAL_LABELS_FB): Undefine befoe define.
54
55 2009-03-06 Nick Clifton <nickc@redhat.com>
56
57 * po/es.po: Updated Spanish translation.
58
59 2009-03-05 Joseph Myers <joseph@codesourcery.com>
60
61 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
62 s_incbin): Call md_cons_align (1).
63
64 2009-03-04 Nick Clifton <nickc@redhat.com>
65
66 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
67 based targets.
68 (s_alpha_comm): Only define "temp" and "log_align" local variables
69 for EVAX targets.
70
71 2009-03-04 Alan Modra <amodra@bigpond.net.au>
72
73 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
74 have non-zero addend.
75 (md_assemble): Parse args of __tls_get_addr calls.
76 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
77
78 2009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
79
80 binutils/3807
81 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
82 local scope for ELF targets.
83
84 2009-03-04 Alan Modra <amodra@bigpond.net.au>
85
86 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
87
88 2009-03-03 Tristan Gingold <gingold@adacore.com>
89 Eric Botcazou <ebotcazou@adacore.com>
90 Douglas B Rupp <rupp@gnat.com>
91
92 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
93 for Alpha.
94 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
95 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
96 (OBJ_SYMFIELD_TYPE): Remove.
97 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
98 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
99 (tc_frob_file_before_fix): Do not defined on evax.
100 * config/tc-alpha.c: Always includes dwarf2dbg.h.
101 Include vms.h if OBJ_EVAX.
102 (struct alpha_fixup): Add xtrasym and procsym (evax only).
103 (enum alpha_macro_arg): Remove trailing comma.
104 (md_longopts): Add replace and noreplace arguments (evax only).
105 (alpha_evax_proc_hash): New variable.
106 (alpha_link_section): Make it global.
107 (alpha_ctors_section, alpha_dtors_section): Removed.
108 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
109 (alpha_lit8_section): Ifndef'ed on evax.
110 (alpha_lit8_symbol): Ditto.
111 (alpha_prologue_label): New variable.
112 (alpha_linkage_symbol): New variable (evax only).
113 (alpha_flag_replace): Ditto.
114 (struct alpha_evax_procs): Add handler and handler_data field.
115 (alpha_evax_proc): Now of type pointer.
116 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
117 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
118 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
119 (alpha_adjust_relocs): Ifndef'ed on evax.
120 (load_expression): Add opname argument.
121 Implement LDA/BSR optimization for evax.
122 (emit_lda): Adjust for new prototype of load_expression.
123 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
124 (emit_loadstore): Likewise.
125 (emit_ldXu): Likewise.
126 (emit_stX): Likewise.
127 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
128 (emit_ldgp): Avoid warning in evax case.
129 (add_to_link_pool): Make it static. Return symbolic expression rather
130 than number expression for the offset.
131 (s_alpha_text): Create .text symbol for evax if not already created.
132 (s_alpha_comm): Do not create specific section for common symbol.
133 Fill common area with zeros for evax.
134 (s_alpha_prologue): Create alpha_prologue_label.
135 (s_alpha_section_name): New function (evax).
136 (s_alpha_section_word): Likewise.
137 (section_name): New static variabke moved out from ...
138 (s_alpha_section): ... here. Create new sections on demand.
139 (s_alpha_literals): New function (evax).
140 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
141 alpha_evax_proc_hash table.
142 (s_alpha_handler): New function (evax).
143 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
144 (s_alpha_prologue): New function (evax).
145 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
146 handling of procedures with hash table.
147 Add support for condition handlers.
148 (s_alpha_linkage): Create linkage_fixup instance and chain it.
149 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
150 (s_alpha_mask): Likewise.
151 (s_alpha_fmask): Likewise.
152 (s_alpha_end): Clear alpha_evax_proc.
153 (s_alpha_align): Increase max_alignment to 16.
154 (alpha_print_token): Call print_expr_1 instead of print_expr.
155 (md_pseudo_table): Add "section", "literals", "handler" and
156 "handler_data" (evax). Do not ignore "prologue" on evax.
157 Fix indentation.
158 (md_begin): Create hash table for alpha_evax_proc_hash.
159 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
160 (md_show_usage): Mention -replace/-noreplace for evax.
161 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
162 (alpha_force_relocation): Likewise.
163 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
164 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
165 (emit_insn): New cases for evax specific relocs.
166 (assemble_insn): Fix indentation.
167 Take care of -MDISP in operand table.
168 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
169 (OBJ_SYMFIELD_TYPE): New macro.
170 (obj_symbol_new_hook): Define.
171 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
172 (obj_frob_file_before_fix): Ditto.
173 (PDSC_S_M_HANDLER_VALID): New macro.
174 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
175 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
176 Add prototypes for functions declared in obj-evax.c
177 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
178 (s_evax_weak): Convert to ansi-C.
179 (evax_symbol_new_hook): New function.
180 (evax_frob_symbol): Ditto.
181 (evax_frob_file_before_adjust): Ditto.
182 (evax_frob_file_before_fix): Ditto.
183 (evax_shorten_name): Ditto.
184 (crc32): Ditto.
185 (encode_32): Ditto.
186 (encode_16): Ditto.
187 (decode_16): Ditto.
188 (shorten_identifier): Ditto.
189 (is_truncated_identifier): Ditto.
190 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
191 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
192 (main): Ditto.
193
194 2009-03-03 Alan Modra <amodra@bigpond.net.au>
195
196 * Makefile.am: Run "make dep-am".
197 * Makefile.in: Regenerate.
198
199 2009-03-02 Nick Clifton <nickc@redhat.com>
200
201 PR 9874
202 * config/tc-ia64.c (fix_insn): Fix warning reported by
203 -Wformat-security.
204
205 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
206
207 * config/tc-score7.c: New file.
208 * doc/c-score.texi: New file.
209 * Makefile.am: Update dependencies for tc-score.c.
210 * Makefile.in: Regenerate.
211 * NEWS: Mention support for Score7 architecture.
212 * config/tc-score.c: Add support for Score7 architecture.
213 * config/tc-score.h: Likewise.
214 * doc/Makefile.am: Add c-score.texi.
215 * doc/Makefile.in: Regenerate.
216 * doc/all.texi: Add Score7.
217 * doc/as.texinfo: Add Score7.
218
219 2009-03-01 Mark Mitchell <mark@codesourcery.com>
220
221 * config/tc-arm.c (md_assemble): Allow barrier instructions on
222 ARMv6-M cores.
223
224 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
225
226 * configure: Regenerate.
227
228 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
229
230 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
231 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
232 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
233
234 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
235
236 * config/tc-i386.c (fits_in_imm4): Removed.
237
238 2009-02-24 Helge Deller <deller@gmx.de>
239
240 * config/tc-hppa.c (pa_ip): Add check of immediate values.
241 (SAVE_IMMEDIATE): New define.
242
243 2009-02-23 Mark Mitchell <mark@codesourcery.com>
244
245 * config/tc-arm.c (warn_deprecated_sp): New macro.
246 (do_t_mov_cmp): Permit R13 as the second
247 argument to "cmp.n".
248
249 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
250
251 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
252 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
253
254 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
255
256 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
257
258 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
259
260 * config/tc-i386.c (vex_imm4): Removed.
261 (VEX_check_operands): Likewise.
262 (match_template): Updated.
263
264 2009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
265
266 * doc/all.texi: Set S390.
267 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
268 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
269 * doc/Makefile.in: Likewise.
270 * doc/c-s390.texi: New.
271
272 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
273
274 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
275 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
276 (mcf5307_ctrl): Add VBR.
277 (no_mac): New variable.
278 (m68k_extensions): Refer to no_mac mask.
279 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
280 52252..52259, 53011..53017.
281 (m68k_ip): Process CPUCR.
282 (init_table): Add cpucr entry.
283 (m68k_set_extension): Allow negated mask to refer to a variable.
284 (md_show_usage): Use '%s' to silence fprintf warning.
285 * config/m68k-parse.h (CPUCR): New control register.
286
287 2009-02-10 Nathan Sidwell <nathan@codesourcery.com>
288
289 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
290 as_bad calls to silence compiler warning.
291
292 2009-02-06 Nick Clifton <nickc@redhat.com>
293
294 PR 9814
295 * config/tc-arm.c (MODE_RECORDED): New define.
296 (output_inst): Record the thumb_mode in the current frag.
297 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
298 (arm_init_frag): Only set the tc_frag_data field if it has not
299 already been set.
300
301 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
302
303 AVX Programming Reference (January, 2009)
304 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
305 (CPU_FLAGS_AVX_MATCH): Updated.
306 (CPU_FLAGS_32BIT_MATCH): Likewise.
307 (cpu_flags_match): Likewise.
308
309 2009-02-03 Sandip Matte <sandip@rmicorp.com>
310
311 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
312 M_MSGWAIT and M_MSGWAIT_T.
313 (mips_cpu_info_table): Add XLR entry.
314 * doc/c-mips.texi (-march): Document xlr.
315
316 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
317
318 * config/tc-avr.c (mcu_types): Add ata6289.
319 * doc/c-avr.texi: Likewise.
320
321 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
322
323 * configure.in: AC_SUBST pdfdir.
324 * Makefile.am: Add install-pdf, install-pdf-am,
325 and install-pdf-recursive targets.
326 * doc/Makefile.am: Define pdf__strip_dir. Add
327 install-pdf and install-pdf-am targets.
328 * po/Make-in: Add install-pdf target.
329 * configure: Regenerate.
330 * Makefile.in: Regenerate.
331 * doc/Makefile.in: Regenerate.
332
333 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
334
335 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
336 relocations.
337 * config/m68k-parse.y (yylex): Parse TLS relocations.
338 * config/tc-m68k.c (m68k_elf_cons): New static function.
339 (md_pseudo_table): Use it.
340 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
341 relocations.
342 (md_apply_fix): Fix to set thread local flag.
343 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
344
345 2009-02-03 Vince Weaver <vince@csl.cornell.edu>
346
347 PR 9779
348 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
349 indexed addressing for symbolic expressions.
350
351 2009-01-29 Mark Mitchell <mark@codesourcery.com>
352
353 * config/tc-arm.c (BAD_SP): Define.
354 (s_arm_unwind_fnstart): Use REG_SP.
355 (s_arm_unwind_setfp): Likewise.
356 (reject_bad_reg): New macro.
357 (do_co_reg): Check for bad registers.
358 (do_co_reg2c): Likewise.
359 (do_srs): Use REG_SP.
360 (do_t_add_sub): Check for bad registers.
361 (do_t_adr): Likewise.
362 (do_t_arit3): Likewise.
363 (do_t_arit3c): Likewise.
364 (do_t_bfc): Likewise.
365 (do_t_bfi): Likewise.
366 (do_t_bfx): Likewise.
367 (do_t_blx): Likewise.
368 (do_t_bx): Likewise.
369 (do_t_bxj): Likewise.
370 (do_t_clz): Likewise.
371 (do_t_div): Likewise.
372 (do_t_mla): Likewise.
373 (do_t_mlal): Likewise.
374 (do_t_mov_cmp): Likewise.
375 (do_t_mov16): Likewise.
376 (do_t_mvn_tst): Likewise.
377 (do_t_mrs): Likewise.
378 (do_t_msr): Likewise.
379 (do_t_mul): Likewise.
380 (do_t_mull): Likewise.
381 (do_t_orn): Likewise.
382 (do_t_pkhbt): Likewise.
383 (do_t_pld): Likewise.
384 (do_t_rbit): Likewise.
385 (do_t_rev): Likewise.
386 (do_t_rrx): Likewise.
387 (do_t_rsb): Likewise.
388 (do_t_shift): Likewise.
389 (do_t_simd): Likewise.
390 (do_t_ssat): Likewise.
391 (do_t_ssat16): Likewise.
392 (do_t_sxtah): Likewise.
393 (do_t_sxth): Likewise.
394 (do_t_tb): Likewise.
395 (do_t_usat): Likewise.
396 (do_t_usat16): Likewise.
397 (nysn_insert_sp): Use REG_SP.
398
399 2009-01-29 Mark Mitchell <mark@codesourcery.com>
400
401 * config/tc-arm.c (do_t_orn): New function.
402 (do_t_rrx): Likewise.
403 (insns): Add orn and rrx.
404
405 2009-01-29 Mark Mitchell <mark@codesourcery.com>
406
407 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
408 uasx, uhasx, uhsx, uqasx, uqsax, usax.
409
410 2009-01-29 Mark Mitchell <mark@codesourcery.com>
411
412 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
413 qdsub in Thumb-2 mode.
414
415 2009-01-29 Paul Brook <paul@codesourcery.com>
416 Mark Mitchell <mark@codesourcery.com>
417
418 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
419 of MUL when possible.
420
421 2009-01-29 Nick Clifton <nickc@redhat.com>
422
423 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
424
425 2009-01-29 Nathan Sidwell <nathan@codesourcery.com>
426 Catherine Moore <clm@codesourcery.com?
427
428 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
429 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
430 directives.
431
432 2009-01-27 Nick Clifton <nickc@redhat.com>
433
434 * config/tc-mips.c (append_insn): Cope with a complex reloc
435 sequence containing an unsupported reloc type.
436 (enum options): Replace computed #define's constants for option
437 numbers with this enum.
438 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
439 environment.
440 (md_parse_option): Allow -32 in a non-ELF environment.
441
442 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
443
444 * config/tc-arm.c (attributes_set_explicitly): New array.
445 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
446 (cpu_arch): Add ARM_ARCH_V5T.
447 (aeabi_set_attribute_int): New function.
448 (aeabi_set_attribute_string): New function.
449 (aeabi_set_public_attributes): Set attributes according to the user's
450 intentions, rather than the actual state of the binary.
451 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
452 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
453 Support WMMXv2. Use attribute names instead of numbers.
454 * read.c (s_vendor_attribute): Change return type to int.
455 Return the tag number that was set.
456 * read.h (s_vendor_attribute): Change return type to int.
457
458 2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
459
460 PR 9789
461 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
462 * doc/c-avr.texi: Likewise.
463
464 2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
465
466 * doc/c-arm.texi (): Document -mwarn-deprecated.
467 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
468 (warn_on_deprecated): ... this.
469 (opcode_lookup, md_assemble): Check it before warning.
470 (arm_opts): Add m[no-]warn-deprecated.
471 (md_parse_option): Replace WARN_DEPRECATED with
472 warn_on_deprecated.
473
474 2009-01-23 Andreas Schwab <schwab@suse.de>
475
476 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
477 arguments to macro_build to match format.
478
479 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
480 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
481
482 2009-01-19 Nick Clifton <nickc@redhat.com>
483
484 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
485 ELF format ARM targets.
486 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
487
488 2009-01-19 Nick Clifton <nickc@redhat.com>
489
490 * configure.tgt: Restore alpha sorting to object format switch
491 statement.
492
493 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
494
495 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
496
497 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
498
499 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
500 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
501
502 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
503 Daniel Jacobowitz <dan@codesourcery.com>
504
505 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
506 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
507 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
508 * read.c (s_vendor_attribute): Add support for symbolic tag names.
509 Improve string parser.
510 * doc/c-arm.texi (ARM Machine Directives): Document
511 .eabi_attribute symbolic tag names.
512
513 2009-01-16 Alan Modra <amodra@bigpond.net.au>
514
515 * configure.in (commonbfdlib): Delete.
516 * configure: Regenerate.
517 * po/POTFILES.in: Regenerate.
518
519 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
520 Julian Brown <julian@codesourcery.com>
521
522 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
523
524 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
525
526 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
527 bfd_elf_add_obj_attr_int_string.
528
529 2009-01-15 Douglas B Rupp <rupp@gnat.com>
530
531 * configure.tgt(ia64-*-*vms*): New target.
532 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
533 * tc.h (md_number_to_chars): Declare iff undefined.
534 * config/obj-elf.c (obj_elf_change_section): Change type of arg
535 attr to bfd_vma.
536 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
537 variables attr, md_attr to bfd_vma.
538 (obj_elf_section_word): Likewise.
539 (obj_elf_section): Change type of variable attr to bfd_vma
540 * config/obj-elf.h (obj_elf_change_section): Change type of arg
541 attr to bfd_vma.
542 * config/tc-ia64.c (bfdver.h,time.h): Include.
543 (ia64_elf_section_letter): Now returns a bfd_vma.
544 Handle VMS specific attributes.
545 (ia64_elf_section_flags): Arg attr now a bfd_vma.
546 (ia64_init): Don't turn on dependency checking for VMS.
547 (ia64_target_format): Check for VMS flag bit.
548 (do_alias): Hande decc$ functions.
549 (get_vms_time): New function.
550 (ia64_vms_note): New function.
551 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
552 (ia64_elf_section_flags): Arg attr now a bfd_vma.
553 (tc_init_after_args): Define for VMS.
554 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
555 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
556 * config/tc-alpha.h: Likewise.
557 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
558 (x86_64_section_word): Return a bfd_vma.
559 * config/tc-i386.h: Likewise.
560 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
561 attr to bfd_vma.
562 * config/tc-ip2k.h: Likewise.
563 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
564 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
565 * config/tc-mep.h: Likewise.
566 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
567 (ppc_section_word): Return a bfd_vma.
568 (ppc_section_flags): Change type of arg attr to bfd_vma.
569 * config/tc-ppc.h: Likewise.
570 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
571 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
572 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
573 New file with new macros
574 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
575 macros.
576
577 2009-01-15 Nick Clifton <nickc@redhat.com>
578
579 PR 9722
580 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
581 instructions before generating a Thumb2 nop.
582
583 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
584
585 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
586
587 2009-01-12 Alan Modra <amodra@bigpond.net.au>
588
589 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
590 (brinfo): New var.
591 (md_assemble): Poke brinfo into branch instructions.
592 (spu_brinfo): New function.
593 (md_apply_fix): Don't assume insn fields start off at zero, mask
594 them to remove possible brinfo.
595
596 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
597
598 * doc/c-i386.texi: Reformat.
599
600 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
601
602 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
603 .syscall.
604 (i386_align_code): Handle PROCESSOR_COREI7.
605 (md_show_usage): Add corei7, clflush and syscall.
606 (i386_target_format): Replace cpup4 with cpuclflush.
607
608 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
609
610 * doc/c-i386.texi: Document corei7, clflush and syscall.
611
612 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
613
614 * config/tc-i386.c (cpu_arch): Add .rdtscp.
615 (md_show_usage): Display rdtscp.
616
617 * doc/c-i386.texi: Document rdtscp.
618
619 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
620
621 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
622 Test the new "deprecated" opcode field.
623
624 2009-01-07 Sterling Augustine <sterling@tensilica.com>
625
626 * config/tc-xtensa.c (produce_flix): New.
627 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
628 (md_longopts): Add support for them.
629 (md_parse_option): Likewise.
630 (md_show_usage): Add help message.
631 (finish_vinsn): Don't allow multi-slot flix when produce_flix
632 option is set to FLIX_NONE.
633 * config/xtensa-relax.c (transition_applies): Only relax to
634 flix branches when produce_flix equals FLIX_ALL.
635 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
636 FLIX_NONE): New.
637 (produce_flix): Declare.
638
639 2009-01-06 Chao-ying Fu <fu@mips.com>
640
641 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
642 Use strncmp to match jalr and jalr.hb.
643 Fix a typo.
644
645 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
646
647 AVX Programming Reference (December, 2008)
648 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
649 support. Don't swap REG and NDS for FMA.
650
651 2009-01-02 Matthias Klose <doko@ubuntu.com>
652
653 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
654 behaviour.
655
656 For older changes see ChangeLog-2008
657 \f
658 Local Variables:
659 mode: change-log
660 left-margin: 8
661 fill-column: 74
662 version-control: never
663 End: