2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
5c07affc
L
12008-01-14 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (match_reg_size): New.
4 (match_mem_size): Likewise.
5 (operand_size_match): Likewise.
6 (operand_type_match): Also clear all size fields.
7 (match_template): Skip Intel syntax when in AT&T syntax.
8 Call operand_size_match to check operand size.
9 (i386_att_operand): Set the mem field to 1 for memory
10 operand.
11 (i386_intel_operand): Likewise.
12
7d5e4556
L
132008-01-12 H.J. Lu <hongjiu.lu@intel.com>
14
15 PR gas/5534
16 * config/tc-i386.c (_i386_insn): Update comment.
17 (operand_type_match): Also clear unspecified.
18 (operand_type_register_match): Likewise.
19 (parse_operands): Initialize unspecified.
20 (i386_intel_operand): Likewise.
21 (match_template): Check memory and accumulator operand size.
22 (i386_att_operand): Clear unspecified on register operand.
23 (intel_e11): Likewise.
24 (intel_e09): Set operand size and clean unspecified for
25 "XXX PTR".
26
a4a151e6
AS
272008-01-11 Andreas Schwab <schwab@suse.de>
28
29 * read.c (s_space): Declare `repeat' as offsetT.
30
50aecf8c
L
312008-01-10 H.J. Lu <hongjiu.lu@intel.com>
32
33 * config/tc-i386.c (match_template): Check processor support
34 first.
35
2dbab7d5
L
362008-01-10 H.J. Lu <hongjiu.lu@intel.com>
37
38 * config/tc-i386.c (match_template): Continue if processor
39 doesn't match.
40
417c21b7
AO
412008-01-09 Alexandre Oliva <aoliva@redhat.com>
42
43 * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
44 unwind personality function address.
45
7ddd14de
BW
462008-01-09 Bob Wilson <bob.wilson@acm.org>
47
48 * dwarf2dbg.c (out_sleb128): Delete.
49 (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
50 (out_fixed_inc_line_addr): Delete.
51 (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
52 size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
53 (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
54 (process_entries): Remove calls to out_fixed_inc_line_addr. When
55 DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
56 * read.h (emit_expr_fix): New prototype.
57 * read.c (emit_expr): Move code to emit_expr_fix and use it here.
58 (emit_expr_fix): New.
59
45664ddb
L
602008-01-09 H.J. Lu <hongjiu.lu@intel.com>
61
62 * config/tc-i386.c (match_template): Check register size
63 only when size of operands can be encoded the canonical way.
64
a7619375
L
652008-01-08 H.J. Lu <hongjiu.lu@intel.com>
66
67 * config/tc-i386.c (i386_operand): Renamed to ...
68 (i386_att_operand): This.
69 (parse_operands): Updated.
70
e1d4d893
L
712008-01-05 H.J. Lu <hongjiu.lu@intel.com>
72
73 * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
74
75 * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
76 only.
77 (md_assemble): Remove Intel mode workaround.
78 (match_template): Check support for old gcc, AT&T mnemonic
79 and Intel Syntax.
80 (md_parse_option): Don't set intel_mnemonic to 0 for
81 OPTION_MOLD_GCC.
82
23117009
L
832008-01-04 H.J. Lu <hongjiu.lu@intel.com>
84
85 * config/tc-i386.h: Update copyright to 2008.
86
b0e34bfe
NC
872008-01-04 Nick Clifton <nickc@redhat.com>
88
89 * config/tc-ppc.c (parse_cpu): Preserve the settings of the
90 PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
91
aacd03c3
L
922008-01-03 H.J. Lu <hongjiu.lu@intel.com>
93
94 * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
95 of SYSV386_COMPAT.
96
3629bb00
L
972008-01-03 H.J. Lu <hongjiu.lu@intel.com>
98
99 * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
100 (cpu_flags_not): Likewise.
101 (cpu_flags_match): Updated to check 64bit and arch.
102 (set_code_flag): Remove cpu_arch_flags_not.
103 (set_16bit_gcc_code_flag): Likewise.
104 (set_cpu_arch): Likewise.
105 (md_begin): Likewise.
106 (parse_insn): Call cpu_flags_match to check 64bit and arch.
107 (match_template): Likewise.
108
5dd15031
JJ
1092008-01-03 Jakub Jelinek <jakub@redhat.com>
110
111 * config/tc-i386.c (process_drex): Initialize modrm_reg and
112 modrm_regmem to 0 instead of None.
113
24995bd6
L
1142008-01-03 H.J. Lu <hongjiu.lu@intel.com>
115
116 * config/tc-i386.c (match_template): Use the xmmword field
117 instead of no_xsuf.
118
fc4adea1
L
1192008-01-02 H.J. Lu <hongjiu.lu@intel.com>
120
121 * config/tc-i386.c (process_suffix): Fix a typo.
122
582d5edd
L
1232008-01-02 H.J. Lu <hongjiu.lu@intel.com>
124
125 PR gas/5534
126 * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
127 Check memory size in Intel mode.
128 (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
129 (intel_e09): Likewise.
130
131 * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
132
e7c604dd
CM
1332008-01-02 Catherine Moore <clm@codesourcery.com>
134
135 * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
136
6c7ac64e 137For older changes see ChangeLog-2007
08d56133
NC
138\f
139Local Variables:
140mode: change-log
141left-margin: 8
142fill-column: 74
143version-control: never
144End:
This page took 0.410266 seconds and 4 git commands to generate.