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