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