new file
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2008-10-24 Maciej W. Rozycki <macro@linux-mips.org>
2
3 * config/tc-mips.c (mips_cpu_info_table): Move the MIPS64r2
4 comment so that Broadcom SB-1 cores are in the MIPS64 section.
5
6 2008-10-21 Alan Modra <amodra@bigpond.net.au>
7
8 * config/tc-bfin.c (gencode, allocate): Remove unnecessary cast.
9 * config/tc-ns32k.c (bit_fix_new): Likewise.
10 * config/tc-m68k.c (md_begin): Likewise.
11 * hash.c (hash_insert, hash_jam): Likewise.
12 * symbols.c (symbol_create, local_symbol_make): Likewise.
13 * frags.c (frag_alloc): Likewise.
14
15 2008-10-20 Jay Krell <jay.krell@cornell.edu>
16
17 * config/bfin-parse.y: Use C style comments.
18 * config/tc-bfin.c: Likewise.
19 * config/tc-m68k.c: Likewise.
20 * config/tc-mips.c: Likewise.
21
22 2008-10-12 H.J. Lu <hongjiu.lu@intel.com>
23
24 * config/tc-i386.c (processor_type): Moved to tc-i386.h.
25 (cpu_arch_tune): Make it global.
26 (cpu_arch_isa): Likewise.
27 (cpu_arch_isa_flags): Likewise.
28 (i386_align_code): Check fragP->tc_frag_data.isa,
29 fragP->tc_frag_data.isa_flags and cpu_arch_tune instead of
30 cpu_arch_isa, cpu_arch_isa_flags and cpu_arch_tune,
31 respectively.
32
33 * config/tc-i386.h (processor_type): Moved from tc-i386.c.
34 (cpu_arch_tune): New.
35 (cpu_arch_isa): Likewise.
36 (cpu_arch_isa_flags): Likewise.
37 (i386_tc_frag_data): Likewise.
38 (TC_FRAG_TYPE): Likewise.
39 (TC_FRAG_INIT): Likewise.
40
41 2008-10-09 Bob Wilson <bob.wilson@acm.org>
42
43 * doc/as.texinfo (Pseudo Ops): Swap order of Comm and CFI menu entries.
44 (Altmacro, Comm, Loc, Loc_mark_labels, List, MRI, PopSection, Sleb128):
45 Moved into alphabetical order.
46
47 2008-10-09 Bob Wilson <bob.wilson@acm.org>
48
49 * doc/as.texinfo (Dot): Expand no-space-dir conditional to include
50 a complete sentence.
51 (Pseudo Ops): Put conditionals around Skip and Space menu entries.
52 (Line): Remove conditional declaration of Ln node and section here.
53 Put aout-bout description inside the no-line-dir conditional.
54 (Skip, Space): Use a separate conditional for each node.
55
56 2008-10-09 Bob Wilson <bob.wilson@acm.org>
57
58 * doc/as.texinfo (Pseudo Ops): Remove no-file-dir conditional around
59 menu entry for File; remove version-specific .file operands from menu
60 description. Replace "LNS directives" menu entry with new entries
61 for "Loc" and "Loc_mark_labels".
62 (LNS directives): Split into separate nodes for each directive.
63 (Loc): New node for .loc directive. Mention that this directive
64 is for DWARF2 and add a missing article.
65 (Loc_mark_labels): Likewise for .loc_mark_labels.
66 (File): Change this node to describe both the default version and
67 the DWARF2 version of .file. Move the no-file-dir conditional to
68 include only the default version.
69
70 2008-10-09 Eric Botcazou <ebotcazou@adacore.com>
71
72 * dw2gencfi.c (cfi_finish): Deal with md_fix_up_eh_frame.
73 * config/tc-i386.h (md_fix_up_eh_frame): Define on Solaris.
74 (i386_solaris_fix_up_eh_frame): Declare.
75 * config/tc-i386.c (i386_solaris_fix_up_eh_frame): New function.
76
77 2008-10-09 Nick Clifton <nickc@redhat.com>
78
79 PR 6944
80 * doc/as.texinfo (Dollar Local Labels): Correct description of
81 dollar local labels to show that the colon suffix is still
82 needed.
83
84 2008-10-08 Nick Clifton <nickc@redhat.com>
85
86 * configure.in (ALL_LINGUAS): Add "id".
87 * configure: Regenerate.
88 * po/id.po: New Indonesian translation.
89
90 2008-10-07 H.J. Lu <hongjiu.lu@intel.com>
91
92 * read.c (pseudo_set): Don't allow global register symbol only
93 if TC_GLOBAL_REGISTER_SYMBOL_OK is undefined.
94 * symbols.c (S_SET_EXTERNAL): Likewise.
95
96 * config/tc-mmix.h (TC_GLOBAL_REGISTER_SYMBOL_OK): Defined.
97
98 * doc/internals.texi: Document TC_GLOBAL_REGISTER_SYMBOL_OK.
99
100 2008-10-06 Bob Wilson <bob.wilson@acm.org>
101
102 * doc/as.texinfo (Local): New description of ELF .local directive.
103
104 2008-10-06 Nick Clifton <nickc@redhat.com>
105
106 PR 6926
107 * read.c (get_line_sb): Renamed to get_non_macro_line_sb.
108 (_find_end_of_line): Add extra parameter indicating if the line is
109 inside a macro. If it is then do not allow the @ character to be
110 treated as a line separator character.
111 (read_a_source): Update use of _find_end_of_line.
112 (find_end_of_line): Likewise.
113 (s_irp): Update use of get_line_sb.
114 (s_macro): Likewise.
115 (do_repeat): Likewise.
116 (get_line_sb): New function. Like the old version of get_line_sb
117 except that it takes an extra parameter indicating whether the
118 line is inside a macro.
119 (get_macro_line_sb): New function.
120
121 2008-10-04 Hans-Peter Nilsson <hp@axis.com>
122
123 * config/tc-cris.c: Update all comments regarding explicit relocations
124 to, besides PIC, also imply TLS or to say "relocation specifier" or
125 similar.
126 (RELOC_SUFFIX_CHAR): Rename from PIC_SUFFIX_CHAR. Change all callers.
127 (cris_get_reloc_suffix): Rename from cris_get_pic_suffix. Change all
128 callers. Also handle TLS relocs.
129 (cris_get_specified_reloc_size): Rename from cris_get_pic_reloc_size.
130 Change all callers. Also handle TLS relocs.
131 (tls): New constant.
132 (cris_process_instruction): Check for non-PIC TLS relocations and
133 adjust message when emitting error message about relocation not
134 fitting.
135 (get_autoinc_prefix_or_indir_op): Also check for relocation suffix
136 when tls is true.
137 (get_3op_or_dip_prefix_op): Ditto.
138 (cris_number_to_imm, tc_gen_reloc): Handle TLS relocs like PIC relocs.
139
140 2008-10-03 Kazu Hirata <kazu@codesourcery.com>
141
142 * listing.c (buffer_line): Open the source file with FOPEN_RB.
143 Manually process line ends.
144
145 2008-09-30 Wesley W. Terpstra <wesley@terpstra.ca>
146 Nick Clifton <nickc@redhat.com>
147
148 * config/tc-tic4x.c (tic4x_globl): Call S_SET_EXTERNAL as well as
149 S_SET_STORAGE_CLASS.
150
151 2008-09-30 Wesley W. Terpstra <wesley@terpstra.ca>
152 Nick Clifton <nickc@redhat.com>
153
154 * coffgen.c (coff_write_symbols): Check to see if a symbol's flags
155 do not match it class and if necessary update the class.
156 (null_error_handler): New function. Suppresses the generation of
157 bfd error messages.
158 * coff64-rs6000.c (bfd_xcoff_backend_data): Update comment.
159
160 2008-09-30 Alan Modra <amodra@bigpond.net.au>
161
162 * Makefile.am: Run "make dep-am".
163 * Makefile.in: Regenerate.
164
165 2008-09-29 Nick Clifton <nickc@redhat.com>
166
167 * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
168 tc_cfi_emit_pcrel_expr macro.
169
170 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
171 Steve Ellcey <sje@cup.hp.com>
172
173 * configure: Regenerate for new libtool.
174 * aclocal.m4: Ditto.
175 * Makefile.in: Ditto.
176 * doc/Makefile.in: Ditto.
177
178 2008-09-29 Nick Clifton <nickc@redhat.com>
179
180 PR 6878
181 * app.c (do_scrub_chars): Only issue warnings about tick
182 characters detected in symbol strings if hex ticks are supported.
183
184 2008-09-29 Nick Clifton <nickc@redhat.com>
185
186 * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
187 tc_cfi_emit_pcrel_expr macro.
188
189 2008-09-28 Daniel Jacobowitz <dan@codesourcery.com>
190
191 * NEWS: Mention .cfi_val_encoded_addr.
192
193 2008-09-26 Eric Botcazou <ebotcazou@adacore.com>
194
195 * Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h.
196 * Makefile.in (TARG_ENV_HFILES): Likewise.
197 * configure.tgt (Solaris targets): Set em=solaris.
198 * config/te-solaris.h: New file.
199
200 2008-09-26 Jie Zhang <jie.zhang@analog.com>
201
202 * config/bfin-parse.y (asm_1): Fix reduce/reduce conflicts.
203
204 2008-09-24 Richard Henderson <rth@redhat.com>
205
206 * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default.
207 (struct cfi_insn_data): Add ea member.
208 (CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New.
209 (output_cfi_insn): Handle CFI_val_encoded_addr.
210 (select_cie_for_fde): Don't match CFI_val_encoded_addr.
211 * doc/as.texinfo (.cfi_val_encoded_addr): Document.
212
213 2008-09-25 Alan Modra <amodra@bigpond.net.au>
214
215 PR 6913
216 * listing.c (print_options): Don't call fprintf without format string.
217
218 2008-09-19 Alan Modra <amodra@bigpond.net.au>
219
220 * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
221 (TC_VALIDATE_FIX_SUB): Likewise.
222 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
223 * config/tc-hppa.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
224 * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Likewise.
225 * config/tc-sh.h (TC_VALIDATE_FIX_SUB): Likewise.
226 (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
227 * config/tc-sh64.h (TC_VALIDATE_FIX_SUB): Likewise.
228 * config/tc-xtensa.h (TC_VALIDATE_FIX_SUB): Likewise.
229 * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS,
230 TC_FORCE_RELOCATION_SUB_LOCAL, TC_VALIDATE_FIX_SUB): Show new param.
231
232 * write.c (md_register_arithmetic): Define.
233 (fixup_segment): Adjust TC_FORCE_RELOCATION_SUB_ABS invocation.
234 Modify error message when registers involved.
235 (TC_FORCE_RELOCATION_SUB_ABS): Heed md_register_arithmetic.
236 * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Likewise.
237
238 2008-09-15 Alan Modra <amodra@bigpond.net.au>
239
240 * write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test.
241
242 2008-09-15 Alan Modra <amodra@bigpond.net.au>
243
244 * config/tc-frv.c (md_apply_fix): Use abs_section_sym for
245 relocs with no symbol.
246 * config/tc-mmix.c (md_assemble): Mark fake symbol on
247 BFD_RELOC_MMIX_BASE_PLUS_OFFSET as OK for use by relocs.
248 (mmix_md_end): Likewise mark mmix reg contents section symbol.
249
250 2008-09-14 Chris Smith <chris@zxdesign.info>
251
252 * config/tc-z80.c: Opcode generation of ld a,(bc) and ld a,(de) was
253 broken, as the opcode of ld a,(de) was being emitted for both.
254
255 2008-09-12 Sterling Augustine <sterling@tensilica.com>
256
257 * config/tc-xtensa.c (init_op_placement_info_table): Allow number of
258 operands equal to MAX_INSN_ARGS.
259
260 2008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
261
262 * configure.in: Call AC_SYS_LARGEFILE.
263 * config.in: Regenerate.
264 * configure: Regenerate.
265
266 2008-09-09 Peter Bergner <bergner@vnet.ibm.com>
267
268 * config/tc-ppc.c (ppc_setup_opcodes): Simplify POWER4/NOPOWER4 test.
269 Remove POWER5 and POWER6 tests.
270
271 2008-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
272
273 * config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name to
274 number support for 32-bit targets.
275
276 2008-09-08 Tristan Gingold <gingold@adacore.com>
277
278 * NEWS: Add a marker for the 2.19 features.
279
280 2008-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
281
282 * config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target. Revise
283 comment regarding use of difference expressions.
284 (TC_FORCE_RELOCATION_SUB_LOCAL): Define to 1.
285
286 * dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined.
287 (dot_cfi_personality): Use CFI_DIFF_EXPR_OK instead of DIFF_EXPR_OK.
288 (dot_cfi_lsda, output_cie, output_fde): Likewise.
289 * config/tc-hppa.h (CFI_DIFF_EXPR_OK): Define.
290
291 2008-09-06 Richard Sandiford <rdsandiford@googlemail.com>
292
293 * config/tc-mips.h (DWARF2_FDE_RELOC_SIZE): Define.
294
295 2008-09-03 Nick Clifton <nickc@redhat.com>
296
297 * config/tc-i386.c (pe_lcomm_internal): New function. Allows the
298 alignment field of the .lcomm directive to be optional.
299 (pe_lcomm): New function. Pass pe_lcomm_internal to
300 s_comm_internal.
301 (md_pseudo_table): Implement .lcomm directive for COFF based
302 targets.
303 * doc/c-i386.texi (i386-Directives): New node. Used to document
304 the .lcomm directive.
305
306 2008-08-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
307
308 * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux
309 and NetBSD.
310
311 2008-08-29 Eric B. Weddington <eric.weddington@atmel.com>
312
313 * config/tc-avr.c (mcu_types): Add atmega16u4.
314 * doc/c-avr.texi: Likewise.
315
316 2008-08-28 H.J. Lu <hongjiu.lu@intel.com>
317
318 * config/tc-ia64.c (CR_IIB0): New.
319 (CR_IIB1): Likewise.
320 (cr): Add cr.iib0 and cr.iib1.
321 (specify_resource): Handle IA64_RS_CR_IIB and CR_IIB0/CR_IIB1.
322
323 2008-08-28 Jan Beulich <jbeulich@novell.com>
324
325 * config/tc-i386.c (md_assemble): Force number of displacement
326 operands to zero when processing string instruction.
327 (i386_index_check): Special-case string instruction operands. Don't
328 fudge address prefix if there already was a memory operand. Fix
329 error message to correctly reflect the addressing mode used.
330 (i386_att_operand): Fix comment.
331 (i386_intel_operand): Snapshot, clear, and restore base and index
332 reg for each operand processed. Increment count of memory operands
333 later.
334
335 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
336
337 * config/tc-hppa.c (is_SB_relative): New macro.
338 (fix_new_hppa): Remove $segrel$ marker.
339 (cons_fix_new_hppa): Set reloc type R_PARISC_SEGREL32 if expression is
340 segment relative.
341 * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$.
342
343 2008-08-27 Jan Beulich <jbeulich@novell.com>
344
345 * config/tc-i386.c (check_string): Use register_prefix for error
346 message.
347 (process_operands): Likewise.
348
349 2008-08-26 Mark Mitchell <mark@codesourcery.com>
350
351 * c-arm.texi: Add tutorial on ARM unwinding pseudo ops.
352
353 2008-08-26 Jie Zhang <jie.zhang@analog.com>
354
355 * config/bfin-parse.y (check_macfunc_option): Fix instruction
356 mode checking.
357 (asm_1): Check mode for 16-bit multiply instructions.
358
359 2008-08-24 Alan Modra <amodra@bigpond.net.au>
360
361 * configure.in: Update a number of obsolete autoconf macros.
362 * configure: Regenerate.
363 * aclocal.m4: Regenerate.
364
365 2008-08-22 Nick Clifton <nickc@redhat.com>
366
367 * config/tc-mcore.c (md_assemble): Increase length of name array
368 to include terminating NUL.
369
370 2008-08-22 Jie Zhang <jie.zhang@analog.com>
371
372 * config/bfin-lex.l (NUMBER): Protect special `.'.
373
374 2008-08-22 Alan Modra <amodra@bigpond.net.au>
375
376 * symbols.c (symbol_clone): Ensure clones are not external.
377
378 2008-08-22 Alan Modra <amodra@bigpond.net.au>
379
380 * config/tc-hppa.c (md_begin): Set BSF_KEEP for "dummy_symbol".
381
382 2008-08-21 Richard Henderson <rth@redhat.com>
383
384 * dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
385 (output_cie, output_fde): Use it.
386 (DWARF2_EH_FRAME_READ_ONLY): New.
387 (cfi_finish): Use it.
388
389 * config/tc-hppa.h (DWARF2_FDE_RELOC_SIZE): Set to 8 for 64-bit.
390 (DWARF2_CIE_DATA_ALIGNMENT): Change sign.
391 (DWARF2_EH_FRAME_READ_ONLY): New.
392 * config/tc-hppa.c (tc_gen_reloc): Generate pc-relative relocations
393 from the results of DIFF_EXPR_OK manipulation.
394
395 2008-08-21 Sterling Augustine <sterling@tensilica.com>
396
397 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64.
398
399 2008-08-20 Bob Wilson <bob.wilson@acm.org>
400
401 * config/tc-xtensa.c (O_tlsfunc, O_tlsarg, O_tlscall): Define.
402 (O_tpoff, O_dtpoff): Define.
403 (suffix_relocs): Add entries for TLS suffixes.
404 (xtensa_elf_cons): Check for invalid use of TLS relocations.
405 (map_operator_to_reloc): Add is_literal parameter and use it to
406 control translating TLS instruction relocations to the corresponding
407 literal relocations.
408 (xg_valid_literal_expression): Allow TLS operators.
409 (xg_build_to_insn): Copy TLS operators from pseudo-instruction
410 operands to generated literals.
411 (xg_assemble_literal): Handle TLS operators. Update call to
412 map_operator_to_reloc.
413 (md_assemble): Handle CALLXn.TLS pseudo-instruction.
414 (md_apply_fix): Handle TLS relocations.
415 (emit_single_op): Handle TLS operators.
416 (convert_frag_immed): Update call to map_operator_to_reloc.
417 (vinsn_to_insnbuf): Emit relocations for TLS-related instructions.
418 * config/xtensa-istack.h (tinsn_struct): Add tls_reloc field.
419 * config/xtensa-relax.c (append_literal_op): Add src_op parameter
420 to initialize the op_data field of the BuildOp.
421 (build_transition): Use it here to record the source operand
422 corresponding to a generated literal.
423 * config/xtensa-relax.h (build_op): Comment op_data use for literals.
424
425 2008-08-20 H.J. Lu <hongjiu.lu@intel.com>
426
427 AVX Programming Reference (August, 2008)
428 * config/tc-i386.c (CPU_FLAGS_AES_MATCH): New.
429 (CPU_FLAGS_AVX_MATCH): Likewise.
430 (CPU_FLAGS_32BIT_MATCH): Updated.
431 (cpu_flags_match): Likewise.
432
433 2008-08-20 Alan Modra <amodra@bigpond.net.au>
434
435 PR 6848
436 * write.c (install_reloc): Check that reloc symbols have been
437 written.
438 (set_symtab): Mark symbols with BSF_KEEP.
439
440 2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
441
442 * config/tc-i386.c (i386_align_code): Fix a comment typo.
443
444 2008-08-15 Alan Modra <amodra@bigpond.net.au>
445
446 PR 6526
447 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
448 * Makefile.in: Regenerate.
449 * aclocal.m4: Regenerate.
450 * config.in: Regenerate.
451 * configure: Regenerate.
452 * doc/Makefile.in: Regenerate.
453
454 2008-08-14 Alan Modra <amodra@bigpond.net.au>
455
456 * config/tc-tic4x.c (tic4x_operands_parse): Make static.
457
458 2008-08-13 Ben Elliston <bje@au.ibm.com>
459
460 * doc/as.texinfo (Align): Document the PowerPC behaviour.
461
462 2008-08-13 Alan Modra <amodra@bigpond.net.au>
463
464 * as.c, as.h, ecoff.c, hash.c, macro.c, symbols.c, config/obj-evax.c,
465 config/obj-som.c, config/tc-alpha.c, config/tc-arm.c, config/tc-bfin.c,
466 config/tc-bfin.h, config/tc-crx.c, config/tc-frv.c, config/tc-frv.h,
467 config/tc-hppa.h, config/tc-i386.c, config/tc-i860.c, config/tc-i960.h,
468 config/tc-ia64.c, config/tc-ia64.h, config/tc-m32c.c, config/tc-m32c.h,
469 config/tc-m68k.c, config/tc-maxq.c, config/tc-s390.c, config/tc-s390.h,
470 config/tc-sparc.c, config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
471 config/tc-tic4x.c, config/tc-tic4x.h, config/tc-tic54x.c,
472 config/tc-tic54x.h, config/tc-vax.c, doc/internals.texi: Banish PARAMS
473 and PTR. Convert to ISO C. Delete unnecessary forward declarations.
474
475 2008-08-12 Alan Modra <amodra@bigpond.net.au>
476
477 * config/tc-arm.c (s_unreq): Adjust hash_delete call.
478 * config/tc-ia64.c (dot_rot): Likewise.
479
480 2008-08-11 Alan Modra <amodra@bigpond.net.au>
481
482 PR 6575
483 * hash.c: Expand PTR to void *.
484 (hash_delete): Add "freeme" parameter. Call obstack_free.
485 * hash.h: Expand PTR to void *.
486 (hash_delete): Update prototype.
487 * macro.c (macro_expand_body): hash_delete LOCALs from formal_hash.
488 * config/tc-tic54x.c (tic54x_remove_local_label): Update hash_delete
489 call.
490 (subsym_substitute): Likewise.
491 * doc/internals.texi (hash_delete): Update.
492
493 2008-08-08 Anatoly Sokolov <aesok@post.ru>
494
495 * config/tc-avr.c (mcu_types): Add avr25, avr31, avr35, and avr51
496 architectures. Reorganize list to put mcu types in correct
497 architectures and to order list same as in GCC. Use new ISA
498 definitions in include/opcode/avr.h.
499 * doc/c-avr.texi: Add avr25, avr31, avr35, and avr51 architecture
500 descriptions. Reorganize descriptions to put mcu types in correct
501 architectures and to order lists same as in GCC.
502
503 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
504 Daniel Jacobowitz <dan@codesourcery.com>
505
506 * config/tc-mips.c (OPTION_CALL_NONPIC): New macro.
507 (OPTION_NON_SHARED, OPTION_XGOT, OPTION_MABI, OPTION_32)
508 (OPTION_N32, OPTION_64, OPTION_MDEBUG, OPTION_NO_MDEBUG)
509 (OPTION_PDR, OPTION_NO_PDR, OPTION_MVXWORKS_PIC): Bump by 1.
510 (md_longopts): Add -call_nonpic.
511 (md_parse_option): Handle OPTION_CALL_NONPIC.
512 (md_show_usage): Add -call_nonpic.
513
514 2008-08-08 Sterling Augustine <sterling@tensilica.com>
515
516 * config/tc-xtensa.c (exclude_section_from_property_tables): New.
517 (xtensa_create_property_segments): Use it.
518 (xtensa_create_xproperty_segments): Likewise.
519
520 2008-08-08 Alan Modra <amodra@bigpond.net.au>
521
522 * doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
523
524 2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
525
526 * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)
527 (lo16_reloc_p): New functions.
528 (reloc_needs_lo_p): Use hi16_reloc_p and got16_reloc_p to
529 generalize relocation checks.
530 (matching_lo_reloc): New function.
531 (fixup_has_matching_lo_p): Use it.
532 (mips16_mark_labels): Don't clobber a symbol's visibility.
533 (append_insn): Use hi16_reloc_p and lo16_reloc_p.
534 (mips16_ip): Handle BFD_RELOC_MIPS16_GOT16 and BFD_RELOC_MIPS16_CALL16.
535 (md_apply_fix): Likewise.
536 (mips16_percent_op): Add %got and %call16.
537 (mips_frob_file): Use got16_reloc_p to generalize relocation checks.
538 Use matching_lo_reloc.
539 (mips_force_relocation): Use hi16_reloc_p and lo16_reloc_p to
540 generalize relocation checks.
541 (mips_fix_adjustable): Use lo16_reloc_p to generalize relocation
542 checks.
543
544 2008-08-06 DJ Delorie <dj@redhat.com>
545
546 * NEWS: Mention these changes.
547
548 * config/tc-h8300.h (H_TICK_HEX): Define.
549 * config/tc-h8300.c (OPTION_H_TICK_HEX): New.
550 (md_longopts): Add "-h-tick-hex".
551 (md_parse_option): Support it.
552 * doc/c-h8300.texi (H8/300 Options): Document it.
553 * doc/as.texinfo (Overview): Likewise.
554
555 * config/tc-sh.h (H_TICK_HEX): Define.
556 * config/tc-sh.c (OPTION_H_TICK_HEX): New.
557 (md_longopts): Add "-h-tick-hex".
558 (md_parse_option): Support it.
559 * doc/c-sh.texi (SH Options): Document it.
560 * doc/c-sh64.texi (SH64 Options): Document it.
561 * doc/as.texinfo (Overview): Likewise.
562
563 2008-08-05 Alan Modra <amodra@bigpond.net.au>
564
565 PR gas/6656
566 * dwarf2dbg.c (dwarf2_directive_file): Disable gas generated
567 debug info if we see compiler generated debug info.
568 (dwarf2_directive_loc): Likewise. Remove redundant debug_type test.
569
570 2008-08-04 Alan Modra <amodra@bigpond.net.au>
571
572 * dwarf2dbg.c: Remove superfluous forward function declarations.
573 (DWARF2_FORMAT): Add section arg.
574 (out_header): New function, split out from..
575 (out_debug_line): ..here.
576 (out_debug_aranges): Use out_header.
577 (out_debug_abbrev): Add info_seg and line_seg args. Use
578 DW_FORM_data8 (for DW_AT_stmt_list) if line_seg is 64-bit.
579 (out_debug_info): Use out_header. Output 8 byte DW_AT_stmt_list
580 if line_seg is 64-bit.
581 (dwarf2_finish): Adjust out_debug_abbrev call.
582 * config/tc-mips.h (DWARF2_FORMAT, mips_dwarf2_format): Add sec arg.
583 * config/tc-mips.c (mips_dwarf2_format): Likewise.
584
585 2008-08-04 Alan Modra <amodra@bigpond.net.au>
586
587 * Makefile.am (POTFILES.in): Set LC_ALL=C.
588 * Makefile.in: Regenerate.
589 * po/POTFILES.in: Regenerate.
590
591 2008-08-01 Peter Bergner <bergner@vnet.ibm.com>
592
593 * config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags.
594 Handle -mvsx and -mpower7.
595 (md_show_usage): Document -mpower7 and -mvsx.
596 * doc/as.texinfo (Target PowerPC): Document -mvsx.
597 * doc/c-ppc.texi (PowerPC-Opts): Document -mvsx and -mpower7.
598
599 2008-07-31 Peter Bergner <bergner@vnet.ibm.com>
600
601 * config/tc-ppc.c (parse_cpu) <power6>: Accept Altivec instructions.
602 <cell>: Likewise.
603
604 2008-07-30 Michael J. Eager <eager@eagercon.com>
605
606 * config/tc-ppc.c (parse_cpu): Separate handling of -m403/405.
607 (md_show_usage): Likewise.
608
609 2008-07-30 Alan Modra <amodra@bigpond.net.au>
610
611 * messages.c, symbols.c, write.c: Silence gcc warnings.
612
613 2008-07-28 Ineiev <ineiev@yahoo.co.uk>
614
615 * config/tc-i386.c (operand_type_check): Warning fix.
616
617 2008-07-26 Michael Eager <eager@eagercon.com>
618
619 * doc/as.texinfo: Add description of single-precision attribute.
620
621 2008-07-24 Jie Zhang <jie.zhang@analog.com>
622
623 * config/bfin-parse.y (asm_1): Error if plain symbol is used
624 as load/store offset.
625
626 2008-07-22 Chao-ying Fu <fu@mips.com>
627
628 * config/tc-mips.c (mips_ip): Reset s to argsStart.
629
630 2008-07-22 Jie Zhang <jie.zhang@analog.com>
631
632 * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.
633
634 2008-07-21 DJ Delorie <dj@redhat.com>
635
636 * config/tc-h8300.c (fix_operand_size): Use the default size
637 specified by the .lbranch/.sbranch pseudos.
638
639 2008-07-18 DJ Delorie <dj@redhat.com>
640
641 * config/tc-m32c.h (H_TICK_HEX): Define.
642 * config/tc-m32c.c (OPTION_H_TICK_HEX): Define.
643 (md_longopts): Add support for it.
644 (md_parse_option): Likewise.
645 * doc/as.texinfo (Overview): Add new m32c options.
646 * doc/c-m32c.texi (M32C-Modifiers): Likewise
647
648 * as.h: (enable_h_tick_hex): New.
649 * app.c (enable_h_tick_hex): New.
650 (LEX_IS_H): New.
651 (do_scrub_begin): Mark 'H' and 'h' as special if enable_h_tick_hex.
652 (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00
653 style hex constants and convert the input stream to 0x00 style.
654 (do_scrub_chars): If a 'X style character constant is found after
655 a symbol character (like you're or X'00), warn the user.
656
657 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
658
659 * config/tc-mips.c (mips16_mark_labels): Use ELF_ST_SET_MIPS16.
660 (mips_fix_adjustable): Likewise.
661 (mips_frob_file_after_relocs): Likewise.
662
663 2008-07-08 Nathan Sidwell <nathan@codesourcery.com>
664
665 * config/tc-m68k.c (m68k_set_cpu, m68k_set_arch): Don't complain
666 about overriding an earlier setting.
667
668 2008-07-07 Adam Nemet <anemet@caviumnetworks.com>
669
670 * config/tc-mips.c (NO_ISA_COP): New macro.
671 (COP_INSN): New macro.
672 (is_opcode_valid): Use them.
673 (macro) <ld_st>: Use them. Don't accept coprocessor load store
674 insns based on the ISA if CPU is NO_ISA_COP.
675 <copz>: Likewise for coprocessor operations.
676
677 2008-07-07 Paul Brook <paul@codesourcery.com>
678
679 * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
680 relocations.
681
682 2008-07-07 Ralf Corsépius <ralf.corsepius@rtems.org>
683
684 * configure.tgt: Add bfin-*-rtems*.
685
686 2008-07-04 Alan Modra <amodra@bigpond.net.au>
687
688 * config/tc-spu.c (md_apply_fix): Handle fully resolved
689 BFD_RELOC_32_PCREL, BFD_RELOC_SPU_HI16 and BFD_RELOC_SPU_LO16.
690
691 2008-06-25 Peter Bergner <bergner@vnet.ibm.com>
692
693 * config/tc-ppc.c (parse_cpu): Handle -m464.
694 (md_show_usage): Likewise.
695
696 2008-06-24 Eric B. Weddington <eric.weddington@atmel.com>
697
698 Add support for ATtiny13A.
699 * config/tc-avr.c (mcu_types): Add attiny13a.
700 * doc/c-avr.texi: Likewise.
701
702 2008-06-24 Bob Wilson <bob.wilson@acm.org>
703 Alan Modra <amodra@bigpond.net.au>
704
705 * write.c (relax_segment <rs_org>): Include current stretch
706 value when calculating whether .org is backwards.
707
708 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
709
710 * configure: Regenerate.
711
712 2008-06-17 Nick Clifton <nickc@redhat.com>
713
714 * app.c (do_scrub_chars): Do not UNGET an EOF value.
715
716 2008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
717
718 PR gas/6607
719 * config/tc-mmix.c (s_loc): Assume "negative" addresses belong to
720 text_section. Do the "stepping backwards" test for text_section
721 using unsigned operands.
722
723 2008-06-13 Peter Bergner <bergner@vnet.ibm.com>
724
725 * config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef.
726 (ppc_insert_operand): Likewise.
727 (ppc_machine): Likewise.
728 * config/tc-ppc.h: #include "opcode/ppc.h"
729 (struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef.
730 (ppc_cpu): Update extern decl.
731
732 2008-06-12 Adam Nemet <anemet@caviumnetworks.com>
733
734 * config/tc-mips.c (validate_mips_insn): Handle field descriptors
735 +x, +X, +p, +P, +s, +S.
736 (mips_ip): Likewise.
737
738 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
739 (mips_ip): Likewise.
740 (macro_build): Likewise.
741 (CPU_HAS_SEQ): New macro.
742 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
743
744 2008-06-09 Eric B. Weddington <eric.weddington@atmel.com>
745
746 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
747 * doc/c-avr.texi: Likewise.
748
749 2008-06-04 Nick Clifton <nickc@redhat.com>
750
751 * app.c (do_scrub_chars): Do not UNGET an EOF value.
752
753 2008-06-03 H.J. Lu <hongjiu.lu@intel.com>
754
755 * config/tc-i386.c (set_sse_check): New.
756 (md_pseudo_table): Add "sse_check".
757
758 2008-06-03 Paul Brook <paul@codesourcery.com>
759
760 * config/tc-arm.c (do_t_rbit): Populate both rm fields.
761
762 2008-05-30 Nick Clifton <nickc@redhat.com>
763
764 PR 5523
765 * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
766 relocs here.
767
768 2008-05-29 Maxim Kuvyrkov <maxim@codesourcery.com>
769
770 * config/tc-mips.c (mips_cpu_info_table): Move records for
771 ST Loongson-2E/2F processors to a better place.
772
773 2008-05-23 H.J. Lu <hongjiu.lu@intel.com>
774
775 PR gas/6518
776 * config/tc-i386.c (match_template): Report ambiguous operand
777 size, not invalid suffix when there is no match in Intel
778 syntax.
779
780 2008-05-22 Paul Brook <paul@codesourcery.com>
781
782 * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
783
784 2008-05-21 I-Jui Sung <ijsung@gmail.com>
785
786 * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
787 compatible cores: fa526, fa626, fa626te, fa726te.
788 * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
789 fa726te} options.
790
791 2008-05-14 Alan Modra <amodra@bigpond.net.au>
792
793 * Makefile.am: Run "make dep-am".
794 * Makefile.in: Regenerate.
795 * doc/Makefile.in: Regenerate.
796 * po/POTFILES.in: Regenerate.
797
798 2008-05-09 Catherine Moore <clm@codesourcery.com>
799
800 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
801 with non-MIPS16 relocs.
802
803 2008-05-09 Chao-ying Fu <fu@mips.com>
804
805 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
806 case that some characters append at the end of the name.
807 (mips_ip): Likewise.
808 (s_change_sec): Likewise.
809 (md_section_align): Likewise.
810
811 2008-05-07 Bob Wilson <bob.wilson@acm.org>
812
813 * config/tc-xtensa.c (xtensa_create_property_segments): Use
814 xtensa_make_property_section instead of xtensa_get_property_section.
815 (xtensa_create_xproperty_segments): Likewise.
816
817 2008-05-02 H.J. Lu <hongjiu.lu@intel.com>
818
819 * NEWS: Mention XSAVE, EPT and MOVBE.
820
821 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
822 (md_show_usage): Add .movbe and .ept.
823
824 * doc/c-i386.texi: Add movbe and ept to -march=. Document
825 .movbe and .ept.
826
827 2008-04-29 David S. Miller <davem@davemloft.net>
828
829 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
830
831 2008-04-28 Adam Nemet <anemet@caviumnetworks.com>
832
833 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
834 New statics.
835 (OPTION_ELF_BASE): Make room for new option macros.
836 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
837 OPTION_DOUBLE_FLOAT): New option macros.
838 (md_longopts): Add msoft-float, mhard-float, msingle-float and
839 mdouble-float.
840 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
841 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
842 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
843 and -mdouble-float.
844 (struct mips_set_options): New fields soft_float and single_float.
845 (mips_opts): Initialized them. Add comment for each field
846 initializer.
847 (mips_after_parse_args): Set them based on file_mips_soft_float
848 and file_mips_single_float.
849 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
850 `.set singlefloat' and `.set doublefloat'.
851 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
852 Handle single-float and soft-float instructions here.
853 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
854 (is_opcode_valid_16): New function.
855 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
856 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
857 M_S_DOB>: Remove special-casing of r4650.
858 * doc/c-mips.texi (-march=): Add Octeon.
859 (MIPS Opts): Document -msoft-float and -mhard-float. Document
860 -msingle-float and -mdouble-float.
861 (MIPS floating-point): New section. Document `.set softfloat' and
862 `.set hardfloat'. Document `.set singlefloat' and `.set
863 doublefloat'.
864
865 2008-04-25 David S. Miller <davem@davemloft.net>
866
867 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
868 %asr aliases.
869
870 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
871 rather than occaisionally 'levels'. Consistently refer to Sun's
872 UNIX variant as SunOS, every version of Solaris is also SunOS.
873 Document new 'softint_clear' and 'softint_set' aliases. Clarify
874 which architecture versions support '%dcr', '%cq', and '%gl'. Add
875 section on 32-bit/64-bit opcode translations.
876
877 2008-04-23 Mike Frysinger <vapier@gentoo.org>
878
879 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
880 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
881 (obj-fdpicelf.o): Define.
882 * Makefile.in: Regenerate.
883 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
884 (bfin-*-*): Delete.
885 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
886 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
887 * config/obj-fdpicelf.c: New.
888 * config/obj-fdpicelf.h: Likewise.
889 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
890 the OBJ_FDPIC_ELF define.
891 (OPTION_NOPIC): Define.
892 (md_longopts): Add mnopic and mno-fdpic.
893 (md_parse_option): Handle OPTION_NOPIC.
894
895 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
896
897 * aclocal.m4: Regenerate.
898 * configure: Regenerate.
899
900 2008-04-23 David S. Miller <davem@davemloft.net>
901
902 * config/tc-sparc.c (v9a_asr_table): Add missing
903 'stick' and 'stick_cmpr', and document ordering rules
904 of table.
905 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
906 BFD_RELOC_SPARC_PC10.
907 * doc/c-sparc.texi: New section on Sparc constants.
908 Add documentation for %stick and %stick_cmpr.
909
910 2008-04-22 David S. Miller <davem@davemloft.net>
911
912 * config/obj-elf.c (obj_elf_section_type): Add prototype
913 before obj_elf_section_word and add 'warn' arg.
914 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
915 is matched, try checking for #SECTION_TYPE.
916 (obj_elf_section): Adjust for new args.
917 (obj_elf_type_name): New function.
918 (obj_elf_type): Call it, and accept STT_foo number strings
919 in .type statements as output by SunPRO compiler.
920
921 2008-04-22 H.J. Lu <hongjiu.lu@intel.com>
922
923 * config/tc-i386.c (md_assemble): Don't check SSE instructions
924 if noavx is 0.
925
926 2008-04-18 David S. Miller <davem@davemloft.net>
927
928 * doc/c-sparc.texi: Add syntax section.
929
930 2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
931
932 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
933 REG and NDS for instructions with immediate operand.
934
935 2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
936
937 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
938 FMA.
939
940 2008-04-16 David S. Miller <davem@davemloft.net>
941
942 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
943 and relocation generation.
944 (tc_gen_reloc): Likewise.
945
946 2008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
947
948 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
949 relocations are properly aligned, and not negative.
950
951 2008-04-15 Khem Raj <kraj@mvista.com>
952
953 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
954
955 2008-04-14 Edmar Wienskoski <edmar@freescale.com>
956
957 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
958 accept e500mc instructions.
959 (md_show_usage): Document -me500mc.
960
961 2008-04-11 Nick Clifton <nickc@redhat.com>
962
963 * listing.c (print_timestamp): Use localtime rather than
964 localtime_r since not all build environments provide the latter.
965
966 2008-04-10 H.J. Lu <hongjiu.lu@intel.com>
967
968 * NEWS: Mention -msse-check=[none|error|warning].
969
970 * config/tc-i386.c (sse_check): New.
971 (OPTION_MSSE_CHECK): Likewise.
972 (md_assemble): Check SSE instructions if needed.
973 (md_longopts): Add -msse-check.
974 (md_parse_option): Handle OPTION_MSSE_CHECK.
975 (md_show_usage): Show -msse-check=[none|error|warning].
976
977 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
978
979 2008-04-10 Santiago Urueña <suruena@gmail.com>
980
981 * listing.c: Add -ag listing flag to show general information in
982 listings such as gas version, passed options, and time stamp.
983 (listing_general_info): New function.
984 (print_options): New function.
985 (print_single_option): New function.
986 (print_timestamp): New function.
987 (MAX_DATELEN): Define.
988 (listing_print): Add call to listing_general_info.
989 * listing.h (LISTING_GENERAL): Define.
990 (listing_print): Add new parameter.
991 * as.c (show_usage): Print new switch.
992 (parse_args): Parse new switch.
993 (main): Pass command line on to listing_print.
994 * NEWS: Mention this new feature.
995 * doc/as.texinfo: Document the new sub-option.
996
997 2008-04-08 Alan Modra <amodra@bigpond.net.au>
998
999 * dwarf2dbg.c (dwarf2_emit_insn): Simplify test before dwarf2_where
1000 call. Delete out of date comment.
1001 (dwarf2_consume_line_info): Always clear dwarf2_loc_directive_seen.
1002 (dwarf2_emit_label): Don't emit unless there has been a previous
1003 .file or we are outputting assembler generated debug.
1004 dwarf2_consume_line_info after emitting line info, not before.
1005 (out_debug_info): Simplify files_in_use test.
1006
1007 2008-04-07 H.J. Lu <hongjiu.lu@intel.com>
1008
1009 * config/tc-i386.c (parse_real_register): Return AVX register
1010 only if AVX is enabled.
1011
1012 2008-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1013
1014 PR gas/6043
1015 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Use
1016 md_pcrel_from_section for BFD_RELOC_64 and BFD_RELOC_64_PCREL.
1017
1018 2008-04-04 Adrian Bunk <bunk@stusta.de>
1019 Bob Wilson <bob.wilson@acm.org>
1020
1021 * config/tc-xtensa.c (xg_apply_fix_value): Check return code from
1022 call to decode_reloc.
1023
1024 2008-04-04 H.J. Lu <hongjiu.lu@intel.com>
1025
1026 * NEWS: Mention XSAVE. Change CLMUL to PCLMUL.
1027
1028 * config/tc-i386.c (cpu_arch): Add .pclmul.
1029 (md_show_usage): Replace clmul with pclmul.
1030 * doc/c-i386.texi: Likewise.
1031
1032 2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
1033
1034 * NEWS: Mention AES, CLMUL, AVX/FMA and -msse2avx.
1035
1036 * doc/c-i386.texi: Add avx, aes, clmul and fma to -march=.
1037 Document -msse2avx, .avx, .aes, .clmul and .fma.
1038
1039 * config/tc-i386.c (YMMWORD_MNEM_SUFFIX): New.
1040 (vex_prefix): Likewise.
1041 (sse2avx): Likewise.
1042 (CPU_FLAGS_ARCH_MATCH): Likewise.
1043 (CPU_FLAGS_64BIT_MATCH): Likewise.
1044 (CPU_FLAGS_32BIT_MATCH): Likewise.
1045 (CPU_FLAGS_PERFECT_MATCH): Likewise.
1046 (regymm): Likewise.
1047 (vex_imm4): Likewise.
1048 (fits_in_imm4): Likewise.
1049 (build_vex_prefix): Likewise.
1050 (VEX_check_operands): Likewise.
1051 (bad_implicit_operand): Likewise.
1052 (OPTION_MSSE2AVX): Likewise.
1053 (T_YMMWORD): Likewise.
1054 (_i386_insn): Add vex.
1055 (cpu_arch): Add .avx, .aes, .clmul and .fma.
1056 (cpu_flags_match): Changed to take a pointer to const template.
1057 Enable encoding SSE instructions with VEX prefix for -msse2avx.
1058 (match_mem_size): Also check ymmword.
1059 (operand_type_match): Clear ymmword.
1060 (md_begin): Allow '_' in mnemonic.
1061 (type_names): Add OPERAND_TYPE_VEX_IMM4.
1062 (process_immext): Update assert.
1063 (md_assemble): Don't call process_immext if sse2avx and immext
1064 are true. Call build_vex_prefix if vex is true.
1065 (parse_insn): Updated for cpu_flags_match.
1066 (swap_operands): Handle 5 operands.
1067 (match_template): Handle 5 operands. Updated for cpu_flags_match.
1068 Check regymm. Call VEX_check_operands. Handle YMMWORD_MNEM_SUFFIX.
1069 (process_suffix): Handle YMMWORD_MNEM_SUFFIX.
1070 (check_byte_reg): Check regymm.
1071 (process_operands): Duplicate the destination register for
1072 -msse2avx if needed.
1073 (build_modrm_byte): Updated for instructions with VEX encoding.
1074 (output_insn): Output VEX prefix if needed.
1075 (md_longopts): Add msse2avx.
1076 (md_parse_option): Handle OPTION_MSSE2AVX.
1077 (md_show_usage): Add avx, aes, clmul, fma and -msse2avx.
1078 (intel_e09): Support YMMWORD.
1079 (intel_e11): Likewise.
1080 (intel_get_token): Likewise.
1081
1082 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
1083
1084 * config/tc-avr.c (mcu_types): Add attiny167.
1085 * doc/c-avr.texi: Likewise.
1086
1087 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
1088
1089 * config/tc-avr.c (mcu_types): Add atmega32u4.
1090 * doc/c-avr.texi: Likewise.
1091
1092 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
1093
1094 * config/tc-avr.c (mcu_types): Add atmega32c1.
1095 * doc/c-avr.texi: Likewise.
1096
1097 2008-03-28 Paul Brook <paul@codesourcery.com>
1098
1099 * config/tc-arm.c (parse_neon_mov): Parse register before immediate
1100 to avoid spurious symbols.
1101
1102 2008-03-28 Nathan Sidwell <nathan@codesourcery.com>
1103
1104 * config/tc-m68k.c (md_convert_frag_1): Replace as_fatal with
1105 as_bad_where.
1106
1107 2008-03-27 Eric B. Weddington <eric.weddington@atmel.com>
1108
1109 * config/tc-avr.c (mcu_types): Add atmega32m1.
1110 * doc/c-avr.texi: Likewise.
1111
1112 2008-03-27 Ineiev <ineiev@yahoo.co.uk>
1113
1114 * config/tc-arm.c (do_neon_cvt): Move variable declarations to
1115 start of block.
1116 (do_neon_ext): Fix sign of comparison.
1117
1118 2008-03-26 Bernd Schmidt <bernd.schmidt@analog.com>
1119
1120 From Jie Zhang <jie.zhang@analog.com>
1121 * config/bfin-parse.y (asm_1): Check AREGS in comparison
1122 instructions. And call yyerror when comparing PREG with
1123 DREG.
1124 (check_macfunc_option): New.
1125 (check_macfuncs): Check option by calling check_macfunc_option.
1126 Fix comparison always true warnings. Both scalar instructions
1127 of vector instruction must share the same mode option. Only allow
1128 option mode at the end of the second instruction of the vector.
1129 (asm_1): Check option by calling check_macfunc_option.
1130
1131 * config/bfin-parse.y (check_macfunc_option): Allow (IU)
1132 option for multiply and multiply-accumulate to data register
1133 instruction.
1134 (check_macfuncs): Don't check if accumulator matches the data register
1135 here.
1136 (assign_macfunc): Check if accumulator matches the
1137 data register in each rule that moves to the data
1138 register.
1139
1140 * config/tc-bfin.c (bfin_start_line_hook): Localize the labels
1141 generated for LOOP_BEGIN and LOOP_END instructions.
1142 (bfin_gen_loop): Likewise.
1143
1144 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1145
1146 * config/tc-s390.c (md_parse_option): z10 option added.
1147
1148 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1149
1150 * aclocal.m4: Regenerate.
1151 * configure: Likewise.
1152 * Makefile.in: Likewise.
1153 * doc/Makefile.in: Likewise.
1154
1155 2008-03-17 Adrian Bunk <bunk@stusta.de>
1156
1157 PR 5946
1158 * config/tc-hppa.c (is_same_frag): Delete.
1159
1160 2008-03-14 Sterling Augustine <sterling@tensilica.com>
1161
1162 * config/tc-xtensa.h (xtensa_relax_statesE): Update comment for
1163 RELAX_LOOP_END_ADD_NOP.
1164
1165 2008-03-13 Evandro Menezes <evandro@yahoo.com>
1166
1167 PR gas/5895
1168 * read.c (s_mexit): Warn if attempting to exit a macro when not
1169 inside a macro definition.
1170
1171 2008-03-13 Alan Modra <amodra@bigpond.net.au>
1172
1173 * Makefile.am: Run "make dep-am".
1174 * Makefile.in: Regenerate.
1175 * configure: Regenerate.
1176
1177 2008-03-09 Paul Brook <paul@codesourcery.com>
1178
1179 * config/tc-arm.c (arm_cpu_option_table): Add cortex-a9.
1180 * doc/c-arm.texi: Add cortex-a9.
1181
1182 2008-03-09 Paul Brook <paul@codesourcery.com>
1183
1184 * config/tc-arm.c (fpu_vfp_ext_d32): New vairable.
1185 (parse_vfp_reg_list, encode_arm_vfp_reg): Use it.
1186 (arm_option_cpu_value): Add vfpv3-d16, vfpv2 and vfpv3.
1187 (aeabi_set_public_attributes): Handle Tag_VFP_arch=VFPV3-D16.
1188 * doc/c-arm.texi: Document new ARM FPU variants.
1189
1190 2008-03-07 Paul Brook <paul@codesourcery.com>
1191
1192 * config/tc-arm.c (md_apply_fix): Use correct offset range.
1193
1194 2008-03-07 Alan Modra <amodra@bigpond.net.au>
1195
1196 * config/tc-ppc.c (ppc_setup_opcodes): Tidy. Add code to test
1197 for strict ordering of powerpc_opcodes, but disable for now.
1198
1199 2008-03-04 Paul Brook <paul@codesourcery.com>
1200
1201 * config/tc-arm.c (arm_ext_barrier, arm_ext_msr): New.
1202 (arm_ext_v7m): Rename...
1203 (arm_ext_m): ... to this. Include v6-M.
1204 (do_t_add_sub): Allow narrow low-reg non flag setting adds.
1205 (do_t_mrs, do_t_msr, aeabi_set_public_attributes): Use arm_ext_m.
1206 (md_assemble): Allow wide msr instructions.
1207 (insns): Add classifications for v6-m instructions.
1208 (arm_cpu_option_table): Add cortex-m1.
1209 (arm_arch_option_table): Add armv6-m.
1210 (cpu_arch): Add ARM_ARCH_V6M. Fix numbering of other v6 variants.
1211
1212 2008-03-03 Sterling Augustine <sterling@tensilica.com>
1213 Bob Wilson <bob.wilson@acm.org>
1214
1215 * config/tc-xtensa.c (xtensa_num_pipe_stages): New.
1216 (md_begin): Initialize it.
1217 (resources_conflict): Use it.
1218
1219 2008-03-03 Sterling Augustine <sterling@tensilica.com>
1220
1221 * config/tc-xtensa.h (RELAX_XTENSA_NONE): New.
1222
1223 2008-03-03 Denys Vlasenko <vda.linux@googlemail.com>
1224 H.J. Lu <hongjiu.lu@intel.com>
1225
1226 PR gas/5543
1227 * read.c (pseudo_set): Don't allow global register symbol.
1228
1229 * symbols.c (S_SET_EXTERNAL): Don't allow register symbol
1230 global.
1231
1232 2008-03-03 H.J. Lu <hongjiu.lu@intel.com>
1233
1234 PR gas/5543
1235 * write.c (write_object_file): Don't allow symbols which were
1236 equated to register. Stop if there is an error.
1237
1238 2008-03-01 Alan Modra <amodra@bigpond.net.au>
1239
1240 * config/tc-ppc.h (struct _ppc_fix_extra): New.
1241 (ppc_cpu): Declare.
1242 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Define.
1243 * config/tc-ppc.c (ppu_cpu): Make global.
1244 (ppc_insert_operand): Add ppu_cpu parameter.
1245 (md_assemble): Adjust for above change.
1246 (md_apply_fix): Pass tc_fix_data.ppc_cpu to ppc_insert_operand.
1247
1248 2008-02-22 Nick Clifton <nickc@redhat.com>
1249
1250 * config/tc-arm.c (do_bx): Only test EF_ARM_EABI_VERSION on ELF
1251 targeted ARM ports, otherwise just skip generating the reloc.
1252
1253 2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 * doc/c-i386.texi: Update -march= and .arch.
1256
1257 2008-02-18 Nick Clifton <nickc@redhat.com>
1258
1259 * config/tc-mn10300.c (has_known_symbol_location): New function.
1260 Do not regard weak symbols as having a known location.
1261 (md_estimate_size_before_relax): Use new function.
1262 (md_pcrel_from): Do not compute a pcrel against a weak symbol.
1263
1264 2008-02-18 Jan Beulich <jbeulich@novell.com>
1265
1266 * config/tc-i386.c (match_template): Disallow 'l' suffix when
1267 currently selected CPU has no 32-bit support.
1268 (parse_real_register): Do not return registers not available on
1269 currently selected CPU.
1270
1271 2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
1272
1273 * config/tc-i386.c (process_immext): Fix format.
1274
1275 2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
1276
1277 * config/tc-i386.c (inoutportreg): New.
1278 (process_immext): New.
1279 (md_assemble): Use it.
1280 (update_imm): Use imm16 and imm32s.
1281 (i386_att_operand): Use inoutportreg.
1282
1283 2008-02-14 H.J. Lu <hongjiu.lu@intel.com>
1284
1285 * config/tc-i386.c (operand_type_all_zero): New.
1286 (operand_type_set): Likewise.
1287 (operand_type_equal): Likewise.
1288 (cpu_flags_all_zero): Likewise.
1289 (cpu_flags_set): Likewise.
1290 (cpu_flags_equal): Likewise.
1291 (UINTS_ALL_ZERO): Removed.
1292 (UINTS_SET): Likewise.
1293 (UINTS_CLEAR): Likewise.
1294 (UINTS_EQUAL): Likewise.
1295 (cpu_flags_match): Updated.
1296 (smallest_imm_type): Likewise.
1297 (set_cpu_arch): Likewise.
1298 (md_assemble): Likewise.
1299 (optimize_imm): Likewise.
1300 (match_template): Likewise.
1301 (process_suffix): Likewise.
1302 (update_imm): Likewise.
1303 (process_drex): Likewise.
1304 (process_operands): Likewise.
1305 (build_modrm_byte): Likewise.
1306 (i386_immediate): Likewise.
1307 (i386_displacement): Likewise.
1308 (i386_att_operand): Likewise.
1309 (parse_real_register): Likewise.
1310 (md_parse_option): Likewise.
1311 (i386_target_format): Likewise.
1312
1313 2008-02-14 Dimitry Andric <dimitry@andric.com>
1314
1315 PR gas/5712
1316 * config/tc-arm.c (s_arm_unwind_save): Advance the input line
1317 pointer past the comma after parsing a floating point register
1318 name.
1319
1320 2008-02-14 Hakan Ardo <hakan@debian.org>
1321
1322 PR gas/2626
1323 * config/tc-avr.c (mcu_types): Change the ISA tyoe of the attiny26
1324 to AVR_ISA_2xxe.
1325 (avr_operand): Disallow post-increment addressing in the lpm
1326 instruction for the attiny26.
1327
1328 2008-02-13 Jan Beulich <jbeulich@novell.com>
1329
1330 * config/tc-i386.c (parse_real_register): Don't return 'FLAT'
1331 if not in Intel mode.
1332 (i386_intel_operand): Ignore segment overrides in immediate and
1333 offset operands.
1334 (intel_e11): Range-check i.mem_operands before use as array
1335 index. Filter out FLAT for uses other than as segment override.
1336 (intel_get_token): Remove broken promotion of "FLAT:" to mean
1337 "offset FLAT:".
1338
1339 2008-02-13 Jan Beulich <jbeulich@novell.com>
1340
1341 * config/tc-i386.c (intel_e09): Also special-case 'bound'.
1342
1343 2008-02-13 Jan Beulich <jbeulich@novell.com>
1344
1345 * config/tc-i386.c (allow_pseudo_reg): New.
1346 (parse_real_register): Check for NULL just once. Allow all
1347 register table entries when allow_pseudo_reg is non-zero.
1348 Don't allow any registers without type when allow_pseudo_reg
1349 is zero.
1350 (tc_x86_regname_to_dw2regnum): Replace with ...
1351 (tc_x86_parse_to_dw2regnum): ... this.
1352 (tc_x86_frame_initial_instructions): Adjust for above change.
1353 * config/tc-i386.h (tc_regname_to_dw2regnum): Remove.
1354 (tc_parse_to_dw2regnum): New.
1355 (tc_x86_regname_to_dw2regnum): Replace with ...
1356 (tc_x86_parse_to_dw2regnum): ... this.
1357 * dw2gencfi.c (tc_parse_to_dw2regnum): New, broken out of ...
1358 (cfi_parse_reg): ... this. Use tc_parse_to_dw2regnum. Adjust
1359 error handling.
1360
1361 2008-02-12 Nick Clifton <nickc@redhat.com>
1362
1363 * config/tc-tic4x.c (tic4x_insn_insert): Add const qualifier to
1364 argument.
1365 (tic4x_insn_add): Likewise.
1366 (md_begin): Drop cast that was discarding a const qualifier.
1367 * config/tc-d30v.c (get_reloc): Add const qualifier to op
1368 argument.
1369 (build_insn): Drop cast that was discarding a const qualifier.
1370
1371 2008-02-11 H.J. Lu <hongjiu.lu@intel.com>
1372
1373 * config/tc-i386.c (cpu_arch): Add .xsave.
1374 (md_show_usage): Add .xsave.
1375
1376 * doc/c-i386.texi: Add xsave to -march=.
1377
1378 2008-02-07 Alan Modra <amodra@bigpond.net.au>
1379
1380 * read.c (s_weakref): Don't pass unadorned NULL to concat.
1381 * config/tc-i386.c (set_cpu_arch, md_parse_option): Likewise.
1382
1383 2008-02-05 Sterling Augustine <sterling@tensilica.com>
1384
1385 * config/tc-xtensa.c (relax_frag_immed): Change internal consistency
1386 checks into assertions. When relaxation produces an operation that
1387 does not fit in the current FLIX instruction, make sure that the
1388 operation is relaxed as needed to account for being placed following
1389 the current instruction.
1390
1391 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
1392
1393 PR 5715
1394 * configure: Regenerated.
1395
1396 2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
1397
1398 * config/tc-mips.c (mips_cpu_info_table): Add Octeon.
1399
1400 2008-01-31 Marc Gauthier <marc@tensilica.com>
1401
1402 * configure.tgt (xtensa*-*-*): Recognize processor variants.
1403
1404 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
1405
1406 * read.c: (emit_expr): Correct for mingw use of printf size
1407 specifier.
1408
1409 2008-01-24 Bob Wilson <bob.wilson@acm.org>
1410
1411 * doc/c-xtensa.texi (Xtensa Syntax): Clarify handling of opcodes that
1412 can only be encoded in FLIX instructions but are not specified as such.
1413 (Xtensa Automatic Alignment): Remove obsolete comment about debugging
1414 labels.
1415
1416 2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
1417
1418 * NEWS: Mention new command line options for x86 targets.
1419
1420 2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
1421
1422 * config/tc-i386.c (md_show_usage): Replace tabs with spaces.
1423
1424 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com>
1425
1426 * config/tc-avr.c (mcu_types): Change opcode set for at86rf401.
1427
1428 2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
1429
1430 * config/tc-i386.c (md_show_usage): Show more processors for
1431 -march=/-mtune=.
1432
1433 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
1434
1435 * config/tc-i386.c (i386_target_format): Remove cpummx2.
1436
1437 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
1438
1439 * config/tc-i386.c (XXX_PREFIX): Moved from tc-i386.h.
1440 (XXX_MNEM_SUFFIX): Likewise.
1441 (END_OF_INSN): Likewise.
1442 (templates): Likewise.
1443 (modrm_byte): Likewise.
1444 (rex_byte): Likewise.
1445 (DREX_XXX): Likewise.
1446 (drex_byte): Likewise.
1447 (sib_byte): Likewise.
1448 (processor_type): Likewise.
1449 (arch_entry): Likewise.
1450 (cpu_sub_arch_name): Remove const.
1451 (cpu_arch): Add .vmx and .smx.
1452 (set_cpu_arch): Append cpu_sub_arch_name.
1453 (md_parse_option): Support -march=CPU[,+EXTENSION...].
1454 (md_show_usage): Updated.
1455
1456 * config/tc-i386.h (XXX_PREFIX): Moved to tc-i386.c.
1457 (XXX_MNEM_SUFFIX): Likewise.
1458 (END_OF_INSN): Likewise.
1459 (templates): Likewise.
1460 (modrm_byte): Likewise.
1461 (rex_byte): Likewise.
1462 (DREX_XXX): Likewise.
1463 (drex_byte): Likewise.
1464 (sib_byte): Likewise.
1465 (processor_type): Likewise.
1466 (arch_entry): Likewise.
1467
1468 * doc/as.texinfo: Update i386 -march option.
1469
1470 * doc/c-i386.texi: Update -march= for ISA.
1471
1472 2008-01-18 Bob Wilson <bob.wilson@acm.org>
1473
1474 * config/tc-xtensa.c (xtensa_leb128): New function.
1475 (md_pseudo_table): Use it for sleb128 and uleb128.
1476 (is_leb128_expr): New internal flag.
1477 (xtensa_symbol_new_hook): Check new flag.
1478
1479 2008-01-16 Eric B. Weddington <eric.weddington@atmel.com>
1480
1481 * config/tc-avr.c (mcu_types): Change opcode set for avr3,
1482 at90usb82, at90usb162.
1483 * doc/c-avr.texi: Change architecture grouping for at90usb82,
1484 at90usb162.
1485 These changes support the new avr35 architecture group in gcc.
1486
1487 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
1488
1489 * config/tc-i386.c (md_assemble): Also zap movzx and movsx
1490 suffix for AT&T syntax.
1491
1492 2008-01-14 H.J. Lu <hongjiu.lu@intel.com>
1493
1494 * config/tc-i386.c (match_reg_size): New.
1495 (match_mem_size): Likewise.
1496 (operand_size_match): Likewise.
1497 (operand_type_match): Also clear all size fields.
1498 (match_template): Skip Intel syntax when in AT&T syntax.
1499 Call operand_size_match to check operand size.
1500 (i386_att_operand): Set the mem field to 1 for memory
1501 operand.
1502 (i386_intel_operand): Likewise.
1503
1504 2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
1505
1506 PR gas/5534
1507 * config/tc-i386.c (_i386_insn): Update comment.
1508 (operand_type_match): Also clear unspecified.
1509 (operand_type_register_match): Likewise.
1510 (parse_operands): Initialize unspecified.
1511 (i386_intel_operand): Likewise.
1512 (match_template): Check memory and accumulator operand size.
1513 (i386_att_operand): Clear unspecified on register operand.
1514 (intel_e11): Likewise.
1515 (intel_e09): Set operand size and clean unspecified for
1516 "XXX PTR".
1517
1518 2008-01-11 Andreas Schwab <schwab@suse.de>
1519
1520 * read.c (s_space): Declare `repeat' as offsetT.
1521
1522 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
1523
1524 * config/tc-i386.c (match_template): Check processor support
1525 first.
1526
1527 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
1528
1529 * config/tc-i386.c (match_template): Continue if processor
1530 doesn't match.
1531
1532 2008-01-09 Alexandre Oliva <aoliva@redhat.com>
1533
1534 * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
1535 unwind personality function address.
1536
1537 2008-01-09 Bob Wilson <bob.wilson@acm.org>
1538
1539 * dwarf2dbg.c (out_sleb128): Delete.
1540 (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
1541 (out_fixed_inc_line_addr): Delete.
1542 (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
1543 size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
1544 (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
1545 (process_entries): Remove calls to out_fixed_inc_line_addr. When
1546 DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
1547 * read.h (emit_expr_fix): New prototype.
1548 * read.c (emit_expr): Move code to emit_expr_fix and use it here.
1549 (emit_expr_fix): New.
1550
1551 2008-01-09 H.J. Lu <hongjiu.lu@intel.com>
1552
1553 * config/tc-i386.c (match_template): Check register size
1554 only when size of operands can be encoded the canonical way.
1555
1556 2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
1557
1558 * config/tc-i386.c (i386_operand): Renamed to ...
1559 (i386_att_operand): This.
1560 (parse_operands): Updated.
1561
1562 2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
1563
1564 * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
1565
1566 * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
1567 only.
1568 (md_assemble): Remove Intel mode workaround.
1569 (match_template): Check support for old gcc, AT&T mnemonic
1570 and Intel Syntax.
1571 (md_parse_option): Don't set intel_mnemonic to 0 for
1572 OPTION_MOLD_GCC.
1573
1574 2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
1575
1576 * config/tc-i386.h: Update copyright to 2008.
1577
1578 2008-01-04 Nick Clifton <nickc@redhat.com>
1579
1580 * config/tc-ppc.c (parse_cpu): Preserve the settings of the
1581 PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
1582
1583 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1584
1585 * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
1586 of SYSV386_COMPAT.
1587
1588 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1589
1590 * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
1591 (cpu_flags_not): Likewise.
1592 (cpu_flags_match): Updated to check 64bit and arch.
1593 (set_code_flag): Remove cpu_arch_flags_not.
1594 (set_16bit_gcc_code_flag): Likewise.
1595 (set_cpu_arch): Likewise.
1596 (md_begin): Likewise.
1597 (parse_insn): Call cpu_flags_match to check 64bit and arch.
1598 (match_template): Likewise.
1599
1600 2008-01-03 Jakub Jelinek <jakub@redhat.com>
1601
1602 * config/tc-i386.c (process_drex): Initialize modrm_reg and
1603 modrm_regmem to 0 instead of None.
1604
1605 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1606
1607 * config/tc-i386.c (match_template): Use the xmmword field
1608 instead of no_xsuf.
1609
1610 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
1611
1612 * config/tc-i386.c (process_suffix): Fix a typo.
1613
1614 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
1615
1616 PR gas/5534
1617 * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
1618 Check memory size in Intel mode.
1619 (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
1620 (intel_e09): Likewise.
1621
1622 * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
1623
1624 2008-01-02 Catherine Moore <clm@codesourcery.com>
1625
1626 * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
1627
1628 For older changes see ChangeLog-2007
1629 \f
1630 Local Variables:
1631 mode: change-log
1632 left-margin: 8
1633 fill-column: 74
1634 version-control: never
1635 End:
This page took 0.06246 seconds and 4 git commands to generate.