* gdbarch.sh (function_list): Add new property bits_big_endian to
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
982b62a0
EW
12008-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
321fd21e
L
92008-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
5c07affc
L
142008-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
7d5e4556
L
262008-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
a4a151e6
AS
402008-01-11 Andreas Schwab <schwab@suse.de>
41
42 * read.c (s_space): Declare `repeat' as offsetT.
43
50aecf8c
L
442008-01-10 H.J. Lu <hongjiu.lu@intel.com>
45
46 * config/tc-i386.c (match_template): Check processor support
47 first.
48
2dbab7d5
L
492008-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
417c21b7
AO
542008-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
7ddd14de
BW
592008-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
45664ddb
L
732008-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
a7619375
L
782008-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
e1d4d893
L
842008-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
23117009
L
962008-01-04 H.J. Lu <hongjiu.lu@intel.com>
97
98 * config/tc-i386.h: Update copyright to 2008.
99
b0e34bfe
NC
1002008-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
aacd03c3
L
1052008-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
3629bb00
L
1102008-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
5dd15031
JJ
1222008-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
24995bd6
L
1272008-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
fc4adea1
L
1322008-01-02 H.J. Lu <hongjiu.lu@intel.com>
133
134 * config/tc-i386.c (process_suffix): Fix a typo.
135
582d5edd
L
1362008-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
e7c604dd
CM
1462008-01-02 Catherine Moore <clm@codesourcery.com>
147
148 * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
149
6c7ac64e 150For older changes see ChangeLog-2007
08d56133
NC
151\f
152Local Variables:
153mode: change-log
154left-margin: 8
155fill-column: 74
156version-control: never
157End:
This page took 0.377982 seconds and 4 git commands to generate.