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