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