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