/gas:
[platform/upstream/binutils.git] / gas / ChangeLog
1 2008-01-16  Eric B. Weddington  <eric.weddington@atmel.com>
2
3         * config/tc-avr.c (mcu_types): Change opcode set for avr3,
4         at90usb82, at90usb162.
5         * doc/c-avr.texi: Change architecture grouping for at90usb82, 
6         at90usb162.
7         These changes support the new avr35 architecture group in gcc.
8
9 2008-01-15  H.J. Lu  <hongjiu.lu@intel.com>
10
11         * config/tc-i386.c (md_assemble): Also zap movzx and movsx
12         suffix for AT&T syntax.
13
14 2008-01-14  H.J. Lu  <hongjiu.lu@intel.com>
15
16         * config/tc-i386.c (match_reg_size): New.
17         (match_mem_size): Likewise.
18         (operand_size_match): Likewise.
19         (operand_type_match): Also clear all size fields.
20         (match_template): Skip Intel syntax when in AT&T syntax.
21         Call operand_size_match to check operand size.
22         (i386_att_operand): Set the mem field to 1 for memory
23         operand.
24         (i386_intel_operand): Likewise.
25
26 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
27
28         PR gas/5534
29         * config/tc-i386.c (_i386_insn): Update comment.
30         (operand_type_match): Also clear unspecified.
31         (operand_type_register_match): Likewise.
32         (parse_operands): Initialize unspecified.
33         (i386_intel_operand): Likewise.
34         (match_template): Check memory and accumulator operand size.
35         (i386_att_operand): Clear unspecified on register operand.
36         (intel_e11): Likewise.
37         (intel_e09): Set operand size and clean unspecified for
38         "XXX PTR".
39
40 2008-01-11  Andreas Schwab  <schwab@suse.de>
41
42         * read.c (s_space): Declare `repeat' as offsetT.
43
44 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
45
46         * config/tc-i386.c (match_template): Check processor support
47         first.
48
49 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
50
51         * config/tc-i386.c (match_template): Continue if processor
52         doesn't match.
53
54 2008-01-09  Alexandre Oliva  <aoliva@redhat.com>
55
56         * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
57         unwind personality function address.
58
59 2008-01-09  Bob Wilson  <bob.wilson@acm.org>
60         
61         * dwarf2dbg.c (out_sleb128): Delete.
62         (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
63         (out_fixed_inc_line_addr): Delete.
64         (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
65         size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
66         (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
67         (process_entries): Remove calls to out_fixed_inc_line_addr.  When
68         DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
69         * read.h (emit_expr_fix): New prototype.
70         * read.c (emit_expr): Move code to emit_expr_fix and use it here.
71         (emit_expr_fix): New.
72         
73 2008-01-09  H.J. Lu  <hongjiu.lu@intel.com>
74
75         * config/tc-i386.c (match_template): Check register size
76         only when size of operands can be encoded the canonical way.
77
78 2008-01-08  H.J. Lu  <hongjiu.lu@intel.com>
79
80         * config/tc-i386.c (i386_operand): Renamed to ...
81         (i386_att_operand): This.
82         (parse_operands): Updated.
83
84 2008-01-05  H.J. Lu  <hongjiu.lu@intel.com>
85
86         * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
87
88         * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
89         only.
90         (md_assemble): Remove Intel mode workaround.
91         (match_template): Check support for old gcc, AT&T mnemonic
92         and Intel Syntax.
93         (md_parse_option): Don't set intel_mnemonic to 0 for
94         OPTION_MOLD_GCC.
95
96 2008-01-04  H.J. Lu  <hongjiu.lu@intel.com>
97
98         * config/tc-i386.h: Update copyright to 2008.
99
100 2008-01-04  Nick Clifton  <nickc@redhat.com>
101
102         * config/tc-ppc.c (parse_cpu): Preserve the settings of the
103         PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
104
105 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
106
107         * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
108         of SYSV386_COMPAT.
109
110 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
111
112         * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
113         (cpu_flags_not): Likewise.
114         (cpu_flags_match): Updated to check 64bit and arch.
115         (set_code_flag): Remove cpu_arch_flags_not.
116         (set_16bit_gcc_code_flag): Likewise.
117         (set_cpu_arch): Likewise.
118         (md_begin): Likewise.
119         (parse_insn): Call cpu_flags_match to check 64bit and arch.
120         (match_template): Likewise.
121
122 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
123
124         * config/tc-i386.c (process_drex): Initialize modrm_reg and
125         modrm_regmem to 0 instead of None.
126
127 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
128
129         * config/tc-i386.c (match_template): Use the xmmword field
130         instead of no_xsuf.
131
132 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
133
134         * config/tc-i386.c (process_suffix): Fix a typo.
135
136 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
137
138         PR gas/5534
139         * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
140         Check memory size in Intel mode.
141         (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
142         (intel_e09): Likewise.
143
144         * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
145
146 2008-01-02  Catherine Moore  <clm@codesourcery.com>
147
148         * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
149
150 For older changes see ChangeLog-2007
151 \f
152 Local Variables:
153 mode: change-log
154 left-margin: 8
155 fill-column: 74
156 version-control: never
157 End: