]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/ChangeLog
bfd:
[thirdparty/binutils-gdb.git] / gas / ChangeLog
1 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
2
3 * configure.in: AC_SUBST pdfdir.
4 * Makefile.am: Add install-pdf, install-pdf-am,
5 and install-pdf-recursive targets.
6 * doc/Makefile.am: Define pdf__strip_dir. Add
7 install-pdf and install-pdf-am targets.
8 * po/Make-in: Add install-pdf target.
9 * configure: Regenerate.
10 * Makefile.in: Regenerate.
11 * doc/Makefile.in: Regenerate.
12
13 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
14
15 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
16 relocations.
17 * config/m68k-parse.y (yylex): Parse TLS relocations.
18 * config/tc-m68k.c (m68k_elf_cons): New static function.
19 (md_pseudo_table): Use it.
20 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
21 relocations.
22 (md_apply_fix): Fix to set thread local flag.
23 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
24
25 2009-02-03 Vince Weaver <vince@csl.cornell.edu>
26
27 PR 9779
28 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
29 indexed addressing for symbolic expressions.
30
31 2009-01-29 Mark Mitchell <mark@codesourcery.com>
32
33 * config/tc-arm.c (BAD_SP): Define.
34 (s_arm_unwind_fnstart): Use REG_SP.
35 (s_arm_unwind_setfp): Likewise.
36 (reject_bad_reg): New macro.
37 (do_co_reg): Check for bad registers.
38 (do_co_reg2c): Likewise.
39 (do_srs): Use REG_SP.
40 (do_t_add_sub): Check for bad registers.
41 (do_t_adr): Likewise.
42 (do_t_arit3): Likewise.
43 (do_t_arit3c): Likewise.
44 (do_t_bfc): Likewise.
45 (do_t_bfi): Likewise.
46 (do_t_bfx): Likewise.
47 (do_t_blx): Likewise.
48 (do_t_bx): Likewise.
49 (do_t_bxj): Likewise.
50 (do_t_clz): Likewise.
51 (do_t_div): Likewise.
52 (do_t_mla): Likewise.
53 (do_t_mlal): Likewise.
54 (do_t_mov_cmp): Likewise.
55 (do_t_mov16): Likewise.
56 (do_t_mvn_tst): Likewise.
57 (do_t_mrs): Likewise.
58 (do_t_msr): Likewise.
59 (do_t_mul): Likewise.
60 (do_t_mull): Likewise.
61 (do_t_orn): Likewise.
62 (do_t_pkhbt): Likewise.
63 (do_t_pld): Likewise.
64 (do_t_rbit): Likewise.
65 (do_t_rev): Likewise.
66 (do_t_rrx): Likewise.
67 (do_t_rsb): Likewise.
68 (do_t_shift): Likewise.
69 (do_t_simd): Likewise.
70 (do_t_ssat): Likewise.
71 (do_t_ssat16): Likewise.
72 (do_t_sxtah): Likewise.
73 (do_t_sxth): Likewise.
74 (do_t_tb): Likewise.
75 (do_t_usat): Likewise.
76 (do_t_usat16): Likewise.
77 (nysn_insert_sp): Use REG_SP.
78
79 2009-01-29 Mark Mitchell <mark@codesourcery.com>
80
81 * config/tc-arm.c (do_t_orn): New function.
82 (do_t_rrx): Likewise.
83 (insns): Add orn and rrx.
84
85 2009-01-29 Mark Mitchell <mark@codesourcery.com>
86
87 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
88 uasx, uhasx, uhsx, uqasx, uqsax, usax.
89
90 2009-01-29 Mark Mitchell <mark@codesourcery.com>
91
92 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
93 qdsub in Thumb-2 mode.
94
95 2009-01-29 Paul Brook <paul@codesourcery.com>
96 Mark Mitchell <mark@codesourcery.com>
97
98 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
99 of MUL when possible.
100
101 2009-01-29 Nick Clifton <nickc@redhat.com>
102
103 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
104
105 2009-01-29 Nathan Sidwell <nathan@codesourcery.com>
106 Catherine Moore <clm@codesourcery.com?
107
108 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
109 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
110 directives.
111
112 2009-01-27 Nick Clifton <nickc@redhat.com>
113
114 * config/tc-mips.c (append_insn): Cope with a complex reloc
115 sequence containing an unsupported reloc type.
116 (enum options): Replace computed #define's constants for option
117 numbers with this enum.
118 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
119 environment.
120 (md_parse_option): Allow -32 in a non-ELF environment.
121
122 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
123
124 * config/tc-arm.c (attributes_set_explicitly): New array.
125 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
126 (cpu_arch): Add ARM_ARCH_V5T.
127 (aeabi_set_attribute_int): New function.
128 (aeabi_set_attribute_string): New function.
129 (aeabi_set_public_attributes): Set attributes according to the user's
130 intentions, rather than the actual state of the binary.
131 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
132 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
133 Support WMMXv2. Use attribute names instead of numbers.
134 * read.c (s_vendor_attribute): Change return type to int.
135 Return the tag number that was set.
136 * read.h (s_vendor_attribute): Change return type to int.
137
138 2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
139
140 PR 9789
141 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
142 * doc/c-avr.texi: Likewise.
143
144 2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
145
146 * doc/c-arm.texi (): Document -mwarn-deprecated.
147 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
148 (warn_on_deprecated): ... this.
149 (opcode_lookup, md_assemble): Check it before warning.
150 (arm_opts): Add m[no-]warn-deprecated.
151 (md_parse_option): Replace WARN_DEPRECATED with
152 warn_on_deprecated.
153
154 2009-01-23 Andreas Schwab <schwab@suse.de>
155
156 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
157 arguments to macro_build to match format.
158
159 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
160 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
161
162 2009-01-19 Nick Clifton <nickc@redhat.com>
163
164 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
165 ELF format ARM targets.
166 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
167
168 2009-01-19 Nick Clifton <nickc@redhat.com>
169
170 * configure.tgt: Restore alpha sorting to object format switch
171 statement.
172
173 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
174
175 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
176
177 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
178
179 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
180 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
181
182 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
183 Daniel Jacobowitz <dan@codesourcery.com>
184
185 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
186 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
187 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
188 * read.c (s_vendor_attribute): Add support for symbolic tag names.
189 Improve string parser.
190 * doc/c-arm.texi (ARM Machine Directives): Document
191 .eabi_attribute symbolic tag names.
192
193 2009-01-16 Alan Modra <amodra@bigpond.net.au>
194
195 * configure.in (commonbfdlib): Delete.
196 * configure: Regenerate.
197 * po/POTFILES.in: Regenerate.
198
199 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
200 Julian Brown <julian@codesourcery.com>
201
202 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
203
204 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
205
206 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
207 bfd_elf_add_obj_attr_int_string.
208
209 2009-01-15 Douglas B Rupp <rupp@gnat.com>
210
211 * configure.tgt(ia64-*-*vms*): New target.
212 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
213 * tc.h (md_number_to_chars): Declare iff undefined.
214 * config/obj-elf.c (obj_elf_change_section): Change type of arg
215 attr to bfd_vma.
216 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
217 variables attr, md_attr to bfd_vma.
218 (obj_elf_section_word): Likewise.
219 (obj_elf_section): Change type of variable attr to bfd_vma
220 * config/obj-elf.h (obj_elf_change_section): Change type of arg
221 attr to bfd_vma.
222 * config/tc-ia64.c (bfdver.h,time.h): Include.
223 (ia64_elf_section_letter): Now returns a bfd_vma.
224 Handle VMS specific attributes.
225 (ia64_elf_section_flags): Arg attr now a bfd_vma.
226 (ia64_init): Don't turn on dependency checking for VMS.
227 (ia64_target_format): Check for VMS flag bit.
228 (do_alias): Hande decc$ functions.
229 (get_vms_time): New function.
230 (ia64_vms_note): New function.
231 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
232 (ia64_elf_section_flags): Arg attr now a bfd_vma.
233 (tc_init_after_args): Define for VMS.
234 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
235 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
236 * config/tc-alpha.h: Likewise.
237 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
238 (x86_64_section_word): Return a bfd_vma.
239 * config/tc-i386.h: Likewise.
240 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
241 attr to bfd_vma.
242 * config/tc-ip2k.h: Likewise.
243 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
244 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
245 * config/tc-mep.h: Likewise.
246 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
247 (ppc_section_word): Return a bfd_vma.
248 (ppc_section_flags): Change type of arg attr to bfd_vma.
249 * config/tc-ppc.h: Likewise.
250 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
251 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
252 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
253 New file with new macros
254 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
255 macros.
256
257 2009-01-15 Nick Clifton <nickc@redhat.com>
258
259 PR 9722
260 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
261 instructions before generating a Thumb2 nop.
262
263 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
264
265 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
266
267 2009-01-12 Alan Modra <amodra@bigpond.net.au>
268
269 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
270 (brinfo): New var.
271 (md_assemble): Poke brinfo into branch instructions.
272 (spu_brinfo): New function.
273 (md_apply_fix): Don't assume insn fields start off at zero, mask
274 them to remove possible brinfo.
275
276 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
277
278 * doc/c-i386.texi: Reformat.
279
280 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
281
282 * gas/config/tc-i386.c (cpu_arch): Add corei7, .clflush and
283 .syscall.
284 (i386_align_code): Handle PROCESSOR_COREI7.
285 (md_show_usage): Add corei7, clflush and syscall.
286 (i386_target_format): Replace cpup4 with cpuclflush.
287
288 * gas/config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
289
290 * doc/c-i386.texi: Document corei7, clflush and syscall.
291
292 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
293
294 * config/tc-i386.c (cpu_arch): Add .rdtscp.
295 (md_show_usage): Display rdtscp.
296
297 * doc/c-i386.texi: Document rdtscp.
298
299 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
300
301 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
302 Test the new "deprecated" opcode field.
303
304 2009-01-07 Sterling Augustine <sterling@tensilica.com>
305
306 * config/tc-xtensa.c (produce_flix): New.
307 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
308 (md_longopts): Add support for them.
309 (md_parse_option): Likewise.
310 (md_show_usage): Add help message.
311 (finish_vinsn): Don't allow multi-slot flix when produce_flix
312 option is set to FLIX_NONE.
313 * config/xtensa-relax.c (transition_applies): Only relax to
314 flix branches when produce_flix equals FLIX_ALL.
315 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
316 FLIX_NONE): New.
317 (produce_flix): Declare.
318
319 2009-01-06 Chao-ying Fu <fu@mips.com>
320
321 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
322 Use strncmp to match jalr and jalr.hb.
323 Fix a typo.
324
325 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
326
327 AVX Programming Reference (December, 2008)
328 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
329 support. Don't swap REG and NDS for FMA.
330
331 2009-01-02 Matthias Klose <doko@ubuntu.com>
332
333 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
334 behaviour.
335
336 For older changes see ChangeLog-2008
337 \f
338 Local Variables:
339 mode: change-log
340 left-margin: 8
341 fill-column: 74
342 version-control: never
343 End: