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