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