* configure.ac: Add explicit sh64 case.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
6efba987
AM
12005-04-15 Alan Modra <amodra@bigpond.net.au>
2
3 * gas/all/assign.s: New.
4 * gas/all/assign.d: New.
5 * gas/all/gas.exp: Run it.
6
2051e8c4
MR
72005-04-13 Maciej W. Rozycki <macro@linux-mips.org>
8
9 * gas/mips/ldstla-32.s: Exclude offsets that are now meant to fail
10 and include more instructions/offsets that are meant to succeed.
11 Use $4 instead $3 to avoid register dependencies.
12 * gas/mips/ldstla-32.d: Update accordingly.
13 * gas/mips/ldstla-32-shared.d: Likewise.
14 * gas/mips/ldstla-32-mips3.d: New test based on the above, except
15 for mips3.
16 * gas/mips/ldstla-32-mips3-shared.d: Similarly, for PIC.
17 * gas/mips/ldstla-32-mips3.s: Source for the new tests.
18 * gas/mips/ldstla-32-1.s: New test for offsets that are meant to
19 fail.
20 * gas/mips/ldstla-32-mips3-1.s: Likewise, for mips3.
21 * gas/mips/ldstla-32-1.l: Stderr output for the new test.
22 * gas/mips/ldstla-32-mips3-1.l: Likewise.
23 * gas/mips/mips.exp: Run the new tests.
24
01ed09aa
MK
252005-04-11 Mark Kettenis <kettenis@gnu.org>
26
27 * gas/all/gas.exp: Don't run fastcall labels test on
28 i*86-*-openbsd*.
29
5e75c3ab
JB
302005-04-11 Jan Beulich <jbeulich@novell.com>
31
32 * gas/macros/dot.[ls]: New.
33 * gas/macros/macros.exp: Run new test.
34
dbbaec26
L
352005-04-06 H.J. Lu <hongjiu.lu@intel.com>
36
37 * gas/i386/x86-64-pcrel.s: Test R_X86_64_32S.
38 * gas/i386/x86-64-pcrel.d: Updated.
39
ce8d332a
NC
402005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
41
d2c5f73e
NC
42 * gas/vax/flonum.s: New testcase: Encode some flonums.
43 * gas/vax/flonum.d: Expected result of new testcase.
44 * gas/vax/vax.exp: Call the new testcase.
45
46 * gas/vax/elf-rel.d: Call gas with -k. Thanks to Matt Thomas for
47 figuring out.
48 * gas/vax/vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux.
ce8d332a 49
8a75718c
JB
502005-04-01 Jan Beulich <jbeulich@novell.com>
51
52 * gas/i386/bss.[sd]: New.
53 * gas/i386/i386.exp: Run new test.
54
ae8887b5 552005-04-01 Jan Beulich <jbeulich@novell.com>
ce8d332a 56
ae8887b5
JB
57 * gas/i386/x86-64-pcrel.[sd]: New.
58 * gas/i386/i386.exp: Run new test.
59
9d2da7ca
JB
602005-03-30 Julian Brown <julian@codesourcery.com>
61
62 * gas/arm/mapping.d: Update expected output due to mapping symbols
63 being untyped.
64
4cc91dba
L
652005-03-29 H.J. Lu <hongjiu.lu@intel.com>
66
67 * gas/i386/i386.exp: Run segment and inval-seg for i386. Run
68 x86-64-segment and x86-64-inval-seg for x86-64.
69
70 * gas/i386/intel.d: Expect movw for moving between memory and
71 segment register.
72 * gas/i386/naked.d: Likewise.
73 * gas/i386/opcode.d: Likewise.
74 * gas/i386/x86-64-opcode.d: Likewise.
75
76 * gas/i386/opcode.s: Use movw for moving between memory and
77 segment register.
78 * gas/i386/x86-64-opcode.s: Likewise.
79
80 * : Likewise.
81
82 * gas/i386/inval-seg.l: New.
83 * gas/i386/inval-seg.s: New.
84 * gas/i386/segment.l: New.
85 * gas/i386/segment.s: New.
86 * gas/i386/x86-64-inval-seg.l: New.
87 * gas/i386/x86-64-inval-seg.s: New.
88 * gas/i386/x86-64-segment.l: New.
89 * gas/i386/x86-64-segment.s: New.
90
ba93b8ac
DJ
912005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
92
93 * gas/arm/tls.s, gas/arm/tls.d: New files.
94 * gas/arm/arm.exp: Run TLS test.
95
8c2fda1d
L
962005-03-28 H.J. Lu <hongjiu.lu@intel.com>
97
98 PR 803
99 * gas/ia64/dv-imply.d: Pass -mtune=itanium1 to as.
100 * gas/ia64/dv-mutex.d : Likewise.
101 * gas/ia64/dv-safe.d: Likewise.
102 * gas/ia64/dv-srlz.d.nop: Likewise.
103 * gas/ia64/ldxmov-1.d: Likewise.
104 * gas/ia64/opc-b.d: Likewise.
105 * gas/ia64/opc-f.d: Likewise.
106 * gas/ia64/opc-i.d: Likewise.
107 * gas/ia64/opc-m.d: Likewise.
108 * gas/ia64/operand-or.d: Likewise.
109 * gas/ia64/pcrel.d: Likewise.
110 * gas/ia64/pseudo.d: Likewise.
111 * gas/ia64/tls.d: Likewise.
112
a339a1c6
HPN
1132005-03-24 Hans-Peter Nilsson <hp@axis.com>
114
115 * gas/cris/range-err-1.s: Adjust expected messages for hosts with
116 64-bit longs.
117
52a43e71
AM
1182005-03-23 Alan Modra <amodra@bigpond.net.au>
119
120 * gas/elf/section5.s: Don't start directives in first column.
121
7d5d9f9b
NC
1222005-03-21 Nick Clifton <nickc@redhat.com>
123
124 * gas/arm/iwmmxt.s: Update instructions that use the "never" value
125 in the conditional field to use "le" instead. This is so that the
126 disassembler will disassemble them.
127 * gas/arm/iwmmxt.d: Update expected disassemblies.
128
a724f0f4
JB
1292005-03-17 Jan Beulich <jbeulich@novell.com>
130
52a43e71 131 * gas/i386/intel.d: Add stderr directive.
a724f0f4
JB
132 * gas/i386/intel.e: New.
133 * gas/i386/intel16.d: Add stderr directive. Adjust for changed
134 source.
135 * gas/i386/intel16.e: New.
136 * gas/i386/intel16.s: Add instances of addressing forms with base
137 and index specified in reverse order.
138 * gas/i386/intelbad.l: Adjust for changed source.
139 * gas/i386/intelbad.s: Add more operand forms to check.
140 * gas/i386/intelok.d: Remove -r from objdump options. Add stderr
141 directive. Adjust for changed source.
142 * gas/i386/intelok.e: New.
143 * gas/i386/intelok.s: Define MASM constants byte, word, etc. Add
144 more operand forms to check.
145 * gas/i386/x86_64.d: Add stderr directive.
146 * gas/i386/x86_64.e: New.
147 * gas/i386/x86_64.s: Adjust for parser changes.
148
b05fe5cf
ZW
1492005-03-15 Zack Weinberg <zack@codesourcery.com>
150
151 * gas/arm/archv6t2.d, gas/arm/archv6t2.s: New dump test.
152 * gas/arm/archv6t2-bad.l, gas/arm/archv6t2-bad.l: New errors test.
153 * gas/arm/arm.exp: Run them.
154
5862107c
EC
1552005-03-14 Eric Christopher <echristo@redhat.com>
156
157 * gas/cfi/cfi-mips-1.d, gas/cfi/cfi-mips-1.s: New dump test.
158 * gas/cfi/cfi.exp: Run it.
159 * gas/cfi/cfi-common-1.d: Update.
160 * gas/cfi/cfi-common-2.d: Ditto.
161 * gas/cfi/cfi-common-3.d: Ditto.
162 * gas/cfi/cfi-common-4.d: Ditto.
163
885fc257
ZW
1642005-03-12 Zack Weinberg <zack@codesourcery.com>
165
166 * gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test.
167 * gas/arm/arm.exp: Run it.
168
52962281
AH
1692005-03-10 Aldy Hernandez <aldyh@redhat.com>
170
885fc257 171 * gas/ppc/e500.d: Fix encoding of efscfd.
52962281 172
da99ee72
AM
1732005-03-10 Jeff Baker <jbaker@qnx.com>
174 Alan Modra <amodra@bigpond.net.au>
175
176 * gas/ppc/booke.s: Add new m[t,f]sprg testcases.
177 * gas/ppc/booke.d: Likewise.
178
7d8e00cf
RS
1792005-03-09 Richard Sandiford <rsandifo@redhat.com>
180
181 * gas/mips/vr4130.[sd]: New test.
182 * gas/mips/mips.exp: Run it.
183
dc36a61f
RS
1842005-03-09 Richard Sandiford <rsandifo@redhat.com>
185
186 * gas/mips/relax-swap1-mips[12].d: Expect the delay slots of
187 bc1f and bc1t to be filled.
188 * gas/mips/branch-misc-3.[sd]: New test.
189 * gas/mips/mips.exp: Run it.
190
80f19ede
BE
1912005-03-09 Ben Elliston <bje@au.ibm.com>
192
193 * gas/maxq10/maxq10.exp: Remove stray semicolons.
194 * gas/maxq20/maxq20.exp: Likewise.
195
9b505842
JB
1962005-03-08 Jan Beulich <jbeulich@novell.com>
197
198 * gas/ia64/no-fit.[ls]: New.
199 * gas/ia64/ia64.exp: Run new test.
200
ef6a2b41
JB
2012005-03-08 Jan Beulich <jbeulich@novell.com>
202
203 * gas/ia64/xdata.[sd], gas/ia64/xdata-ilp32.d: New.
204 * gas/ia64/ia64.exp: Run new tests.
205
0b74f93c
JB
2062005-03-08 Jan Beulich <jbeulich@novell.com>
207
208 * gas/ia64/pcrel.d: Account for big endian target.
209 * gas/ia64/reloc-bad.s: Enforce 64-bit ABI.
210
66798ad6
HPN
2112005-03-08 Hans-Peter Nilsson <hp@axis.com>
212
213 Adjust testsuite for cris-axis-aout.
214 * gas/cris/rd-bcnst.d, gas/cris/rd-usp-1.d: Adjust regexps for a.out output.
215 * gas/cris/mulbug-err-1.s, gas/cris/rd-arch-1.d,
216 gas/cris/rd-arch-2.d, gas/cris/rd-arch-3.d, gas/cris/rd-break32.d,
217 gas/cris/rd-pcrel2.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
218 gas/cris/rd-usp-1b.d, gas/cris/v32-err-7.s: Pass --em=criself.
219
bbe506e8
TS
2202005-03-04 David Daney <ddaney@avtrex.com>
221
222 * gas/mips/elf-rel23b.d: Use '__gnu_local_gp' instead of '_gp'
223 for -mno-shared optimization.
224 * gas/mips/elf-rel25a.d: Ditto.
225
25742a2c
NC
2262005-03-04 Nick Clifton <nickc@redhat.com>
227
228 * gas/arm/arm.exp: Fix test for running the "undefined" to catch
229 more non-ELF cases.
230 * gas/arm/pic.d: Fix for vxworks target.
231 * gas/arm/basic.d: Likewise.
232 * gas/arm/unwind.d: Likewise.
233
aed1a261
RS
2342005-03-04 Richard Sandiford <rsandifo@redhat.com>
235
236 * gas/mips/ldstla-{n32.s, n32.d, n32-shared.d}: Delete.
237 * gas/mips/ldstla-{n64.d, n64-shared.d}: Adjust expected output
238 for loads and stores from constant addresses.
239 * gas/mips/ldstla-{sym32.s, eabi64.d, n64-sym32.d}: New tests.
240 * gas/mips/mips.exp: Run them.
241
b2715587
RS
2422005-03-03 Richard Sandiford <rsandifo@redhat.com>
243
244 * gas/mips/mips.exp: Move tls tests to main $elf block.
245
d3d5c686
NC
2462005-03-03 Nick Clifton <nickc@redhat.com>
247
be20d78e
NC
248 * gas/macros/macros.exp (and.s): Expect this test to fail for the
249 tic4x-coff target because it uses the '&' character as a line
250 separator.
251
3c1a78a4
NC
252 * gas/sh/basic.exp: Add an sh-hms version of the pcrel test.
253 * gas/sh/pcrel-hms.d: New file. Adjusted form of pcrel-coff.d for
254 the sh-hms target.
255 * gas/sh/arch/arch.exp: Expect the same failures for sh-hms port
256 as for the sh-coff port.
257
5e1e0414
NC
258 * gas/macros/macros.exp (run_list_test): Also expect the msp430
259 port to fail the strings test because it defines
260 ONLY_STANDARD_ESCAPES.
261
f991b11e
NC
262 * gas/arm/arch6zk.s: Add three nop instructions in order to pad
263 the .text section out to a 32-byte boundary as will automatically
264 be done by the arm-aout target.
265 * gas/arm/arch6zk.d: Add expected nop disassemblies.
266
d3d5c686
NC
267 * gas/d30v/serial.l: Remove listing lines that are no longer
268 emitted and fix up expected binary encoding.
269 * gas/d30v/serial2.l: Likewise.
270 * gas/d30v/serial2O.l: Likewise.
271
a6ccbdd3
RR
2722005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
273
da99ee72
AM
274 * gas/arc/extensions.s: Add tests for extcoreregister.
275 * gas/arc/extensions.d: Likewise.
276 * gas/arc/warn.s: Warnings for readonly core registers accessed.
277 * gas/arc/warn.d: Likewise.
278 * testsuite/gas/arc/arc.exp: Run extensions testcase.
a6ccbdd3 279
fa81d963
RS
2802005-03-03 Richard Sandiford <rsandifo@redhat.com>
281
282 * gas/mips/noat-1.d: Add -mips1 to assembler options.
283
c67de7d5
RR
2842005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
285
da99ee72
AM
286 * gas/arc/ld.s: Add checks for short immediates with ld.
287 * gas/arc/ld.d: Likewise.
c67de7d5 288
128b3d86
DJ
2892005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
290
291 * gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
292 gas/mips/tls-ill.s: New files.
293 * gas/mips/mips.exp: Run TLS tests.
294
632d447c
AM
2952005-03-02 Alan Modra <amodra@bigpond.net.au>
296
297 * gas/ppc/astest.d: Adjust for relocs reduced to section sym.
298 * gas/ppc/astest2.d: Likewise.
299 * gas/ppc/astest2_64.d: Likewise.
300 * ppc/astest64.d: Likewise.
301 * ppc/booke.d: Likewise.
302 * ppc/power4.d: Likewise.
303 * ppc/test1elf32.d: Likewise.
304 * ppc/test1elf64.d: Likewise.
305
c4a530c5
JB
3062005-03-02 Jan Beulich <jbeulich@novell.com>
307
308 * gas/i386/cr-err.[ls]: New.
309 * gas/i386/crx.[ds]: New.
310 * gas/i386/i386.exp: Run new tests.
311
167c3097
JB
3122005-03-02 Jan Beulich <jbeulich@novell.com>
313
314 * gas/i386/intelok.d: Add -r to objdump options. Adjust expectations.
315 * gas/i386/intelok.s: Add checks for various special memory operands.
316
a76903bf
AM
3172005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
318
319 * gas/arc/extensions.s: New file.
320 * gas/arc/extensions.d: New file.
321
a3a4c9c4
NC
3222005-03-01 Nick Clifton <nickc@redhat.com>
323
324 * gas/arm/arm.exp (undefined): Run a COFF variant of this test for
325 COFF based ports.
326 * gas/arm/undefined_coff.s: New file: Variant of undefined.s but
327 with a COFF formated local label name.
328 * gas/arm/undefined_coff.l: New file. Variant of undefined.l.
329
ce04548a
NC
3302005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
331 Nick Clifton <nickc@redhat.com>
332
333 * gas/arm/inst.d: Allow for ARM ports which decode the reloc
334 associated with branches and so show the exact symbolic
335 destination address rather than an offset from the start of the
336 section.
337 * gas/arm/pic.d: Likewise.
632d447c 338
ddf0c81b
AM
3392005-03-01 Alan Modra <amodra@bigpond.net.au>
340
341 * gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
342 * gas/m68k/mcf-mac.d: Likewise.
343 * gas/m68k/mcf-mov3q.d: Likewise.
344 * gas/m68k/mode5.d: Likewise.
345
1375e99f
EC
3462005-02-22 Eric Christopher <echristo@redhat.com>
347
348 * gas/mips/elf-rel10.d: Update for label change.
349
9def96e7
MR
3502005-02-22 Maciej W. Rozycki <macro@mips.com>
351
352 * gas/mips/mips16-dwarf2.d: Pass -mabi=32. Include relocation
353 information.
354 * gas/mips/mips16-dwarf2-n32.d: New test to check DWARF2 line
355 information for MIPS16 for the n32 ABI.
356 * gas/mips/mips.exp. Run the new test.
357
1fda77fb
EC
3582005-02-22 Eric Christopher <echristo@redhat.com>
359
360 * gas/mips/elf-rel10.s: Add label for frob.
361
58e2ea4d
MR
3622005-02-22 Maciej W. Rozycki <macro@mips.com>
363
364 * gas/mips/mips16-dwarf2.d: New test to check DWARF2 line
365 information for MIPS16.
366 * gas/mips/mips16-dwarf2.s: Source for the new test.
367 * gas/mips/mips.exp: Run the new test.
368
ba7f26d2
AM
3692005-02-21 Alan Modra <amodra@bigpond.net.au>
370
371 * gas/d10v/instruction_packing-005.d: Adjust.
372 * gas/d10v/instruction_packing-008.d: Ignore disassembled stabs.
373 * gas/d10v/instruction_packing-009.d: Likewise.
374 * gas/d10v/instruction_packing-010.d: Likewise.
375 * gas/d10v/warning-001.d: Use #warning instead of #error.
376 * gas/d10v/warning-002.d: Likewise.
377 * gas/d10v/warning-003.d: Likewise.
378 * gas/d10v/warning-004.d: Likewise.
379 * gas/d10v/warning-005.d: Likewise.
380 * gas/d10v/warning-006.d: Likewise.
381 * gas/d10v/warning-007.d: Likewise.
382 * gas/d10v/warning-008.d: Likewise.
383 * gas/d10v/warning-009.d: Likewise.
384 * gas/d10v/warning-010.d: Likewise.
385 * gas/d10v/warning-011.d: Likewise.
386 * gas/d10v/warning-012.d: Likewise.
387 * gas/d10v/warning-013.d: Likewise.
388 * gas/d10v/warning-015.d: Likewise.
389 * gas/d10v/warning-016.d: Likewise.
390 * gas/d10v/warning-017.d: Likewise.
391 * gas/d10v/warning-018.d: Likewise.
392 * gas/d10v/warning-019.d: Likewise.
393 * lib/gas-defs.exp (run_dump_test): Don't require a dump program if
394 #warning given. Rearrange to allow $program to remain unset.
395 Fail the test if warning not found when expected. Conversely fail
396 the test if assembler errors or warnings given when not expected.
397
8fc2e39e
TS
3982005-02-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
399
400 * gas/mips/noat-1.s, gas/mips/noat-1.d, gas/mips/noat-2.s,
401 gas/mips/noat2.l, gas/mips/noat-3.s, gas/mips/noat-3.l,
402 gas/mips/noat-4.s, gas/mips/noat-4.l, gas/mips/noat-5.s,
403 gas/mips/noat-5.l, gas/mips/noat-6.s, gas/mips/noat-6.l,
404 gas/mips/noat-7.s, gas/mips/noat-7.l: New files, testcases for
405 .set noat in macro expansions.
406 * gas/mips/mips.exp: Run new testcases.
407 * gas/mips/rol-hw.d, gas/mips/rol-hw.l, gas/mips/rol.d,
408 gas/mips/rol.l, gas/mips/rol.s, gas/mips/rol64-hw.d,
409 gas/mips/rol64-hw.l, gas/mips/rol64.d, gas/mips/rol64.l,
410 gas/mips/rol64.s, gas/mips/uld2-eb.d, gas/mips/uld2-el.d,
411 gas/mips/uld2.l, gas/mips/uld2.s, gas/mips/ulh2-eb.d,
412 gas/mips/ulh2-el.d, gas/mips/ulh2.l, gas/mips/ulh2.s,
413 gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-eb.d,
414 gas/mips/ulw2-el-ilocks.d, gas/mips/ulw2-el.d, gas/mips/ulw2.l,
415 gas/mips/ulw2.s: Don't try to test .set noat.
416
91d777ee
L
4172005-02-17 H.J. Lu <hongjiu.lu@intel.com>
418
419 * gas/ia64/hint.b-err.l: New file.
420 * gas/ia64/hint.b-err.s: Likewise.
421 * gas/ia64/hint.b-warn.l: Likewise.
422 * gas/ia64/hint.b-warn.s: Likewise.
423
424 * gas/ia64/ia64.exp: Run hint.b-err and hint.b-warn.
425
426 * gas/ia64/opc-b.d: Pass -mhint.b=ok to as.
427
26b810ce
JB
4282005-02-17 Jan Beulich <jbeulich@novell.com>
429
430 * gas/ia64/nostkreg.[ds]: New.
431 * gas/ia64/ia64.exp: Run new test.
432
ddc07134
AM
4332005-02-16 Alan Modra <amodra@bigpond.net.au>
434
435 * gas/all/gas.exp (quad): Don't run on i960.
436
d6f16593 4372005-02-15 Nigel Stephens <nigel@mips.com>
ddc07134 438 Maciej W. Rozycki <macro@mips.com>
d6f16593
MR
439
440 * gas/mips/mips16-hilo.d: New test for the R_MIPS16_HI16 and
441 R_MIPS16_LO16 relocs.
442 * gas/mips/mips16-hilo-n32.d: Likewise, for the n32 ABI.
443 * gas/mips/mips16-hilo.s: Source for the new tests.
444 * gas/mips/mips.exp: Run the new tests.
445
7b347e43
JB
4462005-02-15 Jan Beulich <jbeulich@novell.com>
447
448 * gas/ia64/pcrel.[ds]: New.
449 * gas/ia64/ia64.exp: Run new test.
450
a66d2bb7
JB
4512005-02-15 Jan Beulich <jbeulich@novell.com>
452
ddc07134
AM
453 * gas/ia64/dv-raw-err.l: Expect specific resource for RAW
454 violation on b0.
a66d2bb7
JB
455 * gas/ia64/regval.[ls]: New.
456 * gas/ia64/ia64.exp: Run new test.
457
4b09e828
JB
4582005-02-15 Jan Beulich <jbeulich@novell.com>
459
460 * gas/ia64/dv-raw-err.s: Don't use r0 or f0 as output operand.
461 * gas/ia64/dv-waw-err.s: Likewise.
462 * gas/ia64/reg-err.[ls]: New.
463 * gas/ia64/ia64.exp: Run new test.
464
0ca3e455
JB
4652005-02-15 Jan Beulich <jbeulich@novell.com>
466
467 * gas/ia64/reloc.[ds]: New.
468 * gas/ia64/reloc-bad.[ls]: New.
469 * gas/ia64/ia64.exp: Run new tests.
470
2f6d622e
JB
4712005-02-15 Jan Beulich <jbeulich@novell.com>
472
473 * gas/ia64/operand-or.d: Pass -xnone to assembler.
474
f1dab70d
JB
4752005-02-13 Jan Beulich <jbeulich@novell.com>
476
477 * gas/ia64/label.l: Adjust line numbers.
478 * gas/ia64/label.s: Add .explicit.
479 * gas/ia64/nop_x.s: Likewise.
480 * gas/ia64/opc-a.d: Add assembler option -xnone.
481 * gas/ia64/opc-b.d: Likewise.
482 * gas/ia64/opc-f.d: Likewise.
483 * gas/ia64/opc-i.d: Likewise.
484 * gas/ia64/opc-m.d: Likewise.
485 * gas/ia64/opc-x.d: Likewise.
486 * gas/ia64/pseudo.d: Likewise.
487 * gas/ia64/regs.d: Likewise.
488 * gas/ia64/tls.d: Likewise.
489 * gas/ia64/unwind-err.l: Adjust line numbers.
490 * gas/ia64/unwind-err.s: Remove explicit stops.
491
20b36a95
JB
4922005-02-13 Jan Beulich <jbeulich@novell.com>
493
494 * gas/ia64/pound.[ls]: New.
495 * gas/ia64/ia64.exp: Run new test.
496
c1e6cd61
L
4972005-02-13 H.J. Lu <hongjiu.lu@intel.com>
498
499 * gas/ia64/ia64.exp: Add "operand-or".
500
501 * gas/ia64/operand-or.d: New file.
502 * gas/ia64/operand-or.s: Likewise.
503
970d6792
L
5042005-02-11 H.J. Lu <hongjiu.lu@intel.com>
505
506 * gas/ia64/ia64.exp: Pass -munwind-check=error for unwind-err
507 and proc.
508
9ae09ff9
JB
5092005-02-09 Jan Beulich <jbeulich@novell.com>
510
511 * gas/i386/intelok.s: Remove comments disabling alternative forms of
512 fbld, fbstp, and fldcw.
513 * gas/i386/intelok.d: Expect two instances of fbld, fbstp, and fldcw.
514
9f5083a4
NC
5152005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
516
517 * gas/maxq10/jump.d: Fixed relative jump offset.
518 * gas/maxq10/call.d: Likewise.
519 * gas/maxq20/jump.d: Likewise.
520 * gas/maxq20/call.d: Likewise.
521
cfdf4aaa
HPN
5222005-02-07 Hans-Peter Nilsson <hp@axis.com>
523
524 * lib/gas-defs.exp: Support new directive "warning".
525
05ee4b0f
JB
5262005-02-02 Jan Beulich <jbeulich@novell.com>
527
528 * gas/ia64/pred-rel.s: New.
529 * gas/ia64/ia64.exp: Run new test.
530
99f99b32
DJ
5312005-01-31 Daniel Jacobowitz <dan@codesourcery.com>
532
533 * gas/mips/elf-rel23.d, gas/mips/elf-rel23a.d: Accept little-endian.
534 * gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Accept section
535 symbol names.
536
ca3bc58f
JB
5372005-01-31 Jan Beulich <jbeulich@novell.com>
538
539 * gas/macros/repeat.[ds]: New.
540 * gas/macros/macros.exp: Run new test.
541
057f53c1
JB
5422005-01-31 Jan Beulich <jbeulich@novell.com>
543
544 * gas/macros/badarg.[ls]: New.
545 * gas/macros/end.[ls]: New.
546 * gas/macros/redef.[ls]: New.
547 * gas/macros/macros.exp (run_list_test): Copy from elsewhere.
548 Run new tests.
549
d3156ecc
JB
5502005-01-31 Jan Beulich <jbeulich@novell.com>
551
552 * gas/ia64/operands.[ls]: New.
553 * gas/ia64/ia64.exp: Run new test.
554
75e09913
JB
5552005-01-31 Jan Beulich <jbeulich@novell.com>
556
557 * gas/ia64/proc.[ls]: New.
558 * gas/ia64/unwind-err.[ls]: New.
559 * gas/ia64/ia64.exp: Run new tests.
560
f4660e2c
JB
5612005-01-31 Jan Beulich <jbeulich@novell.com>
562
563 * gas/ia64/bundling.[ds]: New.
564 * gas/ia64/label.[ls]: New.
565 * gas/ia64/last.[ls]: New.
566 * gas/ia64/slot2.[ls]: New.
567 * gas/ia64/ia64.exp: Run new tests.
568
60b9a617
JB
5692005-01-31 Jan Beulich <jbeulich@novell.com>
570
571 * gas/ia64/pseudo.[ds]: New.
572 * gas/ia64/ia64.exp: Run new test.
573
09124b3f
JB
5742005-01-27 Jan Beulich <jbeulich@novell.com>
575
576 * gas/ia64/nop_x.[ds]: New.
577 * gas/ia64/ia64.exp: Run new test.
578
5792005-01-27 Jan Beulich <jbeulich@novell.com>
97762d08
JB
580
581 * gas/ia64/dv-waw-err.l: Don't expect ar112 move warning to refer to
582 M-unit.
583 * gas/ia64/mov-ar.[ds]: New.
584 * gas/ia64/ia64.exp: Run new test.
585
7fe1cadb
NC
5862005-01-24 Nick Clifton <nickc@redhat.com>
587
588 * gas/all/sleb128.d: Do not assume an 8-bit byte.
589 * gas/all/quad.d: Likewise. Also allow for ports which order
590 bytes within words in other than simple big-endian or
591 little-endian fashions.
592
e5604d79
RS
5932005-01-19 Richard Sandiford <rsandifo@redhat.com>
594
595 * gas/all/sleb128.[sd]: New test.
596 * gas/all/quad.[sd]: New test.
597 * gas/all/gas.exp: Run them.
598
e38bc3b5
NC
5992005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
600
601 * gas/sh/arch/arch.exp: Correct the email address.
602 Correct a few comment typos.
603 Add new tests to ensure that the assembler will only accept
604 instructions valid in each architecture and vice-versa.
605 * gas/sh/arch/arch_expected.txt: Update/Correct the test results.
606 * gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
607 * gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
608 * gas/sh/arch/sh2a-nofpu.s: Generate new file.
609 * gas/sh/arch/sh2a-or-sh3e.s: Regenerate.
610 * gas/sh/arch/sh2a-or-sh4.s: Regenerate.
611 * gas/sh/arch/sh2a.s: Generate new file.
612 * gas/sh/arch/sh2e.s: Regenerate.
613 * gas/sh/arch/sh2.s: Regenerate.
614 * gas/sh/arch/sh3-dsp.s: Regenerate.
615 * gas/sh/arch/sh3e.s: Regenerate.
616 * gas/sh/arch/sh3-nommu.s: Regenerate.
617 * gas/sh/arch/sh3.s: Regenerate.
618 * gas/sh/arch/sh4al-dsp.s: Regenerate.
619 * gas/sh/arch/sh4a-nofpu.s: Regenerate.
620 * gas/sh/arch/sh4a.s: Regenerate.
621 * gas/sh/arch/sh4-nofpu.s: Regenerate.
622 * gas/sh/arch/sh4-nommu-nofpu.s: Regenerate.
623 * gas/sh/arch/sh4.s: Regenerate.
624 * gas/sh/arch/sh-dsp.s: Regenerate.
625 * gas/sh/arch/sh.s: Regenerate.
626
2033b4b9
L
6272005-01-12 H.J. Lu <hongjiu.lu@intel.com>
628
629 * i386/i386.exp: Run "sib".
630
631 * gas/i386/sib.d: New file.
632 * gas/i386/sib.s: Likewise.
633
1ad119f1
AS
6342005-01-09 Andreas Schwab <schwab@suse.de>
635
ddc07134 636 * gas/i386/intel16.d: Ignore trailing text with #pass.
1ad119f1
AS
637 * gas/i386/intelok.d: Likewise.
638 * gas/i386/prefix.d: Likewise.
639 * gas/i386/sub.d: Likewise.
640 * gas/i386/padlock.d: Likewise.
641 * gas/i386/x86_64.d: Likewise.
642
845e9b51
EB
6432005-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
644
645 * gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
646
8d15ae7c
AM
6472004-12-31 Alan Modra <amodra@bigpond.net.au>
648
649 * gas/elf/elf.exp: Don't list reloc sections.
650 * gas/elf/section5.e: Remove reloc sections.
651
f4426611
TL
6522004-12-21 Tomer Levi <Tomer.Levi@nsc.com>
653
ddc07134 654 * gas/crx/beq_insn.d: Update reference file according to
f4426611 655 disassembler printing method.
ddc07134
AM
656 * gas/crx/bit_insn.d: Likewise.
657 * gas/crx/br_insn.d: Likewise.
658 * gas/crx/cmpbr_insn.d: Likewise.
659 * gas/crx/cop_insn.d: Likewise.
f4426611
TL
660 * gas/crx/load_stor_insn.d: Likewise.
661
7f1c6624
HPN
6622004-12-21 Hans-Peter Nilsson <hp@axis.com>
663
664 * gas/elf/section5.e, gas/elf/section5.l: Replace [:digit:],
665 [:xdigit:] and {N} in regexps with [0-9], [0-9a-fA-F] and N
666 copies, to cater to tcl versions before Tcl 8.2.3.
667
a904de94
NC
6682004-12-20 Nick Clifton <nickc@redhat.com>
669
670 * gas/elf/section5.[ls]: Use % instead of @ in .section
671 directives.
672
1e50d24d
RS
6732004-12-16 Richard Sandiford <rsandifo@redhat.com>
674
675 * gas/v850/split-lo16.{s,d}: New test.
676 * gas/v850/v850.exp: Run it.
677
7a6d0b32
JB
6782004-12-15 Jan Beulich <jbeulich@novell.com>
679
680 * gas/elf/section5.[els]: New.
681
c0d8293f
RS
6822004-12-13 Richard Sandiford <rsandifo@redhat.com>
683
684 * gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different
685 .text alignments.
686
5c799c07
AM
6872004-12-11 Alan Modra <amodra@bigpond.net.au>
688
689 * gas/alpha/elf-usepv-1.d: Update for changed section syms.
690 * gas/arm/mapping.d: Likewise.
691 * gas/mips/tmips16-e.d: Likewise.
692 * gas/mips/tmips16-f.d: Likewise.
693 * gas/mmix/align-1.d: Likewise.
694 * gas/mmix/basep-10.d: Likewise.
695 * gas/mmix/basep-11.d: Likewise.
696 * gas/mmix/basep-7.d: Likewise.
697 * gas/mmix/basep-8.d: Likewise.
698 * gas/mmix/basep-9.d: Likewise.
699 * gas/mmix/builtin1.d: Likewise.
700 * gas/mmix/builtin2.d: Likewise.
701 * gas/mmix/builtin3.d: Likewise.
702 * gas/mmix/bz-c.d: Likewise.
703 * gas/mmix/comment-2.d: Likewise.
704 * gas/mmix/comment-3.d: Likewise.
705 * gas/mmix/cons-2.d: Likewise.
706 * gas/mmix/fb-1.d: Likewise.
707 * gas/mmix/fb-2.d: Likewise.
708 * gas/mmix/geta-c.d: Likewise.
709 * gas/mmix/greg1.d: Likewise.
710 * gas/mmix/greg1a.d: Likewise.
711 * gas/mmix/greg2.d: Likewise.
712 * gas/mmix/greg2a.d: Likewise.
713 * gas/mmix/greg3.d: Likewise.
714 * gas/mmix/greg4.d: Likewise.
715 * gas/mmix/greg5.d: Likewise.
716 * gas/mmix/greg6.d: Likewise.
717 * gas/mmix/greg7.d: Likewise.
718 * gas/mmix/greg8.d: Likewise.
719 * gas/mmix/is-1.d: Likewise.
720 * gas/mmix/jump-c.d: Likewise.
721 * gas/mmix/local-1.d: Likewise.
722 * gas/mmix/locall1.d: Likewise.
723 * gas/mmix/odd-1.d: Likewise.
724 * gas/mmix/op-0-1.d: Likewise.
725 * gas/mmix/op-0-1s.d: Likewise.
726 * gas/mmix/op-0-2.d: Likewise.
727 * gas/mmix/prefix1.d: Likewise.
728 * gas/mmix/prefix2.d: Likewise.
729 * gas/mmix/prefix3.d: Likewise.
730 * gas/mmix/pseudo-1.d: Likewise.
731 * gas/mmix/pushj-c.d: Likewise.
732 * gas/mmix/pushj-cs.d: Likewise.
733 * gas/mmix/sym-1.d: Likewise.
734 * gas/mmix/weak1-s.d: Likewise.
735 * gas/mmix/weak1.d: Likewise.
736 * gas/mmix/zerop-1.d: Likewise.
737 * gas/ppc/power4.d: Likewise.
738 * gas/ppc/test1elf32.d: Likewise.
739 * gas/ppc/test1elf64.d: Likewise.
740 * gas/sh/sh64/datal32-3.d: Likewise.
741 * gas/sh/sh64/datal64-3.d: Likewise.
742 * gas/sh/sh64/localcom-1.d: Likewise.
743
e8ede7c7
ILT
7442004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
745
746 * gas/mips/elf-rel23a.d: New test.
747 * gas/mips/elf-rel23b.d: New test.
748 * gas/mips/elf-rel25.s: New test.
749 * gas/mips/elf-rel25.d: New test.
750 * gas/mips/elf-rel25a.d: New test.
751 * gas/mips/mips.exp: Run new tests.
752
be1b2b4b
PB
7532004-12-09 Paul Brook <paul@codesourcery.com>
754
755 * gas/arm/unwind.d: Expect R_ARM_PREL31 relocations.
756
42581a24
ILT
7572004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
758
759 * gas/mips/branch-swap.d: Pass -32 to as.
760
f75dc283
TL
7612004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
762
763 * gas/crx/br_insn.d: Fix error in expected disassembly.
764
a7498ae6
NC
7652004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
766
767 * testsuite/gas/m32r/rela-1.s: New test.
768 * testsuite/gas/m32r/rela-1.d: Expected disassembly.
769 * testsuite/gas/m32r/m32r.exp: Run the new test.
770 * testsuite/gas/m32r/relax-1.d: Update for fixed pcrel reloc
771 generation.
772
907362e5
RE
7732004-11-27 Richard Earnshaw <rearnsha@arm.com>
774
775 * gas/testsuite/arm/thumbv6.d (setend): Remove stray tab at end
776 of dump pattern.
777
603be052
L
7782004-11-25 H.J. Lu <hongjiu.lu@intel.com>
779
780 * gas/ia64/group-1.d: Adjust expected secion ordering.
781
37edbb65 7822004-11-25 Jan Beulich <jbeulich@novell.com>
603be052 783
37edbb65
JB
784 * gas/i386/x86-64-inval.[sl]: Remove sahf/lahf.
785
47cc2cf5
PB
7862004-11-24 Paul Brook <paul@codesourcery.com>
787
788 * gas/elf/group0a.d: Adjust expected secion ordering.
789 * gas/elf/group1a.d: Ditto.
790 * gas/elf/section4.d: Ditto.
791
5515a510
NC
7922004-11-24 Nick Clifton <nickc@redhat.com>
793
794 * gas/iq2000/allinsn.exp: Remove IQ10 tests.
795 * gas/iq2000/q10allinsn.d: Delete.
ddc07134 796 * gas/iq2000/q10allinsn.s: Delete.
5515a510
NC
797 * gas/iq2000/q10hazard4.s: Delete.
798 * gas/iq2000/q10hazard5.s: Delete.
799 * gas/iq2000/q10load-hazards.exp: Delete.
800 * gas/iq2000/q10nohazard.s: Delete.
801 * gas/iq2000/q10noyield.s: Delete.
802 * gas/iq2000/q10test0.d: Delete.
803 * gas/iq2000/q10test0.s: Delete.
804 * gas/iq2000/q10test1.d: Delete.
805 * gas/iq2000/q10test1.s: Delete.
806 * gas/iq2000/q10test10.d: Delete.
807 * gas/iq2000/q10test10.s: Delete.
808 * gas/iq2000/q10test11.d: Delete.
809 * gas/iq2000/q10test11.s: Delete.
810 * gas/iq2000/q10test12.d: Delete.
811 * gas/iq2000/q10test12.s: Delete.
812 * gas/iq2000/q10test2.d: Delete.
813 * gas/iq2000/q10test2.s: Delete.
814 * gas/iq2000/q10test3.d: Delete.
815 * gas/iq2000/q10test3.s: Delete.
816 * gas/iq2000/q10test4.d: Delete.
817 * gas/iq2000/q10test4.s: Delete.
818 * gas/iq2000/q10test5.d: Delete.
819 * gas/iq2000/q10test5.s: Delete.
820 * gas/iq2000/q10test6.d: Delete.
821 * gas/iq2000/q10test6.s: Delete.
822 * gas/iq2000/q10test7.d: Delete.
823 * gas/iq2000/q10test7.s: Delete.
824 * gas/iq2000/q10test8.d: Delete.
825 * gas/iq2000/q10test8.s: Delete.
826 * gas/iq2000/q10test9.d: Delete.
827 * gas/iq2000/q10test9.s: Delete.
828 * gas/iq2000/q10yield.exp: Delete.
829 * gas/iq2000/test.exp: Delete.
830
d8b2b7a5
NC
8312004-11-24 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
832
833 * gas/arc/st.s: Add checks for other variants of the sr and st
834 instruction.
835 * gas/arc/st.d: Update the expected disassembly.
836
dae1b34e
NC
8372004-11-23 Nick Clifton <nickc@redhat.com>
838
839 * gas/mn10300/relax.s: Add further tests of the relaxing of branch
840 instructions.
841 * gas/mn10300/relax.d: Add expected relocations.
842
d81acc42
NC
8432004-11-22 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
844
845 * gas/arc/ld.s: Add check of load of a long immediate.
846 * gas/arc/ld.d: Add expected disassembly.
ddc07134 847
a7eec876
HPN
8482004-11-22 Hans-Peter Nilsson <hp@axis.com>
849
850 * gas/all/gas.exp: Run dg-runtest for all err-*.s and warn-*.s.
851 * gas/all/err-1.s, gas/all/warn-1.s: New tests.
852
444bf5f3
NC
8532004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
854
855 * gas/maxq10/call.d: Fix expected results now that bfd assembler
856 support is enabled by default.
857 * gas/maxq10/range.d: Likewise.
858 * gas/maxq20/call.d: Likewise.
859
b7693d02
DJ
8602004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
861
862 * gas/arm/mapping.d: Expect F markers for Thumb code.
863 * gas/arm/unwind.d: Update big-endian pattern.
864
30e857fc
NC
8652004-11-12 Nick Clifton <nickc@redhat.com>
866
867 * gas/mn10300/basic.exp: Add relax test.
868 * gas/mn10300/relax.s: New test.
869 * gas/mn10300/relax.d: Expected results. Make sure that the
870 correct size of instruction has been selected.
871
a67517f4
BW
8722004-11-11 Bob Wilson <bob.wilson@acm.org>
873
874 * gas/xtensa/short_branch_offset.s: New.
875 * gas/xtensa/short_branch_offset.d: New.
876 * gas/xtensa/all.exp: Run new test.
877
6639a9d9
AM
8782004-11-10 Alan Modra <amodra@bigpond.net.au>
879
880 * gas/i386/opcode.s: Pad section.
881 * gas/i386/intelok.s: Likewise.
882 * gas/i386/opcode.d: Update.
883 * gas/i386/intelok.d: Update.
884
7499d566
NC
8852004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
886 Vineet Sharma <vineets@noida.hcltech.com>
887
888 * gas/maxq10: New directory. Contains tests for maxq port.
889 * gas/maxq20: Likewise.
890
3b645373
L
8912004-11-05 H.J. Lu <hongjiu.lu@intel.com>
892
893 * gas/i386/general.s: Add movzb.
894 * gas/i386/general.l: Updated.
895
05e6b315
HPN
8962004-11-04 Hans-Peter Nilsson <hp@axis.com>
897
898 * gas/all/gas.exp: Exclude float.s for crisv32-*-*.
899 * gas/cris/operand-err-1.s (test.m constant): Remove xfail marker
900 and update rationale. Mark "ba [external_symbol]" and "ba [r3]"
901 as invalid.
902 * gas/ieee-fp/x930509a.exp: setup_xfail for crisv32-*-*.
903 * gas/macros/macros.exp: setup_xfail strings for crisv32-*-*.
904 * gas/cris/abs32-1.s, gas/cris/arch-err-1.s,
905 gas/cris/arch-err-2.s, gas/cris/arch-err-3.s,
906 gas/cris/arch-err-4.s, gas/cris/arch-err-5.s,
907 gas/cris/bound-err-1.s, gas/cris/brokw-3b.s,
908 gas/cris/march-err-1.s, gas/cris/march-err-2.s,
909 gas/cris/push-err-1.s, gas/cris/push-err-2.s,
910 gas/cris/pushpopv32.s, gas/cris/rd-abs32-1.d,
911 gas/cris/rd-abs32-2.d, gas/cris/rd-arch-1.d, gas/cris/rd-arch-2.d,
912 gas/cris/rd-arch-3.d, gas/cris/rd-bkw1b.d, gas/cris/rd-bkw2b.d,
913 gas/cris/rd-bkw3b.d, gas/cris/rd-bound1.d, gas/cris/rd-bound1.s,
914 gas/cris/rd-bound2.d, gas/cris/rd-bound3.d, gas/cris/rd-bound4.d,
915 gas/cris/rd-break32.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
916 gas/cris/rd-spr-1.d, gas/cris/rd-spr-1.s, gas/cris/rd-usp-1.d,
917 gas/cris/rd-usp-1b.d, gas/cris/rd-v10_32o-1.d,
918 gas/cris/rd-v10_32o-2.d, gas/cris/rd-v10_32o-2.s,
919 gas/cris/rd-v32-b1.d, gas/cris/rd-v32-b1.s, gas/cris/rd-v32-b2.d,
920 gas/cris/rd-v32-b2.s, gas/cris/rd-v32-b3.d, gas/cris/rd-v32-b3.s,
921 gas/cris/rd-v32-f1.d, gas/cris/rd-v32-f1.s, gas/cris/rd-v32-i1.d,
922 gas/cris/rd-v32-i1.s, gas/cris/rd-v32-l1.d, gas/cris/rd-v32-l1.s,
923 gas/cris/rd-v32-l3.d, gas/cris/rd-v32-l3.s, gas/cris/rd-v32-l4.d,
924 gas/cris/rd-v32-l4.s, gas/cris/rd-v32o-1.d, gas/cris/rd-v32s-1.d,
925 gas/cris/rd-v32s-2.d, gas/cris/rd-v32s-2.s, gas/cris/rd-v32s-3.d,
926 gas/cris/rd-v32s-3.s, gas/cris/rd-v32s-4.d, gas/cris/rd-v32s-4.s,
927 gas/cris/rd-vao-1.d, gas/cris/v32-err-1.s, gas/cris/v32-err-10.s,
928 gas/cris/v32-err-11.s, gas/cris/v32-err-2.s, gas/cris/v32-err-3.s,
929 gas/cris/v32-err-4.s, gas/cris/v32-err-5.s, gas/cris/v32-err-6.s,
930 gas/cris/v32-err-7.s, gas/cris/v32-err-8.s, gas/cris/v32-err-9.s:
931 New tests.
932
9306ca4a 9332004-11-04 Jan Beulich <jbeulich@novell.com>
3f1d9edd 934
9306ca4a
JB
935 * gas/i386/i386.exp: Execute new tests intelbad and intelok.
936 * gas/i386/intelbad.[sl]: New test to check for various things not
937 permitted in Intel mode.
938 * gas/i386/intel.d, gas/i386/opcode.d, gas/i386/x86-64-opcode.d:
939 Adjust for change to segment register store.
940 * gas/i386/intelok.[sd]: New test to check various Intel mode specific
941 things get handled correctly.
942 * gas/i386/x86_64.[sd]: Remove unsupported constructs referring to
943 'high' and 'low' parts of an operand, which the parser previously
944 accepted while neither telling that it's not supported nor that it
945 ignored the remainder of the line following these supposed keywords.
946
49c4a180
TL
9472004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
948
949 * gas/crx/cop_insn.d: Regenerate (after a bug fix in Assembler).
950
902143ef
TL
9512004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
952
953 * gas/crx/cop_insn.s: Test new Co-Processor instruction 'cpi'.
954 * gas/crx/list_insn.s: Add hi/lo/u<N> registers tests, fix test bugs.
955 * gas/crx/cop_insn.d: Regenerate.
956 * gas/crx/list_insn.d: Likewise.
957
a394c00f
NC
9582004-10-23 Daniel Jacobowitz <dan@debian.org>
959
960 * gas/cfi/cfi-arm-1.d, gas/cfi/cfi-arm-1.s: New files.
961 * gas/cfi/cfi.exp: Run cfi-arm-1 test.
962
f40d6855
TL
9632004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
964
6639a9d9 965 * gas/crx/cop_insn.s: Reverse operands order in store co-processor
f40d6855
TL
966 instructions.
967 * gas/crx/list_insn.s: Remove test for unsupported 'popa' instruction.
968 * gas/crx/cop_insn.d: Regenerate.
969 * gas/crx/list_insn.d: Likewise.
970
f29ff786
PB
9712004-10-14 Paul Brook <paul@codesourcery.com>
972
973 * gas/arm/mapping.d: Pass --special-syms to objdump.
974
d2b2c203
DJ
9752004-10-08 Daniel Jacobowitz <dan@debian.org>
976
977 * gas/i386/i386.exp: Don't run divide test for targets where '/'
978 is a comment. Run x86-64-unwind for 64-bit ELF targets.
979 * gas/i386/x86-64-unwind.d, gas/i386/x86-64-unwind.s: New.
980
af2f09fb
AM
9812004-10-08 Alan Modra <amodra@bigpond.net.au>
982
983 * gas/cfi/cfi-common-4.d: Correct for 64 bit targets.
984
43cd72b9
BW
9852004-10-07 Bob Wilson <bob.wilson@acm.org>
986
987 * gas/xtensa/all.exp: Adjust expected error message for j_too_far.
988 Change entry_align test to expect an error.
989 * gas/xtensa/entry_misalign2.s: Use no-transform instead of
990 no-generics directives.
991
6e1304d8
RS
9922004-10-07 Richard Sandiford <rsandifo@redhat.com>
993
994 * gas/mips/elf-rel{23,24}.[sd]: New tests.
995 * gas/mips/mips.exp: New test.
996
99022dfb
RS
9972004-10-07 Richard Sandiford <rsandifo@redhat.com>
998
999 * gas/mips/elf-rel22.[sd]: New test.
1000 * gas/mips/mips.exp: Run it.
1001
b1dca8ee
RS
10022004-10-07 Richard Sandiford <rsandifo@redhat.com>
1003
1004 * gas/mips/elf-rel21.[sd]: New test.
1005 * gas/mips/mips.exp: Run it.
1006
289040ca
NC
10072004-10-07 Jan Beulich <jbeulich@novell.com>
1008
1009 * gas/cfi/cfi-common-4.[ds]: New.
1010 * gas/cfi/cfi.exp: Run new test.
1011
48c9f030
NC
10122004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
1013
1014 * gas/crx/cop_insn.s: New file.
1015 * gas/crx/cop_insn.d: Likewise.
1016 * gas/crx/load_stor_insn.s: Move Co-processor insns to a separate
1017 test.
1018 * gas/crx/misc_insn.s: Likewise.
1019 * gas/crx/load_stor_insn.d: Regenerate.
1020 * gas/crx/misc_insn.d: Likewise.
1021
3cc0884a
AH
10222004-10-06 Aldy Hernandez <aldyh@redhat.com>
1023
1024 * gas/ppc/e500.s: Add double-precision instructions.
1025 * gas/ppc/e500.d: Same.
1026
62377b1f
NC
10272004-10-05 Paul Brook <paul@codesourcery.com>
1028
1029 * gas/arm/arm.exp: Add unwind table test. Recognise
1030 arm-symbian-symbianelf and arm-none-eabi.
1031 * gas/arm/unwind.s: New file.
1032 * gas/arm/unwind.d: New file.
1033
14127cc4
NC
10342004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
1035
1036 * gas/pdp11/opcode.d: Fix sob opcode value.
1037
0dd132b6
NC
10382004-09-30 Paul Brook <paul@codesourcery.com>
1039
1040 * gas/arm/arch6zk.d: New file.
1041 * gas/arm/arch6zk.s: New file.
1042 * gas/arm/arm.exp: Add them.
1043
981beeee
AM
10442004-09-29 Alan Modra <amodra@bigpond.net.au>
1045
1046 * gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
1047 * gas/i386/secrel.d: Adjust to suit.
1048
4403997d
PB
10492004-09-19 Paul Brook <paul@codesourcery.com>
1050
1051 * gas/elf/elf.exp: Recognise additional arm elf targets.
1052
eb043451
PB
10532004-09-17 Paul Brook <paul@codesourcery.com>
1054
1055 * gas/arm/pic.s: Add (target2).
1056 * gas/arm/pic.d: Ditto.
1057
9c504268
PB
10582004-09-13 Paul Brook <paul@codesourcery.com>
1059
1060 * gas/arm/pic.d: Rename RELABS to TARGET1.
1061 * gas/arm/pic.s: Ditto.
1062
42851540
NC
10632004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1064
1065 * gas/crx: New directory.
1066 * gas/crx/allinsn.exp: New test script.
1067 * gas/crx/arith_insn.s: New file.
1068 * gas/crx/arith_insn.d: Likewise.
1069 * gas/crx/beq_insn.s: Likewise.
1070 * gas/crx/beq_insn.d: Likewise.
1071 * gas/crx/bit_insn.s: Likewise.
1072 * gas/crx/bit_insn.d: Likewise.
1073 * gas/crx/br_insn.s: Likewise.
1074 * gas/crx/br_insn.d: Likewise.
1075 * gas/crx/cmov_insn.s: Likewise.
1076 * gas/crx/cmov_insn.d: Likewise.
1077 * gas/crx/cmpbr_insn.s: Likewise.
1078 * gas/crx/cmpbr_insn.d: Likewise.
1079 * gas/crx/jscond_insn.s: Likewise.
1080 * gas/crx/jscond_insn.d: Likewise.
1081 * gas/crx/list_insn.s: Likewise.
1082 * gas/crx/list_insn.d: Likewise.
1083 * gas/crx/load_stor_insn.s: Likewise.
1084 * gas/crx/load_stor_insn.d: Likewise.
1085 * gas/crx/misc_insn.s: Likewise.
1086 * gas/crx/misc_insn.d: Likewise.
1087 * gas/crx/no_op_insn.s: Likewise.
1088 * gas/crx/no_op_insn.d: Likewise.
1089 * gas/crx/shift_insn.s: Likewise.
1090 * gas/crx/shift_insn.d: Likewise.
1091
ac28a1cb
RS
10922004-08-27 Richard Sandiford <rsandifo@redhat.com>
1093
1094 * gas/frv/fr550-pack1.[sd]: New test.
1095 * gas/frv/allinsn.exp: Run it.
1096
3d983505
NC
10972004-08-27 Nick Clifton <nickc@redhat.com>
1098
1099 * gas/i386/i386.exp: Allow pcrel test for COFF targets as well,
1100 but not for PE targets. Similarly for the absrel test.
1101
62e88f3c
NC
11022004-08-26 Nick Clifton <nickc@redhat.com>
1103
1104 * gas/i386/i386.exp: Group ELF specific tests together. Move the
1105 pcrel test into the ELF only section. Use is_elf_format to test
1106 for ELF based toolchains.
1107
26a78d4a
L
11082004-08-25 H.J. Lu <hongjiu.lu@intel.com>
1109
1110 * gas/all/gas.exp: Use `string match ""' instead of `eq ""'.
1111
5069eab2
NC
11122004-08-24 Jan Beulich <jbeulich@novell.com>
1113
1114 * gas/all/altmacro.[sd]: Split out part from here...
1115 * gas/all/altmac2.[sd]: ... to here.
1116 * gas/all/excl.s: New.
1117 * gas/all/gas.exp: Suppress both tests for a few targets known to
632d447c
AM
1118 break. Run the new (split out) test only when the target doesn't
1119 use '!' as a comment character.
5069eab2 1120
f7870c8d 11212004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5069eab2 1122
f7870c8d
TS
1123 * gas/mips/branch-swap.s: New testcase.
1124 * gas/mips/branch-swap.d: New testcase.
1125 * gas/mips/mips.exp: Run the testcase.
1126
e65123b7
NC
11272004-08-18 Nick Clifton <nickc@redhat.com>
1128
1129 * gas/macros/strings.s: Remove #NO_APP, accidentally committed as
1130 part of another patch.
1131
1f216d09
NC
11322004-08-15 Nick Clifton <nickc@redhat.com>
1133
1134 * gas/all/altmacro.d: Allow for rest of frag being padded to an
1135 alignment boundary.
1136
1137 * gas/arm/arm.exp: Run bignum test for ELF based targets only.
1138
d84de024
AM
11392004-08-16 Alan Modra <amodra@bigpond.net.au>
1140
1141 * gas/cfi/cfi-alpha-1.d: Adjust for readelf fix.
1142 * gas/cfi/cfi-alpha-3.d: Likewise.
1143 * gas/cfi/cfi-i386.d: Likewise.
1144 * gas/cfi/cfi-m68k.d: Likewise.
1145 * gas/cfi/cfi-ppc-1.d: Likewise.
1146 * gas/cfi/cfi-s390-1.d: Likewise.
1147 * gas/cfi/cfi-s390x-1.d: Likewise.
1148 * gas/cfi/cfi-sh-1.d: Likewise.
1149 * gas/cfi/cfi-sparc-1.d: Likewise.
1150 * gas/cfi/cfi-sparc64-1.d: Likewise.
1151 * gas/cfi/cfi-x86_64.d: Likewise.
1152
caa32fe5
NC
11532004-08-13 Jan Beulich <jbeulich@novell.com>
1154
1155 * gas/all/altmacro.[sd]: New test.
1156 * gas/all/gas.exp: Run the new test.
1157
b2221023
MM
11582004-08-10 Mark Mitchell <mark@codesourcery.com>
1159
1160 * gas/arm/bignum1.s: New test.
1161 * gas/arm/arm.exp: Run it.
1162
db6579d4
PB
11632004-08-06 Paul Brook <paul@codesourcery.com>
1164
1165 * gas/arm/pic.s,d: Test RELABS and SBREL relocations.
1166
92868b6e
NC
11672004-08-05 Nitin Yewale <nitiny@kpitcummins.com>
1168
1169 * h8300/h8300.exp: Addition of new test case to check rx
1170 generation with adds and subs instruction for plain H8/300 target.
1171 * h8300/addsubrxcheck.s: New test source file.
1172
e8773edb
SC
11732004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1174
1175 * gas/m68hc11/m68hc11.exp: Fix tests for 2.15
1176 * gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
1177 * gas/symver/symver.exp: Likewise for symver tests.
1178
30d1c836
ML
11792004-07-30 Michal Ludvig <mludvig@suse.cz>
1180
1181 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
1182 VIA PadLock instructions.
1183
ff636ee3
KK
11842004-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1185
1186 * gas/sh/basic.exp: Don't do sh2a test for sh5.
1187 * gas/sh/sh2a.d: Match elf32-sh* format too.
1188
1d70c7fb
AO
11892004-07-29 Alexandre Oliva <aoliva@redhat.com>
1190
1191 2003-12-30 DJ Delorie <dj@redhat.com>
1192 * gas/sh/sh2a.s: New.
1193 * gas/sh/sh2a.d: New.
1194 * gas/sh/basic.exp: Add it.
1195
670ec21d
NC
11962004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
1197
1198 * gas/all/gas.exp (do_930509a): Disable test for crx.
1199
6b5abf68
L
12002004-07-22 H.J. Lu <hongjiu.lu@intel.com>
1201
1202 * gas/i386/x86-64-inval.l: Remove the leading `+'.
1203
ed049af3
NC
12042004-07-22 Nick Clifton <nickc@redhat.com>
1205
1206 PR/280
1207 * gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
1208 * gas/h8300/ffxx1-elf.d: Likewise.
1209 * gas/h8300/h8sx_disp2.d: Likewise.
1210 * gas/h8300/h8sx_mov_imm.d: Likewise.
6639a9d9 1211 * gas/h8300/h8sx_rtsl.d: Likewise.
ed049af3
NC
1212 * gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
1213 * gas/h8300/ffxx1-elf.s: Likewise.
1214
20f0a1fc
NC
12152004-07-21 Jan Beulich <jbeulich@novell.com>
1216
543613e9
NC
1217 * gas/i386/x86-64-addr32.[ds]: New test for x86-64 32-bit
1218 addressing in 64-bit mode.
1219 * gas/i386/x86-64-rip.[ds]: New test for x86-64 rip-relative
1220 addressing.
1221 * gas/i386/i386.exp: Run the two new tests.
1222
1223 * gas/cfi/cfi-x86_64.d: Adjust expectation for leave to not have a
1224 rex prefix.
1225 * gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal
1226 in 64-bit mode.
6639a9d9 1227
d27af829
MR
12282004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
1229
1230 * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test
1231 expects load delay slots.
1232
6f14957b
MR
12332004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
1234
1235 * gas/mips/vr5400.d: Update for a correct disassembly of
1236 "racm.ob".
1237
1586d91e
MR
12382004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
1239
1240 * gas/mips/mips32.s: Adjust for the unified "break" syntax. Add
1241 another "break" case. Update the comment accordingly.
1242 * gas/mips/set-arch.s: Likewise.
1243 * gas/mips/mips32.d: Adjust for the new output.
1244 * gas/mips/set-arch.d: Likewise.
1245
aff16937
NC
12462004-07-15 Nitin Yewale <nitiny@kpitcummins.com>
1247
1248 * gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of
1249 new test case for H8300H normal target to check symbol
1250 address generation.
1251 * gas/h8300/symaddgen.s: New test.
1252
0477af35
NC
12532004-07-13 Nick Clifton <nickc@redhat.com>
1254
1255 * gas/i386/intel.s: Add test of newly expand arithmetic support
1256 for Intel mode assembler.
1257 * gas/i386/intel.d: Add expected disassmbly.
1258
384d2d1c
NC
12592004-07-13 Nick Clifton <nickc@redhat.com>
1260
1261 * gas/vtable: Delete directory. These tests are no longer needed
1262 as the VTABLE_ reloc support is obsolete.
1263
96908638
NC
12642004-07-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1265
1266 * gas/m32r/pic.exp: Add New Test case for @GOTOFF, @GOT, @PLT.
1267 * gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
1268 * gas/m32r/pic2.d: New file: Expected results.
1269
de7e6852
RS
12702004-07-08 Richard Sandiford <rsandifo@redhat.com>
1271
1272 * gas/mips/elf-rel7.d: Expect relocations against bar to refer to bar.
1273 * gas/mips/elf-refl19.d: Likewise L2.
1274
3b91255e
RS
12752004-07-03 Richard Sandiford <rsandifo@redhat.com>
1276
3b91255e
RS
1277 * gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
1278 the earliest %lo().
1279 * gas/mips/elf-rel11.d: Don't expect the relocs to be reordered.
1280 * gas/mips/elf-rel20.[sd]: New test.
1281 * gas/mips/mips.exp: Run it.
1282
0945c90c
RS
12832004-07-03 Maciej W. Rozycki <macro@linux-mips.org>
1284
1285 * gas/mips/elf-rel9.[sd]: Fix typo in %lo() expression.
1286
2d2b9592
L
12872004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1288
1289 * gas/ia64/group-1.d: New.
1290 * gas/ia64/group-1.s: Likewise.
1291
1292 * gas/ia64/ia64.exp: Add group-1 to test comdat group.
1293
8a41c3ea
JW
12942004-06-30 James E Wilson <wilson@specifixinc.com>
1295
1296 * gas/ia64/dv-imply.d: Update.
1297 * gas/ia64/dv-mutex.d: Likewise.
1298 * gas/ia64/dv-safe.d: Likewise.
1299
62b51c0b
AM
13002004-06-29 Alan Modra <amodra@bigpond.net.au>
1301
1302 * gas/m68k/mode5.s: Pad section.
1303 * gas/m68k/mode5.d: Update.
1304
98e69875
AM
13052004-06-28 Alan Modra <amodra@bigpond.net.au>
1306
1307 * gas/ppc/power4.d: Update.
1308
1d9f512f
AM
13092004-06-24 Alan Modra <amodra@bigpond.net.au>
1310
1311 * gas/i386/prescott.s: Remove fisttpd and fisttpq.
1312 * gas/i386/prescott.d: Update.
1313
bad9ceea
JJ
13142004-06-08 Jakub Jelinek <jakub@redhat.com>
1315
1316 * gas/ia64/dv-raw-err.s: Add some new postinc tests.
1317 * gas/ia64/dv-raw-err.l: Updated.
1318
580b9172
NC
13192004-05-28 Peter Barada <peter@the-baradas.com>
1320
1321 * gas/m68k/mode5.s: New test file. Checks conversion of mode 5
1322 addressing with zero offset into mode 2 addressing.
1323 * gas/m68k/mode5.d: New file: Expected disassmbly.
1324 * gas/m68k/all.exp: Run new test.
1325
652ca075
L
13262004-05-27 H.J. Lu <hongjiu.lu@intel.com>
1327
1328 * gas/ia64/regs.d: Updated.
1329
54b3292a
L
13302004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1331
1332 * gas/ia64/ia64.exp: Run invalid-ar.
6639a9d9 1333
54b3292a
L
1334 * gas/ia64/invalid-ar.l: New file. Test invalid AR access.
1335 * gas/ia64/invalid-ar.s: Likewise.
1336
be8c092b
NC
13372004-05-24 Peter Barada <peter@the-baradas.com>
1338
1339 * gas/m68k/mcf-emac.d: Provide correct disassembler results.
1340 * gas/m68k/mcf-mac.d: Provide correct disassembler results.
1341
1ef30428
L
13422004-05-20 H.J. Lu <hongjiu.lu@intel.com>
1343
1344 * gas/ia64/dv-srlz.d: Fix a typo.
1345
c0b22597
BE
13462004-05-12 Ben Elliston <bje@au.ibm.com>
1347
1348 * gas/h8300/t03_add.exp: Remove stray semicolons.
1349 * gas/h8300/t04_sub.exp: Likewise.
1350 * gas/h8300/t05_cmp.exp: Likewise.
1351 * gas/h8300/t08_or.exp: Likewise.
1352 * gas/h8300/t09_xor.exp: Likewise.
1353 * gas/h8300/t10_and.exp: Likewise.
1354 * gas/hppa/reloc/reloc.exp: Likewise.
1355 * gas/hppa/unsorted/unsorted.exp: Likewise.
1356 * gas/i386/i386.exp: Likewise.
1357 * gas/m68hc11/m68hc11.exp: Likewise.
1358 * gas/mips/mips.exp: Likewise.
1359 * gas/sparc/sparc.exp: Likewise.
1360 * lib/gas-defs.exp: Likewise.
1361
22fe14ad
NC
13622004-05-11 Nick Clifton <nickc@redhat.com>
1363
1364 * gas/elf/section4.s: New test. Checks label arithmetic when
1365 multiple same-name sections exist.
1366 * gas/elf/section4.d: New file: Expected section list
1367 * gas/elf/elf.exp: Run the new test.
1368 * gas/elf/group0.s: Use % instead of @ for type argument to
1369 .section directive (for compatability with ARM port).
1370 * gas/elf/group1.s: Likewise.
1371
532c738a
RS
13722004-05-07 Richard Sandiford <rsandifo@redhat.com>
1373
1374 * gas/mips/vr4122.[sd]: Rename to...
1375 * gas/mips/vr4120-2.[sd]: ...and add tests for VR4181A errata
1376 MD(1) and MD(4).
1377 * gas/mips/mips.exp: Update accordingly.
1378
d15c4970
AO
13792004-05-05 Alexandre Oliva <aoliva@redhat.com>
1380
1381 * gas/frv/reloc1.d: Match elf32-frvfdpic as well.
1382 * gas/frv/fr405-insn.d: Likewise.
1383 * gas/frv/fr450-insn.d: Likewise.
1384
86654c12
L
13852004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1386
1387 * gas/elf/elf.exp: Remove group1, add group1a and group1b for
1388 section group.
1389
1390 * gas/elf/group1a.d: New file.
1391 * gas/elf/group1b.d: Likewise.
1392
1393 * gas/elf/group1.e: Removed.
1394
376eb240
NC
13952004-04-30 Nick Clifton <nickc@redhat.com>
1396
1397 * gas/arm/reg-alias.s: New file: Test case sensitive register
1398 aliases.
1399 * gas/arm/reg-alias.d: New file: Expected test output.
1400 * gas/arm/arm.exp: Run reg-alias test.
1401 Arrange tests in a more orderly fashion.
1402
f3806e43
BE
14032004-04-30 Ben Elliston <bje@au.ibm.com>
1404
1405 * gas/ppc/power4.s: Add dcbz and dcbzl test cases.
1406 * gas/ppc/power4.d: Update accordingly.
1407
f5842774
L
14082004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1409
1410 * gas/elf/elf.exp: Add group0a, group0b and group1 for section
1411 group.
1412
1413 * gas/elf/group0.s: New file.
1414 * gas/elf/group0a.d: Likewise.
1415 * gas/elf/group0b.d: Likewise.
1416 * gas/elf/group1.e: Likewise.
1417 * gas/elf/group1.s: Likewise.
1418
2abe3c6c
NC
14192004-04-23 Nick Clifton <nickc@redhat.com>
1420
1421 * gas/symver/symver1.d: Cope with extra symbols inserted by
1422 arm-elf toolchains.
1423 * gas/symver/symver0.d: Likewise
1424 * gas/elf/symver.d: Likewise.
1425
1f1799d5
KK
14262004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1427
1428 * gas/sh/pcrel2.d: Update.
1429 * gas/sh/tlsd.d: Update.
1430 * gas/sh/tlsnopic.d: Update.
1431 * gas/sh/tlspic.d: Update.
1432
d9943e50
MK
14332004-04-22 Mark Kettenis <kettenis@gnu.org>
1434
1435 * lib/gas-defs.exp (is_elf_format): Add OpenBSD support.
1436
269137b2
TS
14372004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1438
1439 * gas/mips/lb-xgot-ilocks.d: Remove nops in load delay slot.
1440 * gas/mips/mips-abi32-pic.d: Likewise.
1441 * gas/mips/mips-abi32-pic2.d: Likewise.
1442 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
1443 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
1444 * gas/mips/mips-gp64-fp32-pic.d: Likewise.
1445 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
1446 * gas/mips/relax-swap1-mips2.d: Likewise.
1447 * gas/mips/lb-svr4pic-ilocks.d: New test.
1448 * gas/mips/mips.exp: Run it.
1449
06516a5e
PB
14502004-04-22 Paul Brook <paul@codesourcery.com>
1451
1452 * maverick.c (off8s): Test full shifted operand range.
1453 (MCC2): Define.
1454 (MVDSPACC, MVACCDSP): Use it.
1455 * maverick.d, maverick.s: Regenerate.
1456
fd99574b
NC
14572004-04-22 Peter Barada <peter@the-baradas.com>
1458
1459 * gas/m68k/mcf-mac.s: New test: Check ColdFire MAC instructions.
1460 * gas/m68k/mcf-emac.s: New test: Similar checks.
1461 * gas/m68k/mcf-mac.d: New test: Expected output.
1462 * gas/m68k/mcf-emac.d: New test: Likewise.
1463 * gas/m68k/all.exp: Run new tests.
1464
76c6918d
CD
14652004-04-21 Chris Demetriou <cgd@broadcom.com>
1466
1467 * gas/mips/elempic.d: File removed as part of -membedded-pic removal.
1468 * gas/mips/empic.d: Likewise.
1469 * gas/mips/empic.l: Likewise.
1470 * gas/mips/empic.s: Likewise.
1471 * gas/mips/empic2.d: Likewise.
1472 * gas/mips/empic2.s: Likewise.
1473 * gas/mips/empic3_e.d: Likewise.
1474 * gas/mips/empic3_e.s: Likewise.
1475 * gas/mips/empic3_g1.d: Likewise.
1476 * gas/mips/empic3_g1.s: Likewise.
1477 * gas/mips/empic3_g2.d: Likewise.
1478 * gas/mips/empic3_g2.s: Likewise.
1479 * gas/mips/jal-empic-elf-2.d: Likewise.
1480 * gas/mips/jal-empic-elf-2.s: Likewise.
1481 * gas/mips/jal-empic-elf-3.d: Likewise.
1482 * gas/mips/jal-empic-elf-3.s: Likewise.
1483 * gas/mips/jal-empic-elf.d: Likewise.
1484 * gas/mips/jal-empic.d: Likewise.
1485 * gas/mips/la-empic.d: Likewise.
1486 * gas/mips/la-empic.s: Likewise.
1487 * gas/mips/lb-empic.d: Likewise.
1488 * gas/mips/ld-empic.d: Likewise.
1489 * gas/mips/lif-empic.d: Likewise.
1490 * gas/mips/telempic.d: Likewise.
1491 * gas/mips/tempic.d: Likewise.
1492 * gas/mips/ulh-empic.d: Likewise.
1493 * gas/mips/ld-pic.s: Remove code conditional on EMPIC.
1494 * gas/mips/lifloat.s: Likewise.
1495 * gas/mips/mips.exp: Remove -membedded-pic tests and related comments.
1496
6482c264
NC
14972004-04-20 Brian Ford <ford@vss.fsi.com>
1498 DJ Delorie <dj@redhat.com>
1499
1500 * gas/i386/secrel.s: New test for .secrel32.
1501 * gas/i386/secrel.d: Likewise.
1502 * gas/i386/i386.exp: Call it for PE targets.
1503
4dc570c2
JJ
15042004-04-19 Jakub Jelinek <jakub@redhat.com>
1505
1506 * gas/cfi/cfi-sparc64-1.d: Update.
1507
d766e8ec
RS
15082004-04-14 Richard Sandiford <rsandifo@redhat.com>
1509
1510 * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120.
1511
a11090ae
RS
15122004-04-14 Richard Sandiford <rsandifo@redhat.com>
1513
1514 * gas/elf/section2.e-mips: Allow named section symbols.
1515 * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise.
1516
097dba13
NC
15172004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1518
925d60e5
NC
1519 * gas/m32r/parallel-2.s: New file: Test case for parallel code.
1520 * gas/m32r/parallel-2.d: New file: Expected results.
1521 * gas/m32r/m32r2.exp: Run the test.
6639a9d9 1522
925d60e5
NC
1523 * gas/m32r/seth.s: New file: Test for seth.
1524 * gas/m32r/seth.d: New file: Expected results.
1525 * gas/m32r/m32r.exp: Run the new test.
097dba13 1526
f55629b8
KK
15272004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
1528
1529 * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
1530 option.
1531 * gas/sh/basic.exp: Run the new test.
1532
a7844384
NC
15332004-04-01 Dave Korn <dk@artimi.com>
1534
1535 * gas/dlx/alltests.exp: Execute new lohi test.
1536 * gas/dlx/lohi.s: New test for spurious lo16/hi16
632d447c 1537 reloc overflow checking.
a7844384
NC
1538 * gas/dlx/lohi.d: New file: expected output.
1539 * gas/dlx/lhi.d: Updated to properly expect lo16
632d447c 1540 relocations where asked for.
a7844384
NC
1541 * gas/dlx/itype.d: Likewise.
1542 * gas/dlx/lhi.d: Corrected cut+paste error in test name.
1543
6c71dbc4
SS
15442004-03-30 Stan Shebs <shebs@apple.com>
1545
1546 * gas/macros/macros.exp: Remove mention of MPW config.
1547
02249231
AM
15482004-03-27 Alan Modra <amodra@bigpond.net.au>
1549
1550 * gas/i860/dir-intel03-err.l: Update for junk at end line becoming
1551 an error.
1552 * gas/m68hc11/m68hc11.exp: Likewise.
1553
86b13c28
AS
15542004-03-23 Andreas Schwab <schwab@suse.de>
1555
1556 * gas/cfi/cfi-m68k.d: Adjust offsets.
1557
95631471
HPN
15582004-03-22 Hans-Peter Nilsson <hp@axis.com>
1559
1560 * gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
1561 * gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests.
1562
2ce4cc60
KK
15632004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1564
1565 * gas/cfi/cfi-sh-1.d: New file.
6639a9d9 1566 * gas/cfi/cfi-sh-1.s: Likewise.
2ce4cc60
KK
1567 * gas/cfi/cfi.exp: Add SH case.
1568
fdd12ef3
AM
15692004-03-16 Alan Modra <amodra@bigpond.net.au>
1570
1571 * gas/ppc/altivec.d: Update.
1572 * gas/ppc/altivec_xcoff.d: Update.
1573 * gas/ppc/altivec_xcoff64.d: Update.
1574 * gas/ppc/astest.d: Update.
1575 * gas/ppc/astest2.d: Update.
1576 * gas/ppc/astest2_64.d: Update.
1577 * gas/ppc/astest64.d: Update.
1578 * gas/ppc/booke.d: Update.
1579 * gas/ppc/booke_xcoff.d: Update.
1580 * gas/ppc/booke_xcoff64.d: Update.
1581 * gas/ppc/e500.d: Update.
1582 * gas/ppc/power4.d: Update.
1583 * gas/ppc/test1elf32.d: Update.
1584 * gas/ppc/test1elf64.d: Update.
1585 * gas/ppc/test1xcoff32.d: Update.
1586
a506b1e6
AM
15872004-03-15 Alan Modra <amodra@bigpond.net.au>
1588
1589 * gas/i386/padlock.s: Pad with .p2align.
1590 * gas/i386/padlock.d: Adjust.
1591
26f07657
ML
15922004-03-12 Michal Ludvig <mludvig@suse.cz>
1593
a506b1e6 1594 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
26f07657
ML
1595 VIA PadLock instructions.
1596 * gas/i386/i386.exp: Run padlock tests.
1597
c02908d2
AM
15982004-03-12 Alan Modra <amodra@bigpond.net.au>
1599
cc0ec051
AM
1600 * gas/i386/katmai.d: Revert last change.
1601
c02908d2
AM
1602 * gas/i386/katmai.d: Adjust for clflush change.
1603
b3415246
AJ
16042004-03-08 Andreas Jaeger <aj@suse.de>
1605
1606 * gas/cfi/cfi-s390x-1.d: Adjust offsets.
1607
b793dc75
RH
16082004-03-07 Richard Henderson <rth@redhat.com>
1609
1610 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.
1611
9fd4314e
AJ
16122004-03-07 Andreas Jaeger <aj@suse.de>
1613
1614 * gas/cfi/cfi-x86_64.d: Adjust offsets.
1615
6ec51dba
RH
16162004-03-07 Richard Henderson <rth@redhat.com>
1617
1618 * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
1619 gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
1620 gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.
1621
28e4a77b
KK
16222004-03-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1623
1624 * gas/sh/sh64/err-dsp.s: Fix expected error message.
1625
676a64f4
RS
16262004-03-01 Richard Sandiford <rsandifo@redhat.com>
1627
1628 * gas/frv/fr405-insn.[sdl]: New test.
1629 * gas/frv/fr450-spr.[sd]: New test.
1630 * gas/frv/fr450-insn.[sdl]: New test.
1631 * gas/frv/fr450-media-issue.[sl]: New test.
1632 * gas/frv/allinsn.exp: Run new tests. Ensure fr405 instructions
1633 aren't accepted for -mcpu=fr400 or -mcpu=fr500. Ensure fr450
1634 instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or
1635 -mcpu=fr500.
1636
8ae0baa2
RS
16372004-03-01 Richard Sandiford <rsandifo@redhat.com>
1638
1639 * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
1640 (rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
1641 * gas/frv/allinsn.d: Update accordingly.
1642
34920d91
NC
16432004-02-17 Petko Manolov <petkan@nucleusys.com>
1644
1645 * gas/arm/maverick.c: DSPSC to/from opcode fixes.
1646 * gas/arm/maverick.d: Likewise.
1647 * gas/arm/maverick.s: Likewise.
1648
206eb3b6
KK
16492004-02-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1650
1651 * gas/sh/basic.exp: Don't do sh4a tests for sh5.
1652
e4475e39
NS
16532004-02-06 Nathan Sidwell <nathan@codesourcery.com>
1654
1655 * gas/macros/test2.s: Lowercase it.
1656
f6a22291
MR
16572004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1658
1659 * gas/mips/div.d: Update to accomodate changes in macro
1660 expansions.
1661 gas/mips/elf-rel-got-n32.d: Likewise.
1662 gas/mips/elf-rel-got-n64.d: Likewise.
1663 gas/mips/elf-rel-xgot-n32.d: Likewise.
1664 gas/mips/elf-rel-xgot-n64.d: Likewise.
1665 gas/mips/la-svr4pic.d: Likewise.
1666 gas/mips/la-xgot.d: Likewise.
1667 gas/mips/lca-svr4pic.d: Likewise.
1668 gas/mips/lca-xgot.d: Likewise.
1669
1b5d1a53
KK
16702004-02-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1671
1672 * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
1673 * gas/sh/sh4a-fp.s: Likewise.
1674 * gas/sh/err-sh4a-fp.s: Likewise.
1675
424688ad
CD
16762004-01-24 Chris Demetriou <cgd@broadcom.com>
1677
1678 * gas/mips/relax-swap1.s: Add extra space at end, so the
1679 disassembly will consistently have "..." at its end.
1680 * gas/mips/relax-swap2.s: Likewise.
1681 * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.
1682
34cc4ecc
DJ
16832004-01-23 Daniel Jacobowitz <drow@mvista.com>
1684
1685 * gas/arm/arm.exp: Add "undefined" test.
1686 * gas/arm/undefined.s, gas/arm/undefined.l: New files.
1687
5fc68419
RS
16882004-01-23 Richard Sandiford <rsandifo@redhat.com>
1689
1690 * gas/mips/macro-warn-[1234].[sdl]: New tests.
1691 * gas/mips/macro-warn-[12]-n32.[dl]: New tests.
1692 * gas/mips/mips.exp: Run them.
1693
4d7206a2
RS
16942004-01-23 Richard Sandiford <rsandifo@redhat.com>
1695
1696 * gas/mips/elf-rel19.[sd]: New test.
1697 * gas/mips/mips.exp: Run it.
1698
28d39d1a
NC
16992004-01-11 Tom Rix <tcrix@worldnet.att.net>
1700
1701 * gas/m68hc11/movb.s: Add m68hc12 movb and movw dump test.
1702 * gas/m68hc11/movb.d: Likewise.
1703 * gas/m68hc11/m68hc11.exp: Likewise. Add more movb failure tests.
1704
839b3272
AM
17052004-01-19 Alan Modra <amodra@bigpond.net.au>
1706
1707 * gas/i386/katmai.d: Adjust for changed sib printing.
1708 * gas/i386/prescott.d: Likewise.
1709 * gas/i386/sse2.d: Likewise.
1710 * gas/i386/ssemmx2.d: Likewise.
1711
ac882a1d
AO
17122004-01-16 Alexandre Oliva <aoliva@redhat.com>
1713
1714 * gas/mn10300/mov5.s: New.
1715 * gas/mn10300/basic.exp (do_mov5): New.
1716
895921c9
MR
17172004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1718
1719 * gas/mips/relax-swap1-mips1.d: New test for branch relaxation
1720 with swapping for MIPS1.
1721 * gas/mips/relax-swap1-mips2.d: New test for branch relaxation
1722 with swapping for MIPS2.
1723 * gas/mips/relax-swap1.l: Stderr output for the new tests.
1724 * gas/mips/relax-swap1.s: Source for the new tests.
1725 * gas/mips/relax-swap2.d: New test for branch likely relaxation
1726 with swapping.
1727 * gas/mips/relax-swap2.l: Stderr output for the new test.
1728 * gas/mips/relax-swap2.s: Source for the new test.
1729 * gas/mips/mips.exp: Run the new tests.
1730
32159579
ILT
17312004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
1732
1733 * gas/mips/mips16-64.d: New test.
1734 * gas/mips/mips.exp: Run it.
1735
cc3d92a5
RS
17362004-01-12 Richard Sandiford <rsandifo@redhat.com>
1737
1738 * gas/mips/elf-rel18.[sd]: New test.
1739 * gas/mips/mips.exp: Run it.
1740
e45d0630
PB
17412004-01-09 Paul Brook <paul@codesourcery.com>
1742
1743 * gas/arm/vfp2.s, gas/arm/vfp2.d: New test.
1744 * gas/arm/arm.exp: Add them.
1745
29ccc66b
ILT
17462004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
1747
1748 * gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
1749 * gas/mips/ldstla-n64-shared.d: Likewise.
1750
d9296b18
NC
17512004-01-07 Nick Clifton <nickc@redhat.com>
1752
1753 * gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
1754
fee5fcc5
AO
17552004-01-06 Alexandre Oliva <aoliva@redhat.com>
1756
1757 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
1758 * lib/gas-defs.exp (is_elf_format): Match frv-uclinux.
1759 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
1760 * gas/frv/fdpic.s, gas/frv/fdpic.d: Renamed from ucpic*.
1761 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
1762 * gas/frv/ucpic.s, gas/frv/ucpic.d: Use gr15 as PIC register. Use
1763 gprel12 for rodata symbol and gotoff12 for sdata symbol.
1764 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
1765 * gas/frv/ucpic.d: Test gotoff and gotofffuncdesc.
1766 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
1767 * gas/frv/ucpic.d, gas/frv/ucpic.s: New.
1768 * gas/frv/allinsns.exp: Run it.
1769
3ab48931
NC
17702004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
1771
1772 * gas/msp430/opcode.s: Add test for an 'add' instruction which
1773 looks similar to an 'rla' instruction.
ad50f575 1774
c9e214e5
AM
1775For older changes see ChangeLog-9303
1776\f
1777Local Variables:
1778mode: change-log
1779left-margin: 8
1780fill-column: 74
1781version-control: never
1782End:
This page took 0.163203 seconds and 4 git commands to generate.