gas/
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2003-03-21 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/4218
4 * gas/i386/nops.s: Add testcases for nop r/m.
5 * gas/i386/x86-64-nops.s: Likewise.
6
7 * gas/i386/x86-64-opcode.s: Add testcases for xchg with %ax,
8 %eax and %rax.
9
10 * gas/i386/nops.d: Updated.
11 * gas/i386/x86-64-nops.d: Likewise.
12 * gas/i386/x86-64-opcode.d: Likewise.
13
14 2003-03-21 H.J. Lu <hongjiu.lu@intel.com>
15
16 * gas/i386/i386.exp: Run nops-3.
17
18 * gas/i386/nops-3.d: New file.
19 * gas/i386/nops-3.s: Likewise.
20
21 2007-03-20 Mark Shinwell <shinwell@codesourcery.com>
22
23 * gas/arm/mul-overlap.s: Don't use %type.
24 * gas/arm/mul-overlap.l: Update line numbers.
25 * gas/arm/mul-overlap-v6.s: Don't use %type.
26
27 2007-03-18 Mark Shinwell <shinwell@codesourcery.com>
28
29 * gas/arm/mul-overlap.s: New.
30 * gas/arm/mul-overlap.d: New.
31 * gas/arm/mul-overlap.l: New.
32 * gas/arm/mul-overlap-v6.s: New.
33 * gas/arm/mul-overlap-v6.d: New.
34
35 2007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
36
37 * gas/arm/thumbver.d, gas/arm/thumbver.s: New test.
38
39 2007-03-14 Paul Brook <paul@codesourcery.com>
40
41 * gas/arm/thumb2_add.d: Add tests using sp.
42 * gas/arm/thumb2_add.s: Ditto.
43
44 2007-03-14 Alan Modra <amodra@bigpond.net.au>
45
46 PR 4029
47 * gas/all/relax.s: New.
48 * gas/all/relax.d: New.
49 * gas/all/gas.exp: Run it.
50
51 2007-03-11 Hans-Peter Nilsson <hp@bitrange.com>
52
53 * gas/mmix/comment-1.d, gas/mmix/bspec-1.d, gas/mmix/bspec-2.d:
54 Adjust for change in readelf output.
55
56 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
57
58 * gas/s390/zarch-z9-ec.d: New file.
59 * gas/s390/zarch-z9-ec.s: New file.
60 * gas/s390/s390.exp: Run the z9-ec testcases.
61
62 2007-03-05 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR gas/3918
65 * lib/gas-defs.exp (gas_started): New variable. Initialized to
66 0.
67 (gas_start): Set gas_started to 1.
68 (gas_finish): Skip if gas_started is 0. Reset gas_started to 0.
69
70 2007-03-02 Paul Brook <paul@codesourcery.com>
71
72 * gas/arm/relax_branch_align.d: New test.
73 * gas/arm/relax_branch_align.s: New test.
74
75 2007-02-28 Nick Clifton <nickc@redhat.com>
76
77 PR gas/3797
78 * gas/lns/lns.exp: Do not run the lns-common test for the d10v
79 port.
80 * gas/d10v/address-002.l: Update expected assembler output.
81 * gas/d10v/address-003.l, gas/d10v/address-004.l,
82 gas/d10v/address-005.l, gas/d10v/address-006.l,
83 gas/d10v/address-007.l, gas/d10v/address-008.l,
84 gas/d10v/address-009.l, gas/d10v/address-010.l,
85 gas/d10v/address-011.l, gas/d10v/address-012.l,
86 gas/d10v/address-013.l, gas/d10v/address-014.l,
87 gas/d10v/address-015.l, gas/d10v/address-016.l,
88 gas/d10v/address-017.l, gas/d10v/address-018.l,
89 gas/d10v/address-019.l, gas/d10v/address-020.l,
90 gas/d10v/address-021.l, gas/d10v/address-022.l,
91 gas/d10v/address-023.l, gas/d10v/address-024.l,
92 gas/d10v/address-025.l, gas/d10v/address-026.l,
93 gas/d10v/address-027.l, gas/d10v/address-030.l,
94 gas/d10v/address-031.l, gas/d10v/address-032.l,
95 gas/d10v/address-033.l, gas/d10v/address-034.l,
96 gas/d10v/address-035.l, gas/d10v/address-036.l,
97 gas/d10v/address-037.l, gas/d10v/address-038.l,
98 gas/d10v/address-039.l, gas/d10v/address-040.l,
99 gas/d10v/address-041.l: Likewise.
100
101 2007-02-28 Nick Clifton <nickc@redhat.com>
102
103 PR gas/3975
104 * gas/arm/mapshort.d: Split into two new files...
105 * gas/arm/mapshort-eabi.d: The one and...
106 * gas/arm/mapshort-elf.d: This one.
107 * gas/arm/arch7.d: Remove 32-bit host expectation.
108 * gas/arm/arm7t.d: Replace ".word 0x00000000" with ".*" as some
109 arm targets will disassemble this value as an instruction.
110 * gas/arm/neon-ldst-rm.d: Likewise.
111 * gas/arm/thumb2_pool.d: Only run this test for ELF based arm
112 ports.
113 * gas/arm/thumbrel.d: Only run this test for EABI based arm
114 ports.
115 * gas/arm/wince_inst.d: Fix expected branch targets.
116
117 2007-02-22 DJ Delorie <dj@redhat.com>
118
119 * gas/s390/esa-g5.s: Adjust for corrected PKA syntax.
120 * gas/s390/esa-g5.d: Adjust for corrected PKA syntax.
121
122 2007-02-20 Thiemo Seufer <ths@mips.com>
123 Chao-Ying Fu <fu@mips.com>
124
125 * gas/mips/mips32-dspr2.s, gas/mips/mips32-dspr2.d: New test for
126 DSP R2.
127 * gas/mips/mips.exp: Run new test.
128
129 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
130
131 * gas/s390/esa-g5.d (cfxbr, cfebr, cfdbr): Exchanged floating
132 point and fixed point operands.
133 * gas/s390/esa-g5.s: Likewise.
134 * gas/s390/zarch-z900.d (cfdr, cfer, cfxr, cgdbr, cgebr, cgxbr,
135 cgdr, cger, cgxr): Likewise.
136 * gas/s390/zarch-z900.s: Likewise.
137
138 2007-02-11 H.J. Lu <hongjiu.lu@intel.com>
139
140 PR gas/4027
141 * gas/i386/opcode.s: Add more tests for "test".
142 * i386/opcode-intel.d: Updated.
143 * gas/i386/opcode-suffix.d: Likewise.
144 * gas/i386/opcode.d: Likewise.
145
146 2007-02-06 Nick Clifton <nickc@redhat.com>
147
148 PR gas/3810 gas/3800
149 * gas/elf/elf.exp: Expect the redef test to fail on targets which
150 do not convert fixups against ordinary symbols into relocs against
151 section symbols.
152 * gas/all/gas.exp: Likewise.
153
154 2007-02-05 Dave Brolley <brolley@redhat.com>
155
156 * gas/mep/relocs-junk1.s: Add a .data section.
157 * gas/mep/relocs.d: Updated to match above.
158
159 2007-02-04 H.J. Lu <hongjiu.lu@intel.com>
160
161 PR gas/3961
162 * gas/i386/secrel.d: Support 64bit host.
163
164 2007-02-02 Nick Clifton <nickc@redhat.com>
165
166 PR gas/3812
167 * gas/v850/v850e1.d: Correct expected disassembly of cmov insn to
168 account for sign extension.
169
170 2007-01-11 Paul Brook <paul@codesourcery.com>
171
172 * gas/arm/thumb2_add.d: Add test for missing operand.
173 * gas/arm/thumb2_add.s: Ditto.
174
175 2007-01-11 Nick Clifton <nickc@redhat.com>
176
177 * gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a
178 line comment character.
179 * gas/mcore/allinsn.d: Adjust expected disassembly to match real
180 output.
181
182 * gas/lns/lns.exp: Run the alternative version of the lns-common-1
183 test for the MCore target.
184
185 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
186
187 * gas/all/gas.exp: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
188 * gas/i386/i386.exp: Ditto.
189
190 2007-01-04 Paul Brook <paul@codesourcery.com>
191
192 * gas/arm/archv6.s: Add more cpsie tests.
193 * gas/arm/archv6.d: Ditto.
194
195 2007-01-04 Andreas Schwab <schwab@suse.de>
196
197 * gas/m68k/cpu32.[sd]: New test.
198 * gas/m68k/all.exp: Run it.
199
200 2007-01-04 Julian Brown <julian@codesourcery.com>
201
202 * gas/arm/neon-omit.d: Fix expected encodings for vshl, vqshl.
203
204 2007-01-04 Paul Brook <paul@codesourcery.com>
205
206 * gas/arm/neon-cov.d: Adjust expected output.
207 * gas/arm/neon-omit.s: Add tests for vcgt and vcle. Reorder vacle
208 and vacle.
209 * gas/arm/neon-omit.d: Adjust expected output.
210
211 For older changes see ChangeLog-2006
212 \f
213 Local Variables:
214 mode: change-log
215 left-margin: 8
216 fill-column: 74
217 version-control: never
218 End:
This page took 0.037507 seconds and 4 git commands to generate.