OSDN Git Service

84f1eeefba3a5f1826800efacc66bf897828e748
[pf3gnuchains/pf3gnuchains3x.git] / gas / ChangeLog
1 2008-04-11  Nick Clifton  <nickc@redhat.com>
2
3         * listing.c (print_timestamp): Use localtime rather than
4         localtime_r since not all build environments provide the latter.
5
6 2008-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7
8         * NEWS: Mention -msse-check=[none|error|warning].
9
10         * config/tc-i386.c (sse_check): New.
11         (OPTION_MSSE_CHECK): Likewise.
12         (md_assemble): Check SSE instructions if needed.
13         (md_longopts): Add -msse-check.
14         (md_parse_option): Handle OPTION_MSSE_CHECK.
15         (md_show_usage): Show -msse-check=[none|error|warning].
16
17         * doc/c-i386.texi: Document -msse-check=[none|error|warning].
18
19 2008-04-10  Santiago Urueña  <suruena@gmail.com>
20
21         * listing.c: Add -ag listing flag to show general information in
22         listings such as gas version, passed options, and time stamp.
23         (listing_general_info): New function.
24         (print_options): New function.
25         (print_single_option): New function.
26         (print_timestamp): New function.
27         (MAX_DATELEN): Define.
28         (listing_print): Add call to listing_general_info.
29         * listing.h (LISTING_GENERAL): Define.
30         (listing_print): Add new parameter.
31         * as.c (show_usage): Print new switch.
32         (parse_args): Parse new switch.
33         (main): Pass command line on to listing_print.
34         * NEWS: Mention this new feature.
35         * doc/as.texinfo: Document the new sub-option.
36
37 2008-04-08  Alan Modra  <amodra@bigpond.net.au>
38
39         * dwarf2dbg.c (dwarf2_emit_insn): Simplify test before dwarf2_where
40         call.  Delete out of date comment.
41         (dwarf2_consume_line_info): Always clear dwarf2_loc_directive_seen.
42         (dwarf2_emit_label): Don't emit unless there has been a previous
43         .file or we are outputting assembler generated debug.
44         dwarf2_consume_line_info after emitting line info, not before.
45         (out_debug_info): Simplify files_in_use test.
46
47 2008-04-07  H.J. Lu  <hongjiu.lu@intel.com>
48
49         * config/tc-i386.c (parse_real_register): Return AVX register
50         only if AVX is enabled.
51
52 2008-04-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53
54         PR gas/6043
55         * config/tc-sh64.c (shmedia_md_pcrel_from_section): Use
56         md_pcrel_from_section for BFD_RELOC_64 and BFD_RELOC_64_PCREL.
57
58 2008-04-04  Adrian Bunk  <bunk@stusta.de>
59             Bob Wilson  <bob.wilson@acm.org>
60         
61         * config/tc-xtensa.c (xg_apply_fix_value): Check return code from
62         call to decode_reloc.
63         
64 2008-04-04  H.J. Lu  <hongjiu.lu@intel.com>
65
66         * NEWS: Mention XSAVE.  Change CLMUL to PCLMUL.
67
68         * config/tc-i386.c (cpu_arch): Add .pclmul.
69         (md_show_usage): Replace clmul with pclmul.
70         * doc/c-i386.texi: Likewise.
71
72 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
73
74         * NEWS: Mention AES, CLMUL, AVX/FMA and -msse2avx.
75
76         * doc/c-i386.texi: Add avx, aes, clmul and fma to -march=.
77         Document -msse2avx, .avx, .aes, .clmul and .fma.
78
79         * config/tc-i386.c (YMMWORD_MNEM_SUFFIX): New.
80         (vex_prefix): Likewise.
81         (sse2avx): Likewise.
82         (CPU_FLAGS_ARCH_MATCH): Likewise.
83         (CPU_FLAGS_64BIT_MATCH): Likewise.
84         (CPU_FLAGS_32BIT_MATCH): Likewise.
85         (CPU_FLAGS_PERFECT_MATCH): Likewise.
86         (regymm): Likewise.
87         (vex_imm4): Likewise.
88         (fits_in_imm4): Likewise.
89         (build_vex_prefix): Likewise.
90         (VEX_check_operands): Likewise.
91         (bad_implicit_operand): Likewise.
92         (OPTION_MSSE2AVX): Likewise.
93         (T_YMMWORD): Likewise.
94         (_i386_insn): Add vex.
95         (cpu_arch): Add .avx, .aes, .clmul and .fma.
96         (cpu_flags_match): Changed to take a pointer to const template.
97         Enable encoding SSE instructions with VEX prefix for -msse2avx.
98         (match_mem_size): Also check ymmword.
99         (operand_type_match): Clear ymmword.
100         (md_begin): Allow '_' in mnemonic.
101         (type_names): Add OPERAND_TYPE_VEX_IMM4.
102         (process_immext): Update assert.
103         (md_assemble): Don't call process_immext if sse2avx and immext
104         are true.  Call build_vex_prefix if vex is true.
105         (parse_insn): Updated for cpu_flags_match.
106         (swap_operands): Handle 5 operands.
107         (match_template): Handle 5 operands. Updated for cpu_flags_match.
108         Check regymm.  Call VEX_check_operands. Handle YMMWORD_MNEM_SUFFIX.
109         (process_suffix): Handle YMMWORD_MNEM_SUFFIX.
110         (check_byte_reg): Check regymm.
111         (process_operands): Duplicate the destination register for
112         -msse2avx if needed.
113         (build_modrm_byte): Updated for instructions with VEX encoding.
114         (output_insn): Output VEX prefix if needed.
115         (md_longopts): Add msse2avx.
116         (md_parse_option): Handle OPTION_MSSE2AVX.
117         (md_show_usage): Add avx, aes, clmul, fma and -msse2avx.
118         (intel_e09): Support YMMWORD.
119         (intel_e11): Likewise.
120         (intel_get_token): Likewise.
121
122 2008-03-28  Eric B. Weddington  <eric.weddington@atmel.com>
123
124         * config/tc-avr.c (mcu_types): Add attiny167.
125         * doc/c-avr.texi: Likewise.
126
127 2008-03-28  Eric B. Weddington  <eric.weddington@atmel.com>
128
129         * config/tc-avr.c (mcu_types): Add atmega32u4.
130         * doc/c-avr.texi: Likewise.
131
132 2008-03-28  Eric B. Weddington  <eric.weddington@atmel.com>
133
134         * config/tc-avr.c (mcu_types): Add atmega32c1.
135         * doc/c-avr.texi: Likewise.
136
137 2008-03-28  Paul Brook  <paul@codesourcery.com>
138
139         * config/tc-arm.c (parse_neon_mov): Parse register before immediate
140         to avoid spurious symbols.
141
142 2008-03-28  Nathan Sidwell  <nathan@codesourcery.com>
143
144         * config/tc-m68k.c (md_convert_frag_1): Replace as_fatal with
145         as_bad_where.
146
147 2008-03-27  Eric B. Weddington  <eric.weddington@atmel.com>
148
149         * config/tc-avr.c (mcu_types): Add atmega32m1.
150         * doc/c-avr.texi: Likewise.
151
152 2008-03-27  Ineiev  <ineiev@yahoo.co.uk>
153
154         * config/tc-arm.c (do_neon_cvt): Move variable declarations to
155         start of block.
156         (do_neon_ext): Fix sign of comparison.
157
158 2008-03-26  Bernd Schmidt  <bernd.schmidt@analog.com>
159
160         From Jie Zhang  <jie.zhang@analog.com>
161         * config/bfin-parse.y (asm_1): Check AREGS in comparison
162         instructions. And call yyerror when comparing PREG with
163         DREG.
164         (check_macfunc_option): New.
165         (check_macfuncs): Check option by calling check_macfunc_option.
166         Fix comparison always true warnings.  Both scalar instructions
167         of vector instruction must share the same mode option.  Only allow
168         option mode at the end of the second instruction of the vector.
169         (asm_1): Check option by calling check_macfunc_option.
170
171         * config/bfin-parse.y (check_macfunc_option): Allow (IU)
172         option for multiply and multiply-accumulate to data register
173         instruction.
174         (check_macfuncs): Don't check if accumulator matches the data register
175         here.
176         (assign_macfunc): Check if accumulator matches the
177         data register in each rule that moves to the data
178         register.
179
180         * config/tc-bfin.c (bfin_start_line_hook): Localize the labels
181         generated for LOOP_BEGIN and LOOP_END instructions.
182         (bfin_gen_loop): Likewise. 
183
184 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
185
186         * config/tc-s390.c (md_parse_option): z10 option added.
187
188 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189
190         * aclocal.m4: Regenerate.
191         * configure: Likewise.
192         * Makefile.in: Likewise.
193         * doc/Makefile.in: Likewise.
194
195 2008-03-17  Adrian Bunk  <bunk@stusta.de>
196
197         PR 5946
198         * config/tc-hppa.c (is_same_frag): Delete.
199
200 2008-03-14  Sterling Augustine  <sterling@tensilica.com>
201         
202         * config/tc-xtensa.h (xtensa_relax_statesE): Update comment for
203         RELAX_LOOP_END_ADD_NOP.
204         
205 2008-03-13  Evandro Menezes  <evandro@yahoo.com>
206
207         PR gas/5895
208         * read.c (s_mexit): Warn if attempting to exit a macro when not
209         inside a macro definition.
210
211 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
212
213         * Makefile.am: Run "make dep-am".
214         * Makefile.in: Regenerate.
215         * configure: Regenerate.
216
217 2008-03-09  Paul Brook  <paul@codesourcery.com>
218
219         * config/tc-arm.c (arm_cpu_option_table): Add cortex-a9.
220         * doc/c-arm.texi: Add cortex-a9.
221
222 2008-03-09  Paul Brook  <paul@codesourcery.com>
223
224         * config/tc-arm.c (fpu_vfp_ext_d32): New vairable.
225         (parse_vfp_reg_list, encode_arm_vfp_reg): Use it.
226         (arm_option_cpu_value): Add vfpv3-d16, vfpv2 and vfpv3.
227         (aeabi_set_public_attributes): Handle Tag_VFP_arch=VFPV3-D16.
228         * doc/c-arm.texi: Document new ARM FPU variants.
229
230 2008-03-07  Paul Brook  <paul@codesourcery.com>
231
232         * config/tc-arm.c (md_apply_fix): Use correct offset range.
233
234 2008-03-07  Alan Modra  <amodra@bigpond.net.au>
235
236         * config/tc-ppc.c (ppc_setup_opcodes): Tidy.  Add code to test
237         for strict ordering of powerpc_opcodes, but disable for now.
238
239 2008-03-04  Paul Brook  <paul@codesourcery.com>
240
241         * config/tc-arm.c (arm_ext_barrier, arm_ext_msr): New.
242         (arm_ext_v7m): Rename...
243         (arm_ext_m): ... to this.  Include v6-M.
244         (do_t_add_sub): Allow narrow low-reg non flag setting adds.
245         (do_t_mrs, do_t_msr, aeabi_set_public_attributes): Use arm_ext_m.
246         (md_assemble): Allow wide msr instructions.
247         (insns): Add classifications for v6-m instructions.
248         (arm_cpu_option_table): Add cortex-m1.
249         (arm_arch_option_table): Add armv6-m.
250         (cpu_arch): Add ARM_ARCH_V6M.  Fix numbering of other v6 variants.
251
252 2008-03-03  Sterling Augustine  <sterling@tensilica.com>
253             Bob Wilson  <bob.wilson@acm.org>
254         
255         * config/tc-xtensa.c (xtensa_num_pipe_stages): New.
256         (md_begin): Initialize it.
257         (resources_conflict): Use it.
258         
259 2008-03-03  Sterling Augustine  <sterling@tensilica.com>
260         
261         * config/tc-xtensa.h (RELAX_XTENSA_NONE): New.
262         
263 2008-03-03  Denys Vlasenko <vda.linux@googlemail.com>
264             H.J. Lu  <hongjiu.lu@intel.com>
265
266         PR gas/5543
267         * read.c (pseudo_set): Don't allow global register symbol.
268
269         * symbols.c (S_SET_EXTERNAL): Don't allow register symbol
270         global.
271
272 2008-03-03  H.J. Lu  <hongjiu.lu@intel.com>
273
274         PR gas/5543
275         * write.c (write_object_file): Don't allow symbols which were
276         equated to register.  Stop if there is an error.
277
278 2008-03-01  Alan Modra  <amodra@bigpond.net.au>
279
280         * config/tc-ppc.h (struct _ppc_fix_extra): New.
281         (ppc_cpu): Declare.
282         (TC_FIX_TYPE, TC_INIT_FIX_DATA): Define.
283         * config/tc-ppc.c (ppu_cpu): Make global.
284         (ppc_insert_operand): Add ppu_cpu parameter.
285         (md_assemble): Adjust for above change.
286         (md_apply_fix): Pass tc_fix_data.ppc_cpu to ppc_insert_operand.
287
288 2008-02-22  Nick Clifton  <nickc@redhat.com>
289
290         * config/tc-arm.c (do_bx): Only test EF_ARM_EABI_VERSION on ELF
291         targeted ARM ports, otherwise just skip generating the reloc.
292
293 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
294
295         * doc/c-i386.texi: Update -march= and .arch.
296
297 2008-02-18  Nick Clifton  <nickc@redhat.com>
298
299         * config/tc-mn10300.c (has_known_symbol_location): New function.
300         Do not regard weak symbols as having a known location.
301         (md_estimate_size_before_relax): Use new function.
302         (md_pcrel_from): Do not compute a pcrel against a weak symbol.
303
304 2008-02-18  Jan Beulich  <jbeulich@novell.com>
305
306         * config/tc-i386.c (match_template): Disallow 'l' suffix when
307         currently selected CPU has no 32-bit support.
308         (parse_real_register): Do not return registers not available on
309         currently selected CPU.
310
311 2008-02-16  H.J. Lu  <hongjiu.lu@intel.com>
312
313         * config/tc-i386.c (process_immext): Fix format.
314
315 2008-02-16  H.J. Lu  <hongjiu.lu@intel.com>
316
317         * config/tc-i386.c (inoutportreg): New.
318         (process_immext): New.
319         (md_assemble): Use it.
320         (update_imm): Use imm16 and imm32s.
321         (i386_att_operand): Use inoutportreg. 
322
323 2008-02-14  H.J. Lu  <hongjiu.lu@intel.com>
324
325         * config/tc-i386.c (operand_type_all_zero): New.
326         (operand_type_set): Likewise.
327         (operand_type_equal): Likewise.
328         (cpu_flags_all_zero): Likewise.
329         (cpu_flags_set): Likewise.
330         (cpu_flags_equal): Likewise.
331         (UINTS_ALL_ZERO): Removed.
332         (UINTS_SET): Likewise.
333         (UINTS_CLEAR): Likewise.
334         (UINTS_EQUAL): Likewise.
335         (cpu_flags_match): Updated.
336         (smallest_imm_type): Likewise.
337         (set_cpu_arch): Likewise.
338         (md_assemble): Likewise.
339         (optimize_imm): Likewise.
340         (match_template): Likewise.
341         (process_suffix): Likewise.
342         (update_imm): Likewise.
343         (process_drex): Likewise.
344         (process_operands): Likewise.
345         (build_modrm_byte): Likewise.
346         (i386_immediate): Likewise.
347         (i386_displacement): Likewise.
348         (i386_att_operand): Likewise.
349         (parse_real_register): Likewise.
350         (md_parse_option): Likewise.
351         (i386_target_format): Likewise.
352
353 2008-02-14  Dimitry Andric  <dimitry@andric.com>
354
355         PR gas/5712
356         * config/tc-arm.c (s_arm_unwind_save): Advance the input line
357         pointer past the comma after parsing a floating point register
358         name.
359
360 2008-02-14  Hakan Ardo  <hakan@debian.org>
361
362         PR gas/2626
363         * config/tc-avr.c (mcu_types): Change the ISA tyoe of the attiny26
364         to AVR_ISA_2xxe.
365         (avr_operand): Disallow post-increment addressing in the lpm
366         instruction for the attiny26.
367
368 2008-02-13  Jan Beulich  <jbeulich@novell.com>
369
370         * config/tc-i386.c (parse_real_register): Don't return 'FLAT'
371         if not in Intel mode.
372         (i386_intel_operand): Ignore segment overrides in immediate and
373         offset operands.
374         (intel_e11): Range-check i.mem_operands before use as array
375         index. Filter out FLAT for uses other than as segment override.
376         (intel_get_token): Remove broken promotion of "FLAT:" to mean
377         "offset FLAT:".
378
379 2008-02-13  Jan Beulich  <jbeulich@novell.com>
380
381         * config/tc-i386.c (intel_e09): Also special-case 'bound'.
382
383 2008-02-13  Jan Beulich  <jbeulich@novell.com>
384
385         * config/tc-i386.c (allow_pseudo_reg): New.
386         (parse_real_register): Check for NULL just once. Allow all
387         register table entries when allow_pseudo_reg is non-zero.
388         Don't allow any registers without type when allow_pseudo_reg
389         is zero.
390         (tc_x86_regname_to_dw2regnum): Replace with ...
391         (tc_x86_parse_to_dw2regnum): ... this.
392         (tc_x86_frame_initial_instructions): Adjust for above change.
393         * config/tc-i386.h (tc_regname_to_dw2regnum): Remove.
394         (tc_parse_to_dw2regnum): New.
395         (tc_x86_regname_to_dw2regnum): Replace with ...
396         (tc_x86_parse_to_dw2regnum): ... this.
397         * dw2gencfi.c (tc_parse_to_dw2regnum): New, broken out of ...
398         (cfi_parse_reg): ... this. Use tc_parse_to_dw2regnum. Adjust
399         error handling.
400
401 2008-02-12  Nick Clifton  <nickc@redhat.com>
402
403         * config/tc-tic4x.c (tic4x_insn_insert): Add const qualifier to
404         argument.
405         (tic4x_insn_add): Likewise.
406         (md_begin): Drop cast that was discarding a const qualifier.
407         * config/tc-d30v.c (get_reloc): Add const qualifier to op
408         argument.
409         (build_insn): Drop cast that was discarding a const qualifier.
410
411 2008-02-11  H.J. Lu  <hongjiu.lu@intel.com>
412
413         * config/tc-i386.c (cpu_arch): Add .xsave.
414         (md_show_usage): Add .xsave.
415
416         * doc/c-i386.texi: Add xsave to -march=.
417
418 2008-02-07  Alan Modra  <amodra@bigpond.net.au>
419
420         * read.c (s_weakref): Don't pass unadorned NULL to concat.
421         * config/tc-i386.c (set_cpu_arch, md_parse_option): Likewise.
422
423 2008-02-05  Sterling Augustine  <sterling@tensilica.com>
424         
425         * config/tc-xtensa.c (relax_frag_immed): Change internal consistency
426         checks into assertions.  When relaxation produces an operation that
427         does not fit in the current FLIX instruction, make sure that the
428         operation is relaxed as needed to account for being placed following
429         the current instruction.
430         
431 2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
432
433         PR 5715
434         * configure: Regenerated.
435
436 2008-02-04  Adam Nemet  <anemet@caviumnetworks.com>
437
438         * config/tc-mips.c (mips_cpu_info_table): Add Octeon.
439
440 2008-01-31  Marc Gauthier  <marc@tensilica.com>
441
442         * configure.tgt (xtensa*-*-*): Recognize processor variants.
443
444 2008-01-25  Kai Tietz  <kai.tietz@onevision.com>
445
446         * read.c: (emit_expr): Correct for mingw use of printf size 
447         specifier.
448
449 2008-01-24  Bob Wilson  <bob.wilson@acm.org>
450         
451         * doc/c-xtensa.texi (Xtensa Syntax): Clarify handling of opcodes that
452         can only be encoded in FLIX instructions but are not specified as such.
453         (Xtensa Automatic Alignment): Remove obsolete comment about debugging
454         labels.
455         
456 2008-01-24  H.J. Lu  <hongjiu.lu@intel.com>
457
458         * NEWS: Mention new command line options for x86 targets.
459
460 2008-01-23  H.J. Lu  <hongjiu.lu@intel.com>
461
462         * config/tc-i386.c (md_show_usage): Replace tabs with spaces.
463
464 2008-01-23  Eric B. Weddington  <eric.weddington@atmel.com>
465
466         * config/tc-avr.c (mcu_types): Change opcode set for at86rf401.
467
468 2008-01-23  H.J. Lu  <hongjiu.lu@intel.com>
469
470         * config/tc-i386.c (md_show_usage): Show more processors for
471         -march=/-mtune=.
472
473 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
474
475         * config/tc-i386.c (i386_target_format): Remove cpummx2.
476
477 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
478
479         * config/tc-i386.c (XXX_PREFIX): Moved from tc-i386.h.
480         (XXX_MNEM_SUFFIX): Likewise.
481         (END_OF_INSN): Likewise.
482         (templates): Likewise.
483         (modrm_byte): Likewise.
484         (rex_byte): Likewise.
485         (DREX_XXX): Likewise.
486         (drex_byte): Likewise.
487         (sib_byte): Likewise.
488         (processor_type): Likewise.
489         (arch_entry): Likewise.
490         (cpu_sub_arch_name): Remove const.
491         (cpu_arch): Add .vmx and .smx.
492         (set_cpu_arch): Append cpu_sub_arch_name.
493         (md_parse_option): Support -march=CPU[,+EXTENSION...].
494         (md_show_usage): Updated.
495
496         * config/tc-i386.h (XXX_PREFIX): Moved to tc-i386.c.
497         (XXX_MNEM_SUFFIX): Likewise.
498         (END_OF_INSN): Likewise.
499         (templates): Likewise.
500         (modrm_byte): Likewise.
501         (rex_byte): Likewise.
502         (DREX_XXX): Likewise.
503         (drex_byte): Likewise.
504         (sib_byte): Likewise.
505         (processor_type): Likewise.
506         (arch_entry): Likewise.
507
508         * doc/as.texinfo: Update i386 -march option.
509
510         * doc/c-i386.texi: Update -march= for ISA.
511
512 2008-01-18  Bob Wilson  <bob.wilson@acm.org>
513         
514         * config/tc-xtensa.c (xtensa_leb128): New function.
515         (md_pseudo_table): Use it for sleb128 and uleb128.
516         (is_leb128_expr): New internal flag.
517         (xtensa_symbol_new_hook): Check new flag.
518         
519 2008-01-16  Eric B. Weddington  <eric.weddington@atmel.com>
520
521         * config/tc-avr.c (mcu_types): Change opcode set for avr3,
522         at90usb82, at90usb162.
523         * doc/c-avr.texi: Change architecture grouping for at90usb82, 
524         at90usb162.
525         These changes support the new avr35 architecture group in gcc.
526
527 2008-01-15  H.J. Lu  <hongjiu.lu@intel.com>
528
529         * config/tc-i386.c (md_assemble): Also zap movzx and movsx
530         suffix for AT&T syntax.
531
532 2008-01-14  H.J. Lu  <hongjiu.lu@intel.com>
533
534         * config/tc-i386.c (match_reg_size): New.
535         (match_mem_size): Likewise.
536         (operand_size_match): Likewise.
537         (operand_type_match): Also clear all size fields.
538         (match_template): Skip Intel syntax when in AT&T syntax.
539         Call operand_size_match to check operand size.
540         (i386_att_operand): Set the mem field to 1 for memory
541         operand.
542         (i386_intel_operand): Likewise.
543
544 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
545
546         PR gas/5534
547         * config/tc-i386.c (_i386_insn): Update comment.
548         (operand_type_match): Also clear unspecified.
549         (operand_type_register_match): Likewise.
550         (parse_operands): Initialize unspecified.
551         (i386_intel_operand): Likewise.
552         (match_template): Check memory and accumulator operand size.
553         (i386_att_operand): Clear unspecified on register operand.
554         (intel_e11): Likewise.
555         (intel_e09): Set operand size and clean unspecified for
556         "XXX PTR".
557
558 2008-01-11  Andreas Schwab  <schwab@suse.de>
559
560         * read.c (s_space): Declare `repeat' as offsetT.
561
562 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
563
564         * config/tc-i386.c (match_template): Check processor support
565         first.
566
567 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
568
569         * config/tc-i386.c (match_template): Continue if processor
570         doesn't match.
571
572 2008-01-09  Alexandre Oliva  <aoliva@redhat.com>
573
574         * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
575         unwind personality function address.
576
577 2008-01-09  Bob Wilson  <bob.wilson@acm.org>
578         
579         * dwarf2dbg.c (out_sleb128): Delete.
580         (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
581         (out_fixed_inc_line_addr): Delete.
582         (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
583         size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
584         (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
585         (process_entries): Remove calls to out_fixed_inc_line_addr.  When
586         DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
587         * read.h (emit_expr_fix): New prototype.
588         * read.c (emit_expr): Move code to emit_expr_fix and use it here.
589         (emit_expr_fix): New.
590         
591 2008-01-09  H.J. Lu  <hongjiu.lu@intel.com>
592
593         * config/tc-i386.c (match_template): Check register size
594         only when size of operands can be encoded the canonical way.
595
596 2008-01-08  H.J. Lu  <hongjiu.lu@intel.com>
597
598         * config/tc-i386.c (i386_operand): Renamed to ...
599         (i386_att_operand): This.
600         (parse_operands): Updated.
601
602 2008-01-05  H.J. Lu  <hongjiu.lu@intel.com>
603
604         * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
605
606         * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
607         only.
608         (md_assemble): Remove Intel mode workaround.
609         (match_template): Check support for old gcc, AT&T mnemonic
610         and Intel Syntax.
611         (md_parse_option): Don't set intel_mnemonic to 0 for
612         OPTION_MOLD_GCC.
613
614 2008-01-04  H.J. Lu  <hongjiu.lu@intel.com>
615
616         * config/tc-i386.h: Update copyright to 2008.
617
618 2008-01-04  Nick Clifton  <nickc@redhat.com>
619
620         * config/tc-ppc.c (parse_cpu): Preserve the settings of the
621         PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
622
623 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
624
625         * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
626         of SYSV386_COMPAT.
627
628 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
629
630         * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
631         (cpu_flags_not): Likewise.
632         (cpu_flags_match): Updated to check 64bit and arch.
633         (set_code_flag): Remove cpu_arch_flags_not.
634         (set_16bit_gcc_code_flag): Likewise.
635         (set_cpu_arch): Likewise.
636         (md_begin): Likewise.
637         (parse_insn): Call cpu_flags_match to check 64bit and arch.
638         (match_template): Likewise.
639
640 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
641
642         * config/tc-i386.c (process_drex): Initialize modrm_reg and
643         modrm_regmem to 0 instead of None.
644
645 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
646
647         * config/tc-i386.c (match_template): Use the xmmword field
648         instead of no_xsuf.
649
650 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
651
652         * config/tc-i386.c (process_suffix): Fix a typo.
653
654 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
655
656         PR gas/5534
657         * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
658         Check memory size in Intel mode.
659         (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
660         (intel_e09): Likewise.
661
662         * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
663
664 2008-01-02  Catherine Moore  <clm@codesourcery.com>
665
666         * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
667
668 For older changes see ChangeLog-2007
669 \f
670 Local Variables:
671 mode: change-log
672 left-margin: 8
673 fill-column: 74
674 version-control: never
675 End: