gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2008-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
13 2008-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
27 2008-01-11 Andreas Schwab <schwab@suse.de>
28
29 * read.c (s_space): Declare `repeat' as offsetT.
30
31 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
32
33 * config/tc-i386.c (match_template): Check processor support
34 first.
35
36 2008-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
41 2008-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
46 2008-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
60 2008-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
65 2008-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
71 2008-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
83 2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
84
85 * config/tc-i386.h: Update copyright to 2008.
86
87 2008-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
92 2008-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
97 2008-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
109 2008-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
114 2008-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
119 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
120
121 * config/tc-i386.c (process_suffix): Fix a typo.
122
123 2008-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
133 2008-01-02 Catherine Moore <clm@codesourcery.com>
134
135 * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
136
137 For older changes see ChangeLog-2007
138 \f
139 Local Variables:
140 mode: change-log
141 left-margin: 8
142 fill-column: 74
143 version-control: never
144 End:
This page took 0.035031 seconds and 4 git commands to generate.