1 2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
3 * config/tc-i386.c (i386_align_code): Fix a comment typo.
5 2008-08-15 Alan Modra <amodra@bigpond.net.au>
8 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
9 * Makefile.in: Regenerate.
10 * aclocal.m4: Regenerate.
11 * config.in: Regenerate.
12 * configure: Regenerate.
13 * doc/Makefile.in: Regenerate.
15 2008-08-14 Alan Modra <amodra@bigpond.net.au>
17 * config/tc-tic4x.c (tic4x_operands_parse): Make static.
19 2008-08-13 Ben Elliston <bje@au.ibm.com>
21 * doc/as.texinfo (Align): Document the PowerPC behaviour.
23 2008-08-13 Alan Modra <amodra@bigpond.net.au>
25 * as.c, as.h, ecoff.c, hash.c, macro.c, symbols.c, config/obj-evax.c,
26 config/obj-som.c, config/tc-alpha.c, config/tc-arm.c, config/tc-bfin.c,
27 config/tc-bfin.h, config/tc-crx.c, config/tc-frv.c, config/tc-frv.h,
28 config/tc-hppa.h, config/tc-i386.c, config/tc-i860.c, config/tc-i960.h,
29 config/tc-ia64.c, config/tc-ia64.h, config/tc-m32c.c, config/tc-m32c.h,
30 config/tc-m68k.c, config/tc-maxq.c, config/tc-s390.c, config/tc-s390.h,
31 config/tc-sparc.c, config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
32 config/tc-tic4x.c, config/tc-tic4x.h, config/tc-tic54x.c,
33 config/tc-tic54x.h, config/tc-vax.c, doc/internals.texi: Banish PARAMS
34 and PTR. Convert to ISO C. Delete unnecessary forward declarations.
36 2008-08-12 Alan Modra <amodra@bigpond.net.au>
38 * config/tc-arm.c (s_unreq): Adjust hash_delete call.
39 * config/tc-ia64.c (dot_rot): Likewise.
41 2008-08-11 Alan Modra <amodra@bigpond.net.au>
44 * hash.c: Expand PTR to void *.
45 (hash_delete): Add "freeme" parameter. Call obstack_free.
46 * hash.h: Expand PTR to void *.
47 (hash_delete): Update prototype.
48 * macro.c (macro_expand_body): hash_delete LOCALs from formal_hash.
49 * config/tc-tic54x.c (tic54x_remove_local_label): Update hash_delete
51 (subsym_substitute): Likewise.
52 * doc/internals.texi (hash_delete): Update.
54 2008-08-08 Anatoly Sokolov <aesok@post.ru>
56 * config/tc-avr.c (mcu_types): Add avr25, avr31, avr35, and avr51
57 architectures. Reorganize list to put mcu types in correct
58 architectures and to order list same as in GCC. Use new ISA
59 definitions in include/opcode/avr.h.
60 * doc/c-avr.texi: Add avr25, avr31, avr35, and avr51 architecture
61 descriptions. Reorganize descriptions to put mcu types in correct
62 architectures and to order lists same as in GCC.
64 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
65 Daniel Jacobowitz <dan@codesourcery.com>
67 * config/tc-mips.c (OPTION_CALL_NONPIC): New macro.
68 (OPTION_NON_SHARED, OPTION_XGOT, OPTION_MABI, OPTION_32)
69 (OPTION_N32, OPTION_64, OPTION_MDEBUG, OPTION_NO_MDEBUG)
70 (OPTION_PDR, OPTION_NO_PDR, OPTION_MVXWORKS_PIC): Bump by 1.
71 (md_longopts): Add -call_nonpic.
72 (md_parse_option): Handle OPTION_CALL_NONPIC.
73 (md_show_usage): Add -call_nonpic.
75 2008-08-08 Sterling Augustine <sterling@tensilica.com>
77 * config/tc-xtensa.c (exclude_section_from_property_tables): New.
78 (xtensa_create_property_segments): Use it.
79 (xtensa_create_xproperty_segments): Likewise.
81 2008-08-08 Alan Modra <amodra@bigpond.net.au>
83 * doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
85 2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
87 * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)
88 (lo16_reloc_p): New functions.
89 (reloc_needs_lo_p): Use hi16_reloc_p and got16_reloc_p to
90 generalize relocation checks.
91 (matching_lo_reloc): New function.
92 (fixup_has_matching_lo_p): Use it.
93 (mips16_mark_labels): Don't clobber a symbol's visibility.
94 (append_insn): Use hi16_reloc_p and lo16_reloc_p.
95 (mips16_ip): Handle BFD_RELOC_MIPS16_GOT16 and BFD_RELOC_MIPS16_CALL16.
96 (md_apply_fix): Likewise.
97 (mips16_percent_op): Add %got and %call16.
98 (mips_frob_file): Use got16_reloc_p to generalize relocation checks.
99 Use matching_lo_reloc.
100 (mips_force_relocation): Use hi16_reloc_p and lo16_reloc_p to
101 generalize relocation checks.
102 (mips_fix_adjustable): Use lo16_reloc_p to generalize relocation
105 2008-08-06 DJ Delorie <dj@redhat.com>
107 * NEWS: Mention these changes.
109 * config/tc-h8300.h (H_TICK_HEX): Define.
110 * config/tc-h8300.c (OPTION_H_TICK_HEX): New.
111 (md_longopts): Add "-h-tick-hex".
112 (md_parse_option): Support it.
113 * doc/c-h8300.texi (H8/300 Options): Document it.
114 * doc/as.texinfo (Overview): Likewise.
116 * config/tc-sh.h (H_TICK_HEX): Define.
117 * config/tc-sh.c (OPTION_H_TICK_HEX): New.
118 (md_longopts): Add "-h-tick-hex".
119 (md_parse_option): Support it.
120 * doc/c-sh.texi (SH Options): Document it.
121 * doc/c-sh64.texi (SH64 Options): Document it.
122 * doc/as.texinfo (Overview): Likewise.
124 2008-08-05 Alan Modra <amodra@bigpond.net.au>
127 * dwarf2dbg.c (dwarf2_directive_file): Disable gas generated
128 debug info if we see compiler generated debug info.
129 (dwarf2_directive_loc): Likewise. Remove redundant debug_type test.
131 2008-08-04 Alan Modra <amodra@bigpond.net.au>
133 * dwarf2dbg.c: Remove superfluous forward function declarations.
134 (DWARF2_FORMAT): Add section arg.
135 (out_header): New function, split out from..
136 (out_debug_line): ..here.
137 (out_debug_aranges): Use out_header.
138 (out_debug_abbrev): Add info_seg and line_seg args. Use
139 DW_FORM_data8 (for DW_AT_stmt_list) if line_seg is 64-bit.
140 (out_debug_info): Use out_header. Output 8 byte DW_AT_stmt_list
141 if line_seg is 64-bit.
142 (dwarf2_finish): Adjust out_debug_abbrev call.
143 * config/tc-mips.h (DWARF2_FORMAT, mips_dwarf2_format): Add sec arg.
144 * config/tc-mips.c (mips_dwarf2_format): Likewise.
146 2008-08-04 Alan Modra <amodra@bigpond.net.au>
148 * Makefile.am (POTFILES.in): Set LC_ALL=C.
149 * Makefile.in: Regenerate.
150 * po/POTFILES.in: Regenerate.
152 2008-08-01 Peter Bergner <bergner@vnet.ibm.com>
154 * config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags.
155 Handle -mvsx and -mpower7.
156 (md_show_usage): Document -mpower7 and -mvsx.
157 * doc/as.texinfo (Target PowerPC): Document -mvsx.
158 * doc/c-ppc.texi (PowerPC-Opts): Document -mvsx and -mpower7.
160 2008-07-31 Peter Bergner <bergner@vnet.ibm.com>
162 * config/tc-ppc.c (parse_cpu) <power6>: Accept Altivec instructions.
165 2008-07-30 Michael J. Eager <eager@eagercon.com>
167 * config/tc-ppc.c (parse_cpu): Separate handling of -m403/405.
168 (md_show_usage): Likewise.
170 2008-07-30 Alan Modra <amodra@bigpond.net.au>
172 * messages.c, symbols.c, write.c: Silence gcc warnings.
174 2008-07-28 Ineiev <ineiev@yahoo.co.uk>
176 * config/tc-i386.c (operand_type_check): Warning fix.
178 2008-07-26 Michael Eager <eager@eagercon.com>
180 * doc/as.texinfo: Add description of single-precision attribute.
182 2008-07-24 Jie Zhang <jie.zhang@analog.com>
184 * config/bfin-parse.y (asm_1): Error if plain symbol is used
185 as load/store offset.
187 2008-07-22 Chao-ying Fu <fu@mips.com>
189 * config/tc-mips.c (mips_ip): Reset s to argsStart.
191 2008-07-22 Jie Zhang <jie.zhang@analog.com>
193 * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.
195 2008-07-21 DJ Delorie <dj@redhat.com>
197 * config/tc-h8300.c (fix_operand_size): Use the default size
198 specified by the .lbranch/.sbranch pseudos.
200 2008-07-18 DJ Delorie <dj@redhat.com>
202 * config/tc-m32c.h (H_TICK_HEX): Define.
203 * config/tc-m32c.c (OPTION_H_TICK_HEX): Define.
204 (md_longopts): Add support for it.
205 (md_parse_option): Likewise.
206 * doc/as.texinfo (Overview): Add new m32c options.
207 * doc/c-m32c.texi (M32C-Modifiers): Likewise
209 * as.h: (enable_h_tick_hex): New.
210 * app.c (enable_h_tick_hex): New.
212 (do_scrub_begin): Mark 'H' and 'h' as special if enable_h_tick_hex.
213 (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00
214 style hex constants and convert the input stream to 0x00 style.
215 (do_scrub_chars): If a 'X style character constant is found after
216 a symbol character (like you're or X'00), warn the user.
218 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
220 * config/tc-mips.c (mips16_mark_labels): Use ELF_ST_SET_MIPS16.
221 (mips_fix_adjustable): Likewise.
222 (mips_frob_file_after_relocs): Likewise.
224 2008-07-08 Nathan Sidwell <nathan@codesourcery.com>
226 * config/tc-m68k.c (m68k_set_cpu, m68k_set_arch): Don't complain
227 about overriding an earlier setting.
229 2008-07-07 Adam Nemet <anemet@caviumnetworks.com>
231 * config/tc-mips.c (NO_ISA_COP): New macro.
232 (COP_INSN): New macro.
233 (is_opcode_valid): Use them.
234 (macro) <ld_st>: Use them. Don't accept coprocessor load store
235 insns based on the ISA if CPU is NO_ISA_COP.
236 <copz>: Likewise for coprocessor operations.
238 2008-07-07 Paul Brook <paul@codesourcery.com>
240 * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
243 2008-07-07 Ralf Corsépius <ralf.corsepius@rtems.org>
245 * configure.tgt: Add bfin-*-rtems*.
247 2008-07-04 Alan Modra <amodra@bigpond.net.au>
249 * config/tc-spu.c (md_apply_fix): Handle fully resolved
250 BFD_RELOC_32_PCREL, BFD_RELOC_SPU_HI16 and BFD_RELOC_SPU_LO16.
252 2008-06-25 Peter Bergner <bergner@vnet.ibm.com>
254 * config/tc-ppc.c (parse_cpu): Handle -m464.
255 (md_show_usage): Likewise.
257 2008-06-24 Eric B. Weddington <eric.weddington@atmel.com>
259 Add support for ATtiny13A.
260 * config/tc-avr.c (mcu_types): Add attiny13a.
261 * doc/c-avr.texi: Likewise.
263 2008-06-24 Bob Wilson <bob.wilson@acm.org>
264 Alan Modra <amodra@bigpond.net.au>
266 * write.c (relax_segment <rs_org>): Include current stretch
267 value when calculating whether .org is backwards.
269 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
271 * configure: Regenerate.
273 2008-06-17 Nick Clifton <nickc@redhat.com>
275 * app.c (do_scrub_chars): Do not UNGET an EOF value.
277 2008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
280 * config/tc-mmix.c (s_loc): Assume "negative" addresses belong to
281 text_section. Do the "stepping backwards" test for text_section
282 using unsigned operands.
284 2008-06-13 Peter Bergner <bergner@vnet.ibm.com>
286 * config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef.
287 (ppc_insert_operand): Likewise.
288 (ppc_machine): Likewise.
289 * config/tc-ppc.h: #include "opcode/ppc.h"
290 (struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef.
291 (ppc_cpu): Update extern decl.
293 2008-06-12 Adam Nemet <anemet@caviumnetworks.com>
295 * config/tc-mips.c (validate_mips_insn): Handle field descriptors
296 +x, +X, +p, +P, +s, +S.
299 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
301 (macro_build): Likewise.
302 (CPU_HAS_SEQ): New macro.
303 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
305 2008-06-09 Eric B. Weddington <eric.weddington@atmel.com>
307 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
308 * doc/c-avr.texi: Likewise.
310 2008-06-04 Nick Clifton <nickc@redhat.com>
312 * app.c (do_scrub_chars): Do not UNGET an EOF value.
314 2008-06-03 H.J. Lu <hongjiu.lu@intel.com>
316 * config/tc-i386.c (set_sse_check): New.
317 (md_pseudo_table): Add "sse_check".
319 2008-06-03 Paul Brook <paul@codesourcery.com>
321 * config/tc-arm.c (do_t_rbit): Populate both rm fields.
323 2008-05-30 Nick Clifton <nickc@redhat.com>
326 * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
329 2008-05-29 Maxim Kuvyrkov <maxim@codesourcery.com>
331 * config/tc-mips.c (mips_cpu_info_table): Move records for
332 ST Loongson-2E/2F processors to a better place.
334 2008-05-23 H.J. Lu <hongjiu.lu@intel.com>
337 * config/tc-i386.c (match_template): Report ambiguous operand
338 size, not invalid suffix when there is no match in Intel
341 2008-05-22 Paul Brook <paul@codesourcery.com>
343 * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
345 2008-05-21 I-Jui Sung <ijsung@gmail.com>
347 * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
348 compatible cores: fa526, fa626, fa626te, fa726te.
349 * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
352 2008-05-14 Alan Modra <amodra@bigpond.net.au>
354 * Makefile.am: Run "make dep-am".
355 * Makefile.in: Regenerate.
356 * doc/Makefile.in: Regenerate.
357 * po/POTFILES.in: Regenerate.
359 2008-05-09 Catherine Moore <clm@codesourcery.com>
361 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
362 with non-MIPS16 relocs.
364 2008-05-09 Chao-ying Fu <fu@mips.com>
366 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
367 case that some characters append at the end of the name.
369 (s_change_sec): Likewise.
370 (md_section_align): Likewise.
372 2008-05-07 Bob Wilson <bob.wilson@acm.org>
374 * config/tc-xtensa.c (xtensa_create_property_segments): Use
375 xtensa_make_property_section instead of xtensa_get_property_section.
376 (xtensa_create_xproperty_segments): Likewise.
378 2008-05-02 H.J. Lu <hongjiu.lu@intel.com>
380 * NEWS: Mention XSAVE, EPT and MOVBE.
382 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
383 (md_show_usage): Add .movbe and .ept.
385 * doc/c-i386.texi: Add movbe and ept to -march=. Document
388 2008-04-29 David S. Miller <davem@davemloft.net>
390 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
392 2008-04-28 Adam Nemet <anemet@caviumnetworks.com>
394 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
396 (OPTION_ELF_BASE): Make room for new option macros.
397 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
398 OPTION_DOUBLE_FLOAT): New option macros.
399 (md_longopts): Add msoft-float, mhard-float, msingle-float and
401 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
402 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
403 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
405 (struct mips_set_options): New fields soft_float and single_float.
406 (mips_opts): Initialized them. Add comment for each field
408 (mips_after_parse_args): Set them based on file_mips_soft_float
409 and file_mips_single_float.
410 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
411 `.set singlefloat' and `.set doublefloat'.
412 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
413 Handle single-float and soft-float instructions here.
414 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
415 (is_opcode_valid_16): New function.
416 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
417 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
418 M_S_DOB>: Remove special-casing of r4650.
419 * doc/c-mips.texi (-march=): Add Octeon.
420 (MIPS Opts): Document -msoft-float and -mhard-float. Document
421 -msingle-float and -mdouble-float.
422 (MIPS floating-point): New section. Document `.set softfloat' and
423 `.set hardfloat'. Document `.set singlefloat' and `.set
426 2008-04-25 David S. Miller <davem@davemloft.net>
428 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
431 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
432 rather than occaisionally 'levels'. Consistently refer to Sun's
433 UNIX variant as SunOS, every version of Solaris is also SunOS.
434 Document new 'softint_clear' and 'softint_set' aliases. Clarify
435 which architecture versions support '%dcr', '%cq', and '%gl'. Add
436 section on 32-bit/64-bit opcode translations.
438 2008-04-23 Mike Frysinger <vapier@gentoo.org>
440 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
441 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
442 (obj-fdpicelf.o): Define.
443 * Makefile.in: Regenerate.
444 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
446 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
447 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
448 * config/obj-fdpicelf.c: New.
449 * config/obj-fdpicelf.h: Likewise.
450 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
451 the OBJ_FDPIC_ELF define.
452 (OPTION_NOPIC): Define.
453 (md_longopts): Add mnopic and mno-fdpic.
454 (md_parse_option): Handle OPTION_NOPIC.
456 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
458 * aclocal.m4: Regenerate.
459 * configure: Regenerate.
461 2008-04-23 David S. Miller <davem@davemloft.net>
463 * config/tc-sparc.c (v9a_asr_table): Add missing
464 'stick' and 'stick_cmpr', and document ordering rules
466 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
467 BFD_RELOC_SPARC_PC10.
468 * doc/c-sparc.texi: New section on Sparc constants.
469 Add documentation for %stick and %stick_cmpr.
471 2008-04-22 David S. Miller <davem@davemloft.net>
473 * config/obj-elf.c (obj_elf_section_type): Add prototype
474 before obj_elf_section_word and add 'warn' arg.
475 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
476 is matched, try checking for #SECTION_TYPE.
477 (obj_elf_section): Adjust for new args.
478 (obj_elf_type_name): New function.
479 (obj_elf_type): Call it, and accept STT_foo number strings
480 in .type statements as output by SunPRO compiler.
482 2008-04-22 H.J. Lu <hongjiu.lu@intel.com>
484 * config/tc-i386.c (md_assemble): Don't check SSE instructions
487 2008-04-18 David S. Miller <davem@davemloft.net>
489 * doc/c-sparc.texi: Add syntax section.
491 2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
493 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
494 REG and NDS for instructions with immediate operand.
496 2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
498 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
501 2008-04-16 David S. Miller <davem@davemloft.net>
503 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
504 and relocation generation.
505 (tc_gen_reloc): Likewise.
507 2008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
509 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
510 relocations are properly aligned, and not negative.
512 2008-04-15 Khem Raj <kraj@mvista.com>
514 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
516 2008-04-14 Edmar Wienskoski <edmar@freescale.com>
518 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
519 accept e500mc instructions.
520 (md_show_usage): Document -me500mc.
522 2008-04-11 Nick Clifton <nickc@redhat.com>
524 * listing.c (print_timestamp): Use localtime rather than
525 localtime_r since not all build environments provide the latter.
527 2008-04-10 H.J. Lu <hongjiu.lu@intel.com>
529 * NEWS: Mention -msse-check=[none|error|warning].
531 * config/tc-i386.c (sse_check): New.
532 (OPTION_MSSE_CHECK): Likewise.
533 (md_assemble): Check SSE instructions if needed.
534 (md_longopts): Add -msse-check.
535 (md_parse_option): Handle OPTION_MSSE_CHECK.
536 (md_show_usage): Show -msse-check=[none|error|warning].
538 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
540 2008-04-10 Santiago Urueña <suruena@gmail.com>
542 * listing.c: Add -ag listing flag to show general information in
543 listings such as gas version, passed options, and time stamp.
544 (listing_general_info): New function.
545 (print_options): New function.
546 (print_single_option): New function.
547 (print_timestamp): New function.
548 (MAX_DATELEN): Define.
549 (listing_print): Add call to listing_general_info.
550 * listing.h (LISTING_GENERAL): Define.
551 (listing_print): Add new parameter.
552 * as.c (show_usage): Print new switch.
553 (parse_args): Parse new switch.
554 (main): Pass command line on to listing_print.
555 * NEWS: Mention this new feature.
556 * doc/as.texinfo: Document the new sub-option.
558 2008-04-08 Alan Modra <amodra@bigpond.net.au>
560 * dwarf2dbg.c (dwarf2_emit_insn): Simplify test before dwarf2_where
561 call. Delete out of date comment.
562 (dwarf2_consume_line_info): Always clear dwarf2_loc_directive_seen.
563 (dwarf2_emit_label): Don't emit unless there has been a previous
564 .file or we are outputting assembler generated debug.
565 dwarf2_consume_line_info after emitting line info, not before.
566 (out_debug_info): Simplify files_in_use test.
568 2008-04-07 H.J. Lu <hongjiu.lu@intel.com>
570 * config/tc-i386.c (parse_real_register): Return AVX register
571 only if AVX is enabled.
573 2008-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
576 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Use
577 md_pcrel_from_section for BFD_RELOC_64 and BFD_RELOC_64_PCREL.
579 2008-04-04 Adrian Bunk <bunk@stusta.de>
580 Bob Wilson <bob.wilson@acm.org>
582 * config/tc-xtensa.c (xg_apply_fix_value): Check return code from
583 call to decode_reloc.
585 2008-04-04 H.J. Lu <hongjiu.lu@intel.com>
587 * NEWS: Mention XSAVE. Change CLMUL to PCLMUL.
589 * config/tc-i386.c (cpu_arch): Add .pclmul.
590 (md_show_usage): Replace clmul with pclmul.
591 * doc/c-i386.texi: Likewise.
593 2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
595 * NEWS: Mention AES, CLMUL, AVX/FMA and -msse2avx.
597 * doc/c-i386.texi: Add avx, aes, clmul and fma to -march=.
598 Document -msse2avx, .avx, .aes, .clmul and .fma.
600 * config/tc-i386.c (YMMWORD_MNEM_SUFFIX): New.
601 (vex_prefix): Likewise.
603 (CPU_FLAGS_ARCH_MATCH): Likewise.
604 (CPU_FLAGS_64BIT_MATCH): Likewise.
605 (CPU_FLAGS_32BIT_MATCH): Likewise.
606 (CPU_FLAGS_PERFECT_MATCH): Likewise.
608 (vex_imm4): Likewise.
609 (fits_in_imm4): Likewise.
610 (build_vex_prefix): Likewise.
611 (VEX_check_operands): Likewise.
612 (bad_implicit_operand): Likewise.
613 (OPTION_MSSE2AVX): Likewise.
614 (T_YMMWORD): Likewise.
615 (_i386_insn): Add vex.
616 (cpu_arch): Add .avx, .aes, .clmul and .fma.
617 (cpu_flags_match): Changed to take a pointer to const template.
618 Enable encoding SSE instructions with VEX prefix for -msse2avx.
619 (match_mem_size): Also check ymmword.
620 (operand_type_match): Clear ymmword.
621 (md_begin): Allow '_' in mnemonic.
622 (type_names): Add OPERAND_TYPE_VEX_IMM4.
623 (process_immext): Update assert.
624 (md_assemble): Don't call process_immext if sse2avx and immext
625 are true. Call build_vex_prefix if vex is true.
626 (parse_insn): Updated for cpu_flags_match.
627 (swap_operands): Handle 5 operands.
628 (match_template): Handle 5 operands. Updated for cpu_flags_match.
629 Check regymm. Call VEX_check_operands. Handle YMMWORD_MNEM_SUFFIX.
630 (process_suffix): Handle YMMWORD_MNEM_SUFFIX.
631 (check_byte_reg): Check regymm.
632 (process_operands): Duplicate the destination register for
634 (build_modrm_byte): Updated for instructions with VEX encoding.
635 (output_insn): Output VEX prefix if needed.
636 (md_longopts): Add msse2avx.
637 (md_parse_option): Handle OPTION_MSSE2AVX.
638 (md_show_usage): Add avx, aes, clmul, fma and -msse2avx.
639 (intel_e09): Support YMMWORD.
640 (intel_e11): Likewise.
641 (intel_get_token): Likewise.
643 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
645 * config/tc-avr.c (mcu_types): Add attiny167.
646 * doc/c-avr.texi: Likewise.
648 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
650 * config/tc-avr.c (mcu_types): Add atmega32u4.
651 * doc/c-avr.texi: Likewise.
653 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
655 * config/tc-avr.c (mcu_types): Add atmega32c1.
656 * doc/c-avr.texi: Likewise.
658 2008-03-28 Paul Brook <paul@codesourcery.com>
660 * config/tc-arm.c (parse_neon_mov): Parse register before immediate
661 to avoid spurious symbols.
663 2008-03-28 Nathan Sidwell <nathan@codesourcery.com>
665 * config/tc-m68k.c (md_convert_frag_1): Replace as_fatal with
668 2008-03-27 Eric B. Weddington <eric.weddington@atmel.com>
670 * config/tc-avr.c (mcu_types): Add atmega32m1.
671 * doc/c-avr.texi: Likewise.
673 2008-03-27 Ineiev <ineiev@yahoo.co.uk>
675 * config/tc-arm.c (do_neon_cvt): Move variable declarations to
677 (do_neon_ext): Fix sign of comparison.
679 2008-03-26 Bernd Schmidt <bernd.schmidt@analog.com>
681 From Jie Zhang <jie.zhang@analog.com>
682 * config/bfin-parse.y (asm_1): Check AREGS in comparison
683 instructions. And call yyerror when comparing PREG with
685 (check_macfunc_option): New.
686 (check_macfuncs): Check option by calling check_macfunc_option.
687 Fix comparison always true warnings. Both scalar instructions
688 of vector instruction must share the same mode option. Only allow
689 option mode at the end of the second instruction of the vector.
690 (asm_1): Check option by calling check_macfunc_option.
692 * config/bfin-parse.y (check_macfunc_option): Allow (IU)
693 option for multiply and multiply-accumulate to data register
695 (check_macfuncs): Don't check if accumulator matches the data register
697 (assign_macfunc): Check if accumulator matches the
698 data register in each rule that moves to the data
701 * config/tc-bfin.c (bfin_start_line_hook): Localize the labels
702 generated for LOOP_BEGIN and LOOP_END instructions.
703 (bfin_gen_loop): Likewise.
705 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
707 * config/tc-s390.c (md_parse_option): z10 option added.
709 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
711 * aclocal.m4: Regenerate.
712 * configure: Likewise.
713 * Makefile.in: Likewise.
714 * doc/Makefile.in: Likewise.
716 2008-03-17 Adrian Bunk <bunk@stusta.de>
719 * config/tc-hppa.c (is_same_frag): Delete.
721 2008-03-14 Sterling Augustine <sterling@tensilica.com>
723 * config/tc-xtensa.h (xtensa_relax_statesE): Update comment for
724 RELAX_LOOP_END_ADD_NOP.
726 2008-03-13 Evandro Menezes <evandro@yahoo.com>
729 * read.c (s_mexit): Warn if attempting to exit a macro when not
730 inside a macro definition.
732 2008-03-13 Alan Modra <amodra@bigpond.net.au>
734 * Makefile.am: Run "make dep-am".
735 * Makefile.in: Regenerate.
736 * configure: Regenerate.
738 2008-03-09 Paul Brook <paul@codesourcery.com>
740 * config/tc-arm.c (arm_cpu_option_table): Add cortex-a9.
741 * doc/c-arm.texi: Add cortex-a9.
743 2008-03-09 Paul Brook <paul@codesourcery.com>
745 * config/tc-arm.c (fpu_vfp_ext_d32): New vairable.
746 (parse_vfp_reg_list, encode_arm_vfp_reg): Use it.
747 (arm_option_cpu_value): Add vfpv3-d16, vfpv2 and vfpv3.
748 (aeabi_set_public_attributes): Handle Tag_VFP_arch=VFPV3-D16.
749 * doc/c-arm.texi: Document new ARM FPU variants.
751 2008-03-07 Paul Brook <paul@codesourcery.com>
753 * config/tc-arm.c (md_apply_fix): Use correct offset range.
755 2008-03-07 Alan Modra <amodra@bigpond.net.au>
757 * config/tc-ppc.c (ppc_setup_opcodes): Tidy. Add code to test
758 for strict ordering of powerpc_opcodes, but disable for now.
760 2008-03-04 Paul Brook <paul@codesourcery.com>
762 * config/tc-arm.c (arm_ext_barrier, arm_ext_msr): New.
763 (arm_ext_v7m): Rename...
764 (arm_ext_m): ... to this. Include v6-M.
765 (do_t_add_sub): Allow narrow low-reg non flag setting adds.
766 (do_t_mrs, do_t_msr, aeabi_set_public_attributes): Use arm_ext_m.
767 (md_assemble): Allow wide msr instructions.
768 (insns): Add classifications for v6-m instructions.
769 (arm_cpu_option_table): Add cortex-m1.
770 (arm_arch_option_table): Add armv6-m.
771 (cpu_arch): Add ARM_ARCH_V6M. Fix numbering of other v6 variants.
773 2008-03-03 Sterling Augustine <sterling@tensilica.com>
774 Bob Wilson <bob.wilson@acm.org>
776 * config/tc-xtensa.c (xtensa_num_pipe_stages): New.
777 (md_begin): Initialize it.
778 (resources_conflict): Use it.
780 2008-03-03 Sterling Augustine <sterling@tensilica.com>
782 * config/tc-xtensa.h (RELAX_XTENSA_NONE): New.
784 2008-03-03 Denys Vlasenko <vda.linux@googlemail.com>
785 H.J. Lu <hongjiu.lu@intel.com>
788 * read.c (pseudo_set): Don't allow global register symbol.
790 * symbols.c (S_SET_EXTERNAL): Don't allow register symbol
793 2008-03-03 H.J. Lu <hongjiu.lu@intel.com>
796 * write.c (write_object_file): Don't allow symbols which were
797 equated to register. Stop if there is an error.
799 2008-03-01 Alan Modra <amodra@bigpond.net.au>
801 * config/tc-ppc.h (struct _ppc_fix_extra): New.
803 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Define.
804 * config/tc-ppc.c (ppu_cpu): Make global.
805 (ppc_insert_operand): Add ppu_cpu parameter.
806 (md_assemble): Adjust for above change.
807 (md_apply_fix): Pass tc_fix_data.ppc_cpu to ppc_insert_operand.
809 2008-02-22 Nick Clifton <nickc@redhat.com>
811 * config/tc-arm.c (do_bx): Only test EF_ARM_EABI_VERSION on ELF
812 targeted ARM ports, otherwise just skip generating the reloc.
814 2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
816 * doc/c-i386.texi: Update -march= and .arch.
818 2008-02-18 Nick Clifton <nickc@redhat.com>
820 * config/tc-mn10300.c (has_known_symbol_location): New function.
821 Do not regard weak symbols as having a known location.
822 (md_estimate_size_before_relax): Use new function.
823 (md_pcrel_from): Do not compute a pcrel against a weak symbol.
825 2008-02-18 Jan Beulich <jbeulich@novell.com>
827 * config/tc-i386.c (match_template): Disallow 'l' suffix when
828 currently selected CPU has no 32-bit support.
829 (parse_real_register): Do not return registers not available on
830 currently selected CPU.
832 2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
834 * config/tc-i386.c (process_immext): Fix format.
836 2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
838 * config/tc-i386.c (inoutportreg): New.
839 (process_immext): New.
840 (md_assemble): Use it.
841 (update_imm): Use imm16 and imm32s.
842 (i386_att_operand): Use inoutportreg.
844 2008-02-14 H.J. Lu <hongjiu.lu@intel.com>
846 * config/tc-i386.c (operand_type_all_zero): New.
847 (operand_type_set): Likewise.
848 (operand_type_equal): Likewise.
849 (cpu_flags_all_zero): Likewise.
850 (cpu_flags_set): Likewise.
851 (cpu_flags_equal): Likewise.
852 (UINTS_ALL_ZERO): Removed.
853 (UINTS_SET): Likewise.
854 (UINTS_CLEAR): Likewise.
855 (UINTS_EQUAL): Likewise.
856 (cpu_flags_match): Updated.
857 (smallest_imm_type): Likewise.
858 (set_cpu_arch): Likewise.
859 (md_assemble): Likewise.
860 (optimize_imm): Likewise.
861 (match_template): Likewise.
862 (process_suffix): Likewise.
863 (update_imm): Likewise.
864 (process_drex): Likewise.
865 (process_operands): Likewise.
866 (build_modrm_byte): Likewise.
867 (i386_immediate): Likewise.
868 (i386_displacement): Likewise.
869 (i386_att_operand): Likewise.
870 (parse_real_register): Likewise.
871 (md_parse_option): Likewise.
872 (i386_target_format): Likewise.
874 2008-02-14 Dimitry Andric <dimitry@andric.com>
877 * config/tc-arm.c (s_arm_unwind_save): Advance the input line
878 pointer past the comma after parsing a floating point register
881 2008-02-14 Hakan Ardo <hakan@debian.org>
884 * config/tc-avr.c (mcu_types): Change the ISA tyoe of the attiny26
886 (avr_operand): Disallow post-increment addressing in the lpm
887 instruction for the attiny26.
889 2008-02-13 Jan Beulich <jbeulich@novell.com>
891 * config/tc-i386.c (parse_real_register): Don't return 'FLAT'
892 if not in Intel mode.
893 (i386_intel_operand): Ignore segment overrides in immediate and
895 (intel_e11): Range-check i.mem_operands before use as array
896 index. Filter out FLAT for uses other than as segment override.
897 (intel_get_token): Remove broken promotion of "FLAT:" to mean
900 2008-02-13 Jan Beulich <jbeulich@novell.com>
902 * config/tc-i386.c (intel_e09): Also special-case 'bound'.
904 2008-02-13 Jan Beulich <jbeulich@novell.com>
906 * config/tc-i386.c (allow_pseudo_reg): New.
907 (parse_real_register): Check for NULL just once. Allow all
908 register table entries when allow_pseudo_reg is non-zero.
909 Don't allow any registers without type when allow_pseudo_reg
911 (tc_x86_regname_to_dw2regnum): Replace with ...
912 (tc_x86_parse_to_dw2regnum): ... this.
913 (tc_x86_frame_initial_instructions): Adjust for above change.
914 * config/tc-i386.h (tc_regname_to_dw2regnum): Remove.
915 (tc_parse_to_dw2regnum): New.
916 (tc_x86_regname_to_dw2regnum): Replace with ...
917 (tc_x86_parse_to_dw2regnum): ... this.
918 * dw2gencfi.c (tc_parse_to_dw2regnum): New, broken out of ...
919 (cfi_parse_reg): ... this. Use tc_parse_to_dw2regnum. Adjust
922 2008-02-12 Nick Clifton <nickc@redhat.com>
924 * config/tc-tic4x.c (tic4x_insn_insert): Add const qualifier to
926 (tic4x_insn_add): Likewise.
927 (md_begin): Drop cast that was discarding a const qualifier.
928 * config/tc-d30v.c (get_reloc): Add const qualifier to op
930 (build_insn): Drop cast that was discarding a const qualifier.
932 2008-02-11 H.J. Lu <hongjiu.lu@intel.com>
934 * config/tc-i386.c (cpu_arch): Add .xsave.
935 (md_show_usage): Add .xsave.
937 * doc/c-i386.texi: Add xsave to -march=.
939 2008-02-07 Alan Modra <amodra@bigpond.net.au>
941 * read.c (s_weakref): Don't pass unadorned NULL to concat.
942 * config/tc-i386.c (set_cpu_arch, md_parse_option): Likewise.
944 2008-02-05 Sterling Augustine <sterling@tensilica.com>
946 * config/tc-xtensa.c (relax_frag_immed): Change internal consistency
947 checks into assertions. When relaxation produces an operation that
948 does not fit in the current FLIX instruction, make sure that the
949 operation is relaxed as needed to account for being placed following
950 the current instruction.
952 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
955 * configure: Regenerated.
957 2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
959 * config/tc-mips.c (mips_cpu_info_table): Add Octeon.
961 2008-01-31 Marc Gauthier <marc@tensilica.com>
963 * configure.tgt (xtensa*-*-*): Recognize processor variants.
965 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
967 * read.c: (emit_expr): Correct for mingw use of printf size
970 2008-01-24 Bob Wilson <bob.wilson@acm.org>
972 * doc/c-xtensa.texi (Xtensa Syntax): Clarify handling of opcodes that
973 can only be encoded in FLIX instructions but are not specified as such.
974 (Xtensa Automatic Alignment): Remove obsolete comment about debugging
977 2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
979 * NEWS: Mention new command line options for x86 targets.
981 2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
983 * config/tc-i386.c (md_show_usage): Replace tabs with spaces.
985 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com>
987 * config/tc-avr.c (mcu_types): Change opcode set for at86rf401.
989 2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
991 * config/tc-i386.c (md_show_usage): Show more processors for
994 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
996 * config/tc-i386.c (i386_target_format): Remove cpummx2.
998 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
1000 * config/tc-i386.c (XXX_PREFIX): Moved from tc-i386.h.
1001 (XXX_MNEM_SUFFIX): Likewise.
1002 (END_OF_INSN): Likewise.
1003 (templates): Likewise.
1004 (modrm_byte): Likewise.
1005 (rex_byte): Likewise.
1006 (DREX_XXX): Likewise.
1007 (drex_byte): Likewise.
1008 (sib_byte): Likewise.
1009 (processor_type): Likewise.
1010 (arch_entry): Likewise.
1011 (cpu_sub_arch_name): Remove const.
1012 (cpu_arch): Add .vmx and .smx.
1013 (set_cpu_arch): Append cpu_sub_arch_name.
1014 (md_parse_option): Support -march=CPU[,+EXTENSION...].
1015 (md_show_usage): Updated.
1017 * config/tc-i386.h (XXX_PREFIX): Moved to tc-i386.c.
1018 (XXX_MNEM_SUFFIX): Likewise.
1019 (END_OF_INSN): Likewise.
1020 (templates): Likewise.
1021 (modrm_byte): Likewise.
1022 (rex_byte): Likewise.
1023 (DREX_XXX): Likewise.
1024 (drex_byte): Likewise.
1025 (sib_byte): Likewise.
1026 (processor_type): Likewise.
1027 (arch_entry): Likewise.
1029 * doc/as.texinfo: Update i386 -march option.
1031 * doc/c-i386.texi: Update -march= for ISA.
1033 2008-01-18 Bob Wilson <bob.wilson@acm.org>
1035 * config/tc-xtensa.c (xtensa_leb128): New function.
1036 (md_pseudo_table): Use it for sleb128 and uleb128.
1037 (is_leb128_expr): New internal flag.
1038 (xtensa_symbol_new_hook): Check new flag.
1040 2008-01-16 Eric B. Weddington <eric.weddington@atmel.com>
1042 * config/tc-avr.c (mcu_types): Change opcode set for avr3,
1043 at90usb82, at90usb162.
1044 * doc/c-avr.texi: Change architecture grouping for at90usb82,
1046 These changes support the new avr35 architecture group in gcc.
1048 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
1050 * config/tc-i386.c (md_assemble): Also zap movzx and movsx
1051 suffix for AT&T syntax.
1053 2008-01-14 H.J. Lu <hongjiu.lu@intel.com>
1055 * config/tc-i386.c (match_reg_size): New.
1056 (match_mem_size): Likewise.
1057 (operand_size_match): Likewise.
1058 (operand_type_match): Also clear all size fields.
1059 (match_template): Skip Intel syntax when in AT&T syntax.
1060 Call operand_size_match to check operand size.
1061 (i386_att_operand): Set the mem field to 1 for memory
1063 (i386_intel_operand): Likewise.
1065 2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
1068 * config/tc-i386.c (_i386_insn): Update comment.
1069 (operand_type_match): Also clear unspecified.
1070 (operand_type_register_match): Likewise.
1071 (parse_operands): Initialize unspecified.
1072 (i386_intel_operand): Likewise.
1073 (match_template): Check memory and accumulator operand size.
1074 (i386_att_operand): Clear unspecified on register operand.
1075 (intel_e11): Likewise.
1076 (intel_e09): Set operand size and clean unspecified for
1079 2008-01-11 Andreas Schwab <schwab@suse.de>
1081 * read.c (s_space): Declare `repeat' as offsetT.
1083 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
1085 * config/tc-i386.c (match_template): Check processor support
1088 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
1090 * config/tc-i386.c (match_template): Continue if processor
1093 2008-01-09 Alexandre Oliva <aoliva@redhat.com>
1095 * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
1096 unwind personality function address.
1098 2008-01-09 Bob Wilson <bob.wilson@acm.org>
1100 * dwarf2dbg.c (out_sleb128): Delete.
1101 (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
1102 (out_fixed_inc_line_addr): Delete.
1103 (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
1104 size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
1105 (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
1106 (process_entries): Remove calls to out_fixed_inc_line_addr. When
1107 DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
1108 * read.h (emit_expr_fix): New prototype.
1109 * read.c (emit_expr): Move code to emit_expr_fix and use it here.
1110 (emit_expr_fix): New.
1112 2008-01-09 H.J. Lu <hongjiu.lu@intel.com>
1114 * config/tc-i386.c (match_template): Check register size
1115 only when size of operands can be encoded the canonical way.
1117 2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
1119 * config/tc-i386.c (i386_operand): Renamed to ...
1120 (i386_att_operand): This.
1121 (parse_operands): Updated.
1123 2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
1125 * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
1127 * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
1129 (md_assemble): Remove Intel mode workaround.
1130 (match_template): Check support for old gcc, AT&T mnemonic
1132 (md_parse_option): Don't set intel_mnemonic to 0 for
1135 2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
1137 * config/tc-i386.h: Update copyright to 2008.
1139 2008-01-04 Nick Clifton <nickc@redhat.com>
1141 * config/tc-ppc.c (parse_cpu): Preserve the settings of the
1142 PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
1144 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1146 * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
1149 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1151 * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
1152 (cpu_flags_not): Likewise.
1153 (cpu_flags_match): Updated to check 64bit and arch.
1154 (set_code_flag): Remove cpu_arch_flags_not.
1155 (set_16bit_gcc_code_flag): Likewise.
1156 (set_cpu_arch): Likewise.
1157 (md_begin): Likewise.
1158 (parse_insn): Call cpu_flags_match to check 64bit and arch.
1159 (match_template): Likewise.
1161 2008-01-03 Jakub Jelinek <jakub@redhat.com>
1163 * config/tc-i386.c (process_drex): Initialize modrm_reg and
1164 modrm_regmem to 0 instead of None.
1166 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1168 * config/tc-i386.c (match_template): Use the xmmword field
1171 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
1173 * config/tc-i386.c (process_suffix): Fix a typo.
1175 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
1178 * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
1179 Check memory size in Intel mode.
1180 (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
1181 (intel_e09): Likewise.
1183 * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
1185 2008-01-02 Catherine Moore <clm@codesourcery.com>
1187 * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
1189 For older changes see ChangeLog-2007
1195 version-control: never