* elf32-hppa.c (hppa32_elf_local_refcounts): New function.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
066be9f7
PB
12009-02-26 Peter Bergner <bergner@vnet.ibm.com>
2
3 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
4 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
5 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
6
784788d2
L
72009-02-25 H.J. Lu <hongjiu.lu@intel.com>
8
9 * config/tc-i386.c (fits_in_imm4): Removed.
10
91c2f09e
DA
112009-02-24 Helge Deller <deller@gmx.de>
12
dfaf9df8 13 * config/tc-hppa.c (pa_ip): Add check of immediate values.
91c2f09e
DA
14 (SAVE_IMMEDIATE): New define.
15
94206790
MM
162009-02-23 Mark Mitchell <mark@codesourcery.com>
17
18 * config/tc-arm.c (warn_deprecated_sp): New macro.
19 (do_t_mov_cmp): Permit R13 as the second
20 argument to "cmp.n".
21
0349dc08
L
222009-02-23 H.J. Lu <hongjiu.lu@intel.com>
23
24 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
25 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
26
c1b80a2a
L
272009-02-23 H.J. Lu <hongjiu.lu@intel.com>
28
29 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
30
4c664d7b
L
312009-02-23 H.J. Lu <hongjiu.lu@intel.com>
32
33 * config/tc-i386.c (vex_imm4): Removed.
34 (VEX_check_operands): Likewise.
35 (match_template): Updated.
36
11c19e16
MS
372009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
38
39 * doc/all.texi: Set S390.
40 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
41 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
42 * doc/Makefile.in: Likewise.
43 * doc/c-s390.texi: New.
44
87298967
NS
452009-02-12 Nathan Sidwell <nathan@codesourcery.com>
46
47 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
48 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
49 (mcf5307_ctrl): Add VBR.
50 (no_mac): New variable.
51 (m68k_extensions): Refer to no_mac mask.
52 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
53 52252..52259, 53011..53017.
54 (m68k_ip): Process CPUCR.
55 (init_table): Add cpucr entry.
56 (m68k_set_extension): Allow negated mask to refer to a variable.
57 (md_show_usage): Use '%s' to silence fprintf warning.
58 * config/m68k-parse.h (CPUCR): New control register.
59
ee2c9aa9
NS
602009-02-10 Nathan Sidwell <nathan@codesourcery.com>
61
62 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
63 as_bad calls to silence compiler warning.
64
8dc2430f
NC
652009-02-06 Nick Clifton <nickc@redhat.com>
66
67 PR 9814
68 * config/tc-arm.c (MODE_RECORDED): New define.
69 (output_inst): Record the thumb_mode in the current frag.
70 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
71 (arm_init_frag): Only set the tc_frag_data field if it has not
72 already been set.
73
ce2f5b3c
L
742009-02-04 H.J. Lu <hongjiu.lu@intel.com>
75
76 AVX Programming Reference (January, 2009)
77 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
78 (CPU_FLAGS_AVX_MATCH): Updated.
79 (CPU_FLAGS_32BIT_MATCH): Likewise.
80 (cpu_flags_match): Likewise.
81
52b6b6b9
JM
822009-02-03 Sandip Matte <sandip@rmicorp.com>
83
84 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
85 M_MSGWAIT and M_MSGWAIT_T.
86 (mips_cpu_info_table): Add XLR entry.
87 * doc/c-mips.texi (-march): Document xlr.
88
e94345ae 892009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
a53fddce
EW
90
91 * config/tc-avr.c (mcu_types): Add ata6289.
92 * doc/c-avr.texi: Likewise.
93
31dd3154
JM
942009-02-03 Carlos O'Donell <carlos@codesourcery.com>
95
96 * configure.in: AC_SUBST pdfdir.
97 * Makefile.am: Add install-pdf, install-pdf-am,
98 and install-pdf-recursive targets.
99 * doc/Makefile.am: Define pdf__strip_dir. Add
100 install-pdf and install-pdf-am targets.
101 * po/Make-in: Add install-pdf target.
102 * configure: Regenerate.
103 * Makefile.in: Regenerate.
104 * doc/Makefile.in: Regenerate.
105
cf869cce
NC
1062009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
107
108 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
109 relocations.
110 * config/m68k-parse.y (yylex): Parse TLS relocations.
111 * config/tc-m68k.c (m68k_elf_cons): New static function.
112 (md_pseudo_table): Use it.
113 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
114 relocations.
115 (md_apply_fix): Fix to set thread local flag.
116 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
117
bb0a86e1
NC
1182009-02-03 Vince Weaver <vince@csl.cornell.edu>
119
120 PR 9779
121 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
122 indexed addressing for symbolic expressions.
123
fdfde340
JM
1242009-01-29 Mark Mitchell <mark@codesourcery.com>
125
126 * config/tc-arm.c (BAD_SP): Define.
127 (s_arm_unwind_fnstart): Use REG_SP.
128 (s_arm_unwind_setfp): Likewise.
129 (reject_bad_reg): New macro.
130 (do_co_reg): Check for bad registers.
131 (do_co_reg2c): Likewise.
132 (do_srs): Use REG_SP.
133 (do_t_add_sub): Check for bad registers.
134 (do_t_adr): Likewise.
135 (do_t_arit3): Likewise.
136 (do_t_arit3c): Likewise.
137 (do_t_bfc): Likewise.
138 (do_t_bfi): Likewise.
139 (do_t_bfx): Likewise.
140 (do_t_blx): Likewise.
141 (do_t_bx): Likewise.
142 (do_t_bxj): Likewise.
143 (do_t_clz): Likewise.
144 (do_t_div): Likewise.
145 (do_t_mla): Likewise.
146 (do_t_mlal): Likewise.
147 (do_t_mov_cmp): Likewise.
148 (do_t_mov16): Likewise.
149 (do_t_mvn_tst): Likewise.
150 (do_t_mrs): Likewise.
151 (do_t_msr): Likewise.
152 (do_t_mul): Likewise.
153 (do_t_mull): Likewise.
154 (do_t_orn): Likewise.
155 (do_t_pkhbt): Likewise.
156 (do_t_pld): Likewise.
157 (do_t_rbit): Likewise.
158 (do_t_rev): Likewise.
159 (do_t_rrx): Likewise.
160 (do_t_rsb): Likewise.
161 (do_t_shift): Likewise.
162 (do_t_simd): Likewise.
163 (do_t_ssat): Likewise.
164 (do_t_ssat16): Likewise.
165 (do_t_sxtah): Likewise.
166 (do_t_sxth): Likewise.
167 (do_t_tb): Likewise.
168 (do_t_usat): Likewise.
169 (do_t_usat16): Likewise.
170 (nysn_insert_sp): Use REG_SP.
171
1c444d06
JM
1722009-01-29 Mark Mitchell <mark@codesourcery.com>
173
174 * config/tc-arm.c (do_t_orn): New function.
175 (do_t_rrx): Likewise.
176 (insns): Add orn and rrx.
177
4f80ef3e
JM
1782009-01-29 Mark Mitchell <mark@codesourcery.com>
179
180 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
181 uasx, uhasx, uhsx, uqasx, uqsax, usax.
182
087b80de
JM
1832009-01-29 Mark Mitchell <mark@codesourcery.com>
184
185 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
186 qdsub in Thumb-2 mode.
187
17828f45
JM
1882009-01-29 Paul Brook <paul@codesourcery.com>
189 Mark Mitchell <mark@codesourcery.com>
190
191 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
192 of MUL when possible.
193
ec0c103c
NC
1942009-01-29 Nick Clifton <nickc@redhat.com>
195
196 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
197
4a6bc624
NS
1982009-01-29 Nathan Sidwell <nathan@codesourcery.com>
199 Catherine Moore <clm@codesourcery.com?
200
201 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
202 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
203 directives.
204
23fce1e3
NC
2052009-01-27 Nick Clifton <nickc@redhat.com>
206
207 * config/tc-mips.c (append_insn): Cope with a complex reloc
208 sequence containing an unsupported reloc type.
209 (enum options): Replace computed #define's constants for option
210 numbers with this enum.
211 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
212 environment.
213 (md_parse_option): Allow -32 in a non-ELF environment.
214
ee3c0378
AS
2152009-01-26 Andrew Stubbs <ams@codesourcery.com>
216
217 * config/tc-arm.c (attributes_set_explicitly): New array.
218 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
219 (cpu_arch): Add ARM_ARCH_V5T.
220 (aeabi_set_attribute_int): New function.
221 (aeabi_set_attribute_string): New function.
222 (aeabi_set_public_attributes): Set attributes according to the user's
223 intentions, rather than the actual state of the binary.
224 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
225 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
226 Support WMMXv2. Use attribute names instead of numbers.
227 * read.c (s_vendor_attribute): Change return type to int.
228 Return the tag number that was set.
229 * read.h (s_vendor_attribute): Change return type to int.
230
17f4880d
EW
2312009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
232
233 PR 9789
234 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
235 * doc/c-avr.texi: Likewise.
236
278df34e
NS
2372009-01-23 Nathan Sidwell <nathan@codesourcery.com>
238
239 * doc/c-arm.texi (): Document -mwarn-deprecated.
240 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
241 (warn_on_deprecated): ... this.
242 (opcode_lookup, md_assemble): Check it before warning.
243 (arm_opts): Add m[no-]warn-deprecated.
244 (md_parse_option): Replace WARN_DEPRECATED with
245 warn_on_deprecated.
246
199114c2
AS
2472009-01-23 Andreas Schwab <schwab@suse.de>
248
750bdd57
AS
249 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
250 arguments to macro_build to match format.
251
199114c2
AS
252 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
253 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
254
d3bf77be
NC
2552009-01-19 Nick Clifton <nickc@redhat.com>
256
257 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
258 ELF format ARM targets.
259 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
260
2612009-01-19 Nick Clifton <nickc@redhat.com>
262
263 * configure.tgt: Restore alpha sorting to object format switch
264 statement.
265
2d0bb761
AS
2662009-01-19 Andrew Stubbs <ams@codesourcery.com>
267
268 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
269
3493e7b0
JM
2702009-01-16 Mark Shinwell <shinwell@codesourcery.com>
271
272 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
273 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
274
e04befd0
AS
2752009-01-16 Andrew Stubbs <ams@codesourcery.com>
276 Daniel Jacobowitz <dan@codesourcery.com>
277
278 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
279 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
280 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
281 * read.c (s_vendor_attribute): Add support for symbolic tag names.
282 Improve string parser.
283 * doc/c-arm.texi (ARM Machine Directives): Document
284 .eabi_attribute symbolic tag names.
285
29670fb9
AM
2862009-01-16 Alan Modra <amodra@bigpond.net.au>
287
288 * configure.in (commonbfdlib): Delete.
289 * configure: Regenerate.
290 * po/POTFILES.in: Regenerate.
291
91e22acd
AS
2922009-01-15 Andrew Stubbs <ams@codesourcery.com>
293 Julian Brown <julian@codesourcery.com>
294
295 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
296
7b86a9fa
AS
2972009-01-15 Andrew Stubbs <ams@codesourcery.com>
298
299 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
300 bfd_elf_add_obj_attr_int_string.
301
01e1a5bc
NC
3022009-01-15 Douglas B Rupp <rupp@gnat.com>
303
304 * configure.tgt(ia64-*-*vms*): New target.
305 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
306 * tc.h (md_number_to_chars): Declare iff undefined.
307 * config/obj-elf.c (obj_elf_change_section): Change type of arg
308 attr to bfd_vma.
309 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
310 variables attr, md_attr to bfd_vma.
311 (obj_elf_section_word): Likewise.
312 (obj_elf_section): Change type of variable attr to bfd_vma
313 * config/obj-elf.h (obj_elf_change_section): Change type of arg
314 attr to bfd_vma.
315 * config/tc-ia64.c (bfdver.h,time.h): Include.
316 (ia64_elf_section_letter): Now returns a bfd_vma.
317 Handle VMS specific attributes.
318 (ia64_elf_section_flags): Arg attr now a bfd_vma.
319 (ia64_init): Don't turn on dependency checking for VMS.
320 (ia64_target_format): Check for VMS flag bit.
321 (do_alias): Hande decc$ functions.
322 (get_vms_time): New function.
323 (ia64_vms_note): New function.
324 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
325 (ia64_elf_section_flags): Arg attr now a bfd_vma.
326 (tc_init_after_args): Define for VMS.
327 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
328 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
329 * config/tc-alpha.h: Likewise.
330 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
331 (x86_64_section_word): Return a bfd_vma.
332 * config/tc-i386.h: Likewise.
333 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
334 attr to bfd_vma.
335 * config/tc-ip2k.h: Likewise.
336 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
337 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
338 * config/tc-mep.h: Likewise.
339 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
340 (ppc_section_word): Return a bfd_vma.
341 (ppc_section_flags): Change type of arg attr to bfd_vma.
342 * config/tc-ppc.h: Likewise.
343 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
344 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
750bdd57
AS
345 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
346 New file with new macros
347 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
348 macros.
01e1a5bc 349
bc2d1808
NC
3502009-01-15 Nick Clifton <nickc@redhat.com>
351
352 PR 9722
353 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
354 instructions before generating a Thumb2 nop.
355
7b6598a4 3562009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
750bdd57 357
7b6598a4
AK
358 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
359
cd4a7468
AM
3602009-01-12 Alan Modra <amodra@bigpond.net.au>
361
362 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
363 (brinfo): New var.
364 (md_assemble): Poke brinfo into branch instructions.
365 (spu_brinfo): New function.
366 (md_apply_fix): Don't assume insn fields start off at zero, mask
367 them to remove possible brinfo.
368
1543849b
L
3692009-01-10 H.J. Lu <hongjiu.lu@intel.com>
370
371 * doc/c-i386.texi: Reformat.
372
bd5295b2
L
3732009-01-10 H.J. Lu <hongjiu.lu@intel.com>
374
dfaf9df8 375 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
bd5295b2
L
376 .syscall.
377 (i386_align_code): Handle PROCESSOR_COREI7.
378 (md_show_usage): Add corei7, clflush and syscall.
379 (i386_target_format): Replace cpup4 with cpuclflush.
380
dfaf9df8 381 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
bd5295b2
L
382
383 * doc/c-i386.texi: Document corei7, clflush and syscall.
384
1b7f3fb0
L
3852009-01-09 H.J. Lu <hongjiu.lu@intel.com>
386
387 * config/tc-i386.c (cpu_arch): Add .rdtscp.
388 (md_show_usage): Display rdtscp.
389
390 * doc/c-i386.texi: Document rdtscp.
391
1cb0a767
PB
3922009-01-09 Peter Bergner <bergner@vnet.ibm.com>
393
394 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
395 Test the new "deprecated" opcode field.
396
19fc3723
SA
3972009-01-07 Sterling Augustine <sterling@tensilica.com>
398
399 * config/tc-xtensa.c (produce_flix): New.
400 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
401 (md_longopts): Add support for them.
402 (md_parse_option): Likewise.
403 (md_show_usage): Add help message.
404 (finish_vinsn): Don't allow multi-slot flix when produce_flix
405 option is set to FLIX_NONE.
406 * config/xtensa-relax.c (transition_applies): Only relax to
407 flix branches when produce_flix equals FLIX_ALL.
408 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
409 FLIX_NONE): New.
410 (produce_flix): Declare.
411
24864476
CF
4122009-01-06 Chao-ying Fu <fu@mips.com>
413
414 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
415 Use strncmp to match jalr and jalr.hb.
416 Fix a typo.
417
0bfee649 4182009-01-05 H.J. Lu <hongjiu.lu@intel.com>
d62f07d0 419
0bfee649
L
420 AVX Programming Reference (December, 2008)
421 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
422 support. Don't swap REG and NDS for FMA.
d62f07d0 423
750bdd57 4242009-01-02 Matthias Klose <doko@ubuntu.com>
e7c604dd 425
750bdd57
AS
426 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
427 behaviour.
e7c604dd 428
0bfee649 429For older changes see ChangeLog-2008
08d56133
NC
430\f
431Local Variables:
432mode: change-log
433left-margin: 8
434fill-column: 74
435version-control: never
436End:
This page took 0.410187 seconds and 4 git commands to generate.