* doc/c-arm.texi (): Document -mwarn-deprecated.
[binutils.git] / gas / ChangeLog
blobc3894baa47ceab3fe989b13235275340bc5df633
1 2009-01-23  Nathan Sidwell  <nathan@codesourcery.com>
3         * doc/c-arm.texi (): Document -mwarn-deprecated.
4         * config/tc-arm.c (WARN_DEPRECATED): Remove.  Replace with ...
5         (warn_on_deprecated): ... this.
6         (opcode_lookup, md_assemble): Check it before warning.
7         (arm_opts): Add m[no-]warn-deprecated.
8         (md_parse_option): Replace WARN_DEPRECATED with
9         warn_on_deprecated.
11 2009-01-23  Andreas Schwab  <schwab@suse.de>
13         * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
14         arguments to macro_build to match format.
16         * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
17         * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
19 2009-01-19  Nick Clifton  <nickc@redhat.com>
21         * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
22         ELF format ARM targets.
23         * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
25 2009-01-19  Nick Clifton  <nickc@redhat.com>
27         * configure.tgt: Restore alpha sorting to object format switch
28         statement.
30 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
32         * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
34 2009-01-16  Mark Shinwell  <shinwell@codesourcery.com>
36         * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
37         * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
39 2009-01-16  Andrew Stubbs  <ams@codesourcery.com>
40             Daniel Jacobowitz  <dan@codesourcery.com>
42         * config/tc-arm.c (arm_copy_symbol_attributes): New function.
43         * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
44         (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
45         * read.c (s_vendor_attribute): Add support for symbolic tag names.
46         Improve string parser.
47         * doc/c-arm.texi (ARM Machine Directives): Document
48         .eabi_attribute symbolic tag names.
50 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
52         * configure.in (commonbfdlib): Delete.
53         * configure: Regenerate.
54         * po/POTFILES.in: Regenerate.
56 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
57             Julian Brown   <julian@codesourcery.com>
59         * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
61 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
63         * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
64         bfd_elf_add_obj_attr_int_string.
66 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
68         * configure.tgt(ia64-*-*vms*): New target.
69         * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
70         * tc.h (md_number_to_chars): Declare iff undefined.
71         * config/obj-elf.c (obj_elf_change_section): Change type of arg
72         attr to bfd_vma.
73         (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
74         variables attr, md_attr to bfd_vma.
75         (obj_elf_section_word): Likewise.
76         (obj_elf_section): Change type of variable attr to bfd_vma
77         * config/obj-elf.h (obj_elf_change_section): Change type of arg
78         attr to bfd_vma.
79         * config/tc-ia64.c (bfdver.h,time.h): Include.
80         (ia64_elf_section_letter): Now returns a bfd_vma.
81         Handle VMS specific attributes.
82         (ia64_elf_section_flags): Arg attr now a bfd_vma.
83         (ia64_init): Don't turn on dependency checking for VMS.
84         (ia64_target_format): Check for VMS flag bit.
85         (do_alias): Hande decc$ functions.
86         (get_vms_time): New function.
87         (ia64_vms_note): New function.
88         * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
89         (ia64_elf_section_flags): Arg attr now a bfd_vma.
90         (tc_init_after_args): Define for VMS.
91         * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
92         (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
93         * config/tc-alpha.h: Likewise.
94         * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
95         (x86_64_section_word): Return a bfd_vma.
96         * config/tc-i386.h: Likewise.
97         * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
98         attr to bfd_vma.
99         * config/tc-ip2k.h: Likewise.
100         * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
101         (mep_elf_section_flags): Change type of arg attr to bfd_vma.
102         * config/tc-mep.h: Likewise.
103         * config/tc-ppc.c  (ppc_section_letter): Return a bfd_vma.
104         (ppc_section_word): Return a bfd_vma.
105         (ppc_section_flags): Change type of arg attr to bfd_vma.
106         * config/tc-ppc.h: Likewise.
107         * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
108         * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
109         DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
110         New file with new macros
111         * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
112         macros.
114 2009-01-15  Nick Clifton  <nickc@redhat.com>
116         PR 9722
117         * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
118         instructions before generating a Thumb2 nop.
120 2009-01-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
122         * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
124 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
126         * config/tc-spu.c (md_pseudo_table): Add "brinfo".
127         (brinfo): New var.
128         (md_assemble): Poke brinfo into branch instructions.
129         (spu_brinfo): New function.
130         (md_apply_fix): Don't assume insn fields start off at zero, mask
131         them to remove possible brinfo.
133 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
135         * doc/c-i386.texi: Reformat.
137 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
139         * gas/config/tc-i386.c (cpu_arch): Add corei7, .clflush and
140         .syscall.
141         (i386_align_code): Handle PROCESSOR_COREI7.
142         (md_show_usage): Add corei7, clflush and syscall.
143         (i386_target_format): Replace cpup4 with cpuclflush.
145         * gas/config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
147         * doc/c-i386.texi: Document corei7, clflush and syscall.
149 2009-01-09  H.J. Lu  <hongjiu.lu@intel.com>
151         * config/tc-i386.c (cpu_arch): Add .rdtscp.
152         (md_show_usage): Display rdtscp.
154         * doc/c-i386.texi: Document rdtscp.
156 2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
158         * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
159         Test the new "deprecated" opcode field.
161 2009-01-07  Sterling Augustine  <sterling@tensilica.com>
163         * config/tc-xtensa.c (produce_flix): New.
164         (option_flix, optoin_no_generate_flix, option_no_flix) Define.
165         (md_longopts): Add support for them.
166         (md_parse_option): Likewise.
167         (md_show_usage): Add help message.
168         (finish_vinsn): Don't allow multi-slot flix when produce_flix
169         option is set to FLIX_NONE.
170         * config/xtensa-relax.c (transition_applies): Only relax to
171         flix branches when produce_flix equals FLIX_ALL.
172         * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
173         FLIX_NONE): New.
174         (produce_flix): Declare.
176 2009-01-06  Chao-ying Fu  <fu@mips.com>
178         * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
179         Use strncmp to match jalr and jalr.hb.
180         Fix a typo.
182 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
184         AVX Programming Reference (December, 2008)
185         * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
186         support.  Don't swap REG and NDS for FMA.
188 2009-01-02  Matthias Klose  <doko@ubuntu.com>
190         * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
191         behaviour.
193 For older changes see ChangeLog-2008
195 Local Variables:
196 mode: change-log
197 left-margin: 8
198 fill-column: 74
199 version-control: never
200 End: