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