Catch illegal register pairings in ldm/stm instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2003-11-25 Asgari Jinia <asgarij@kpitcummins.com>
2
3 * gas/h8300/multiples.s : Add instructions for H8s.
4 * gas/h8300/h8300.exp (do_h8300s_multiple) : Add more test
5 conditions for instructions for H8s.
6 * gas/h8300/t01_mov.s: Correct illegal ldm/stm register pairings.
7 * gas/h8300/t01_mov.exp: Update expected results.
8
9 2003-11-22 Alan Modra <amodra@bigpond.net.au>
10
11 * gas/i386/divide.s: New.
12 * gas/i386/divide.d: New.
13 * gas/i386/i386.exp (gas_32_check): Run it.
14
15 * gas/ppc/machine.s: New.
16 * gas/ppc/machine.d: New.
17 * gas/ppc/ppc.exp: Run it.
18
19 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
20
21 * gas/mips/lca-svr4pic.d: New test for the "lca" macro.
22 * gas/mips/lca-xgot.d: Likewise.
23 * gas/mips/lca.s: Source for the new tests.
24 * gas/mips/mips.exp: Run the new tests.
25
26 2003-11-14 Nick Clifton <nickc@redhat.com>
27
28 * gas/arm/arm7.d: Pass -D instead of -d to objdump in order to
29 display the contents of data fields in the .text section.
30 This change is necessary after the addition of arm elf mapping
31 symbol support to gas.
32 * gas/arm/pic.d: Expect addresses with function name offsets.
33 This change is necessary after the addition of arm elf mapping
34 symbol support to gas.
35
36 2003-11-13 Nick Clifton <nickc@redhat.com>
37
38 * gas/arm/mapping.s: New test: Source for ARM ELF mapping
39 symbols test.
40 * gas/arm/mapping.d: New file: Expected output.
41 * gas/arm/arm.exp: Run new test.
42
43 2003-11-06 Nick Clifton <nickc@redhat.com>
44
45 * gas/arm/req.s: New test file. Check .req and .unreq psuedo ops.
46 * gas/arm/req.l: Expected error output from req.s test.
47 * gas/arm/copro.d: Set target architecture for objdump so that the
48 test will work on architectures which cannot encode higher arm
49 architecture types in their file headers.
50 * gas/arm/arm.exp: Run new req.s test.
51 Skip thumb instruction test for PE targets which do not support
52 thumb relocations.
53 * gas/elf/elf.exp: Skip special handling of section2 test for
54 XScale targets - it is no longer needed.
55
56 2003-11-04 H.J. Lu <hongjiu.lu@intel.com>
57
58 * gas/m68k/mcf-mov3q.d: Support 64bit BFD.
59
60 2003-11-03 Daniel Jacobowitz <drow@mvista.com>
61
62 * gas/arm/arm7t.d: Replace '-#' with '#-'.
63 * gas/arm/copro.d: Likewise.
64 * gas/arm/fpa-mem.d: Likewise.
65 * gas/arm/maverick.c: Likewise.
66 * gas/arm/maverick.d: Likewise.
67 * gas/arm/vfp1.d: Likewise.
68 * gas/arm/vfp1xD.d: Likewise.
69 * gas/arm/xscale.d: Likewise.
70
71 2003-10-27 Stephane Carrez <stcarrez@nerim.fr>
72
73 * gas/m68hc11/opers12-dwarf2.d: Update, local label prefix removed.
74 * gas/m68hc11/lbranch-dwarf2.d: Update.
75
76 2003-10-23 Peter Barada <pbarada@mail.wm.sps.mot.com>
77
78 * gas/m68k/mcf-mov3q.s: New file: Test some ColdFire instructions.
79 * gas/m68k/mcf-mov3q.s: New file: Expected disassembly.
80 * gas/m68k/all.exp: Run new test.
81
82 2003-10-22 Andreas Schwab <schwab@suse.de>
83 H.J. Lu <hongjiu.lu@intel.com>
84
85 * gas/ia64/dv-mutex-err.s: Add more tests for compare.
86 * gas/ia64/dv-mutex.s: Likewise.
87
88 * gas/ia64/dv-mutex-err.l: Updated.
89 * gas/ia64/dv-mutex.d: Likewise.
90
91 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
92
93 * gas/mmix/op-0-1.d, gas/mmix/pushj-c.d, gas/mmix/weak1.d: Add
94 --no-pushj-stubs option.
95 * gas/mmix/reloclab-r.d, gas/mmix/reloclab.d: Add --no-stubs
96 option.
97 * gas/mmix/reloclab.l: Adjust for PUSHJ stub.
98 * gas/mmix/pushj-cs.d, gas/mmix/reloclab-s.d, gas/mmix/relax2.s,
99 gas/mmix/relax2.d, gas/mmix/op-0-1s.d, gas/mmix/reloclab-rs.d,
100 gas/mmix/weak1-s.d: New tests.
101
102 2003-10-17 Ian Lance Taylor <ian@wasabisystems.com>
103
104 * gas/arm/iwmmxt-bad.s: New file.
105 * gas/arm/iwmmxt-bad.l: New file.
106 * gas/arm/arm.exp: Run new test.
107
108 2003-10-16 Ian Lance Taylor <ian@wasabisystems.com>
109
110 * gas/arm/iwmmxt.d: Add -miwmmxt to #objdump line, to get the
111 right disassembly.
112
113 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
114
115 * gas/alpha/elf-reloc-8.d: Updated.
116
117 2003-10-10 Dave Brolley <brolley@redhat.com>
118
119 * gas/frv/allinsn.s: Use preoperly aligned registers.
120 * gas/frv/allinsn.d: Update expected results.
121
122 2003-10-08 Chris Demetriou <cgd@broadcom.com>
123
124 * lib/gas-defs.exp (gas_run): Always log the command being run.
125 (gas_start): Likewise.
126 (regexp_diff): Make error reporting about non-existent files
127 consistent.
128
129 2003-10-06 Nick Clifton <nickc@redhat.com>
130
131 * gas/macros/app1.d: Skip sections symbols (if present).
132 * gas/macros/app2.d: Likewise.
133 * gas/macros/app3.d: Likewise.
134 * gas/macros/app4.d: Likewise.
135
136 2003-10-04 Christian Groessler <chris@groessler.org>
137
138 * gas/z8k/calr-backf.s: New file.
139 * gas/z8k/calr-forwf.s: New file.
140 * gas/z8k/calr.d: New file.
141 * gas/z8k/calr.s: New file.
142 * gas/z8k/djnz-backf.s: New file.
143 * gas/z8k/djnz-backf2.s: New file.
144 * gas/z8k/djnz.d: New file.
145 * gas/z8k/djnz.s: New file.
146 * gas/z8k/jr-back.d: New file.
147 * gas/z8k/jr-forw.d: New file.
148 * gas/z8k/jr-back.s: Fix displacement length. Add some more jumps
149 for jr-back.d.
150 * gas/z8k/jr-backf.s: Fix displacement length.
151 * gas/z8k/jr-forw.s: Fix displacement length. Add some more jumps
152 for jr-forw.d.
153 * gas/z8k/jr-forwf.s: Fix displacement length.
154 * gas/z8k/z8k.exp: Run new tests.
155
156 2003-10-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
157
158 * gas/mips/ldstla-32-shared.d: New file.
159 * gas/mips/ldstla-32.d: New file.
160 * gas/mips/ldstla-32.s: New file.
161 * gas/mips/ldstla-n32-shared.d: New file.
162 * gas/mips/ldstla-n32.d: New file.
163 * gas/mips/ldstla-n32.s: New file.
164 * gas/mips/ldstla-n64-shared.d: New file.
165 * gas/mips/ldstla-n64.d: New file.
166 * gas/mips/ldstla-n64.s: New file.
167 * gas/mips/mips.exp: Add ld-st-la tests.
168
169 2003-09-30 Chris Demetriou <cgd@broadcom.com>
170
171 * lib/gas-defs.exp (run_dump_test): If stderr file is specified
172 and there was no stderr output, compare anyway (i.e., cause a
173 test failure).
174 * gas/mips/mips64-mips3d.s: Add some new instructions to test warnings.
175 * gas/mips/mips64-mips3d.l: New file.
176 * gas/mips/mips64-mips3d.d: Use mips64-mips3d.l, and update for
177 changes to mips64-mips3d.s.
178 * gas/mips/mips64-mips3d-incl.d: Likewise.
179 * gas/mips/set-arch.l: New file.
180 * gas/mips/set-arch.d: Specify set-arch.l as stderr output to check.
181 * gas/mips/mips5.l: Make error messages match source.
182
183 2003-09-30 Chris Demetriou <cgd@broadcom.com>
184
185 * gas/mips/cp0-names-mips64r2.d: New file.
186 * gas/mips/cp0sel-names-mips64r2.d: New file.
187 * gas/mips/elf_arch_mips64r2.d: New file.
188 * gas/mips/hwr-names-mips64r2.d: New file.
189 * gas/mips/mips32r2-ill-fp64.l: New file.
190 * gas/mips/mips32r2-ill-fp64.s: New file.
191 * gas/mips/mips64r2-ill.l: New file.
192 * gas/mips/mips64r2-ill.s: New file.
193 * gas/mips/mips64r2.d: New file.
194 * gas/mips/mips64r2.s: New file.
195 * gas/mips/mips.exp: Define "mips64r2" arch, and run new tests.
196
197 2003-09-29 Dave Brolley <brolley@redhat.com>
198
199 * gas/frv/allinsn.s (nldqi): Removed. Replaced with nop.
200 * gas/frv/allinsn.d (nldqi): Ditto.
201
202 2003-09-25 Hans-Peter Nilsson <hp@axis.com>
203
204 * gas/cris/rd-pcrel2.d: Update for changes in section flag
205 defaults.
206
207 2003-09-20 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
208
209 * gas/mips/elfel-rel.d: Add ABI specification.
210 * gas/mips/elfel-rel2.d: Likewise.
211 * gas/mips/elfel-rel3.d: Likewise.
212
213 2003-09-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
214
215 * gas/mips/rm7000.s: Let objdump print trailing dots.
216
217 2003-09-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
218
219 * gas/mips/empic3_e.s: Fix typo.
220
221 2003-09-05 Richard Sandiford <rsandifo@redhat.com>
222
223 * gas/frv/reloc1.[sd]: New test.
224 * gas/frv/allinsn.exp: Run it.
225
226 2003-09-04 Nick Clifton <nickc@redhat.com>
227
228 * gas/v850/v850e1.s: New test source file.
229 * gas/v850/v850e1.d: New test disassembly file.
230 * gas/v850/basic.exp: Run v850e1 test.
231
232 2003-09-03 Robert Millan <robertmh@gnu.org>
233
234 * gas/alpha/alpha.exp: Match GNU/KFreeBSD with new kfreebsd*-gnu
235 triplet.
236
237 2003-09-03 Nick Clifton <nickc@redhat.com>
238
239 * gas/cris/diffexp-ovwr.d: Remove regexp for empty section
240 contents string.
241 gas/cris/pushpop-dcr1-sreg.d: Likewise.
242 gas/cris/string-1.d: Likewise.
243 gas/cris/string-2.d: Likewise.
244 gas/cris/x-to-dcr1-sreg.d: Likewise.
245 gas/elf/section0.d: Likewise.
246 gas/elf/section1.d: Likewise.
247 gas/i386/relax.d: Likewise.
248 gas/mips/elempic.d: Likewise.
249 gas/mips/empic.d: Likewise.
250 gas/mips/mips16-e.d: Likewise.
251 gas/mips/mips16-f.d: Likewise.
252 gas/mips/mipsel16-e.d: Likewise.
253 gas/mips/mipsel16-f.d: Likewise.
254 gas/mips/rm7000.d: Likewise.
255 gas/mips/telempic.d: Likewise.
256 gas/mips/tempic.d: Likewise.
257 gas/mips/tmips16-e.d: Likewise.
258 gas/mips/tmips16-f.d: Likewise.
259 gas/mips/tmipsel16-e.d: Likewise.
260 gas/mips/tmipsel16-f.d: Likewise.
261 gas/mmix/align-1.d: Likewise.
262 gas/mmix/basep-10.d: Likewise.
263 gas/mmix/basep-11.d: Likewise.
264 gas/mmix/basep-9.d: Likewise.
265 gas/mmix/comment-3.d: Likewise.
266 gas/mmix/cons-1.d: Likewise.
267 gas/mmix/cons-2.d: Likewise.
268 gas/mmix/expr-1.d: Likewise.
269 gas/mmix/fb-1.d: Likewise.
270 gas/mmix/fb-2.d: Likewise.
271 gas/mmix/greg1.d: Likewise.
272 gas/mmix/greg1a.d: Likewise.
273 gas/mmix/greg2.d: Likewise.
274 gas/mmix/greg2a.d: Likewise.
275 gas/mmix/greg3.d: Likewise.
276 gas/mmix/greg4.d: Likewise.
277 gas/mmix/greg7.d: Likewise.
278 gas/mmix/greg8.d: Likewise.
279 gas/mmix/is-1.d: Likewise.
280 gas/mmix/local-1.d: Likewise.
281 gas/mmix/odd-1.d: Likewise.
282 gas/mmix/op-0-1.d: Likewise.
283 gas/mmix/op-0-2.d: Likewise.
284 gas/mmix/prefix3.d: Likewise.
285 gas/mmix/pseudo-1.d: Likewise.
286 gas/mmix/weak1.d: Likewise.
287 gas/sh/sh64/crange1-1.d: Likewise.
288 gas/sh/sh64/crange1-2.d: Likewise.
289 gas/sh/sh64/crange2-2.d: Likewise.
290 gas/sh/sh64/crange3-1.d: Likewise.
291 gas/sh/sh64/crange4-1.d: Likewise.
292 gas/sh/sh64/crange5-1.d: Likewise.
293 gas/sh/sh64/datal32-3.d: Likewise.
294 gas/sh/sh64/datal64-3.d: Likewise.
295 gas/sh/sh64/endian-1.d: Likewise.
296 gas/sh/sh64/endian-2.d: Likewise.
297 gas/sh/sh64/localcom-1.d: Likewise.
298 gas/sh/sh64/rel32-5.d: Likewise.
299 gas/sh/sh64/rel64-5.d: Likewise.
300 gas/sh/sh64/ua32-1.d: Likewise.
301 gas/sh/sh64/ua64-1.d: Likewise.
302 gas/xstormy16/reloc-1.d: Likewise.
303
304 2003-09-01 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
305
306 * gas/mips/elf-rel-got-n32.d: Fix ulw and usw patterns for
307 little-endian.
308 * gas/mips/elf-rel-got-n64.d: Likewise.
309 * gas/mips/elf-rel-xgot-n32.d: Likewise.
310 * gas/mips/elf-rel-xgot-n64.d: Likewise.
311
312 2003-08-29 Jakub Jelinek <jakub@redhat.com>
313
314 * gas/cfi/cfi-sparc-1.s: New test.
315 * gas/cfi/cfi-sparc-1.d: New test.
316 * gas/cfi/cfi-sparc64-1.s: New test.
317 * gas/cfi/cfi-sparc64-1.d: New test.
318 * gas/cfi/cfi.exp: Run them.
319
320 2003-08-19 Nick Clifton <nickc@redhat.com>
321
322 * gas/arm/copro.s: Add tests of Addressing Mode 5 (Unindexed).
323 * gas/arm/arm.exp: Run copro.s as a dump test.
324 * gas/arm/copro.d: New file: expected disassembly of copro.s
325
326 2003-08-16 Jason Eckhardt <jle@rice.edu>
327
328 * gas/i860/pseudo-ops01.{s,d}: New files.
329 * gas/i860/i860.exp: Execute the new test above.
330 * gas/i860/README.i860: Remove align defect from list.
331
332 2003-08-14 Nick Clifton <nickc@redhat.com>
333
334 * gas/arm/pic.d: Update regexp for destination address of
335 unrelocated branch instructions so that they point to themselves.
336 * gas/arm/inst.d: Likewise.
337
338 2003-08-08 Andreas Schwab <schwab@suse.de>
339
340 * gas/cfi/cfi-m68k.s, gas/cfi/cfi-m68k.d: New test.
341 * gas/cfi/cfi.exp (run_list_test): Run it.
342
343 2003-08-06 Jason Eckhardt <jle@rice.edu>
344
345 * gas/i860/dir-align01.{s,d}: New files.
346 * gas/i860/i860.exp: Execute the new test above.
347
348 2003-08-06 Jason Eckhardt <jle@rice.edu>
349
350 * gas/i860/dual02-err.l: Update expected error message.
351 * gas/i860/README.i860: Remove dual02-err from known failure list.
352
353 2003-08-05 Jason Eckhardt <jle@rice.edu>
354
355 * gas/i860/README.i860: Remove dual01 from the known failures.
356
357 2003-08-05 Jason Eckhardt <jle@rice.edu>
358
359 * gas/i860/dir-intel01.{s,d}: New files.
360 * gas/i860/dir-intel02.{s,d}: New files.
361 * gas/i860/dir-intel03-err.{s,l}: New files.
362 * gas/i860/i860.exp: Execute the above new tests.
363
364 2003-08-03 Jason Eckhardt <jle@rice.edu>
365
366 * gas/i860/*.d: Prefix name with "i860".
367
368 2003-08-03 Jason Eckhardt <jle@rice.edu>
369
370 * gas/i860/dual01.{s,d}: New files.
371 * gas/i860/dual02-err.{s,l}: New files.
372 * gas/i860/dual03.{s,d}: New files.
373 * gas/i860/i860.exp: Execute the above new tests.
374 * gas/i860/README.i860: Update.
375
376 2003-08-02 Alan Modra <amodra@bigpond.net.au>
377
378 * gas/d10v/address-001.d: Adjust for objdump -d change.
379 * gas/d10v/control-001.d: Likewise.
380 * gas/d10v/error-001.d: Likewise.
381 * gas/d10v/immediate-001.d: Likewise.
382 * gas/d10v/immediate-002.d: Likewise.
383 * gas/d10v/immediate-003.d: Likewise.
384 * gas/d10v/immediate-006.d: Likewise.
385 * gas/d10v/immediate-007.d: Likewise.
386 * gas/d10v/instruction_packing-001.d: Likewise.
387 * gas/d10v/instruction_packing-002.d: Likewise.
388 * gas/d10v/instruction_packing-003.d: Likewise.
389 * gas/d10v/instruction_packing-004.d: Likewise.
390 * gas/d10v/instruction_packing-006.d: Likewise.
391 * gas/d10v/instruction_packing-007.d: Likewise.
392 * gas/d10v/instruction_packing-008.d: Likewise.
393 * gas/d10v/instruction_packing-009.d: Likewise.
394 * gas/d10v/instruction_packing-010.d: Likewise.
395 * gas/d10v/instruction_packing.d: Likewise.
396 * gas/d10v/label-001.d: Likewise.
397 * gas/d10v/warning-014.d: Likewise.
398 * gas/m88k/init.d: Likewise.
399
400 2003-08-01 Jason Eckhardt <jle@rice.edu>
401
402 * gas/i860/README.i860: New file.
403
404 2003-07-29 Nick Clifton <nickc@redhat.com>
405
406 * gas/sparc/unalign.d: Remove empty .text disassembly line.
407
408 2003-07-28 H.J. Lu <hongjiu.lu@intel.com>
409
410 * gas/elf/elf.exp: Add section3 for note section.
411
412 * gas/elf/section3.d: New file.
413 * gas/elf/section3.s: Likewise.
414
415 2003-07-26 Alan Modra <amodra@bigpond.net.au>
416
417 * gas/ppc/altivec.d: Update.
418 * gas/ppc/altivec_xcoff.d: Update.
419 * gas/ppc/altivec_xcoff64.d: Update.
420 * gas/ppc/booke.d: Update.
421 * gas/ppc/booke_xcoff.d: Update.
422 * gas/ppc/booke_xcoff64.d: Update.
423 * gas/ppc/e500.d: Update.
424
425 2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
426
427 * gas/m68hc11/m68hc11.exp: Execute the new tests.
428 * gas/m68hc11/abi.s: New test for abi elf flags.
429 * gas/m68hc11/abi-m68hc11-32-64.d: Test for 32-bit int, 64-bit float.
430 * gas/m68hc11/abi-m68hc11-16-64.d: Test for 16-bit int, 64-bit float.
431 * gas/m68hc11/abi-m68hc11-32-32.d: Test for 32-bit int, 32-bit float.
432 * gas/m68hc11/abi-m68hc11-16-32.d: Test for 16-bit int, 32-bit float.
433
434 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
435
436 * gas/mips/rm7000.[sd]: New test.
437 * gas/mips/mips.exp: Run it.
438
439 2003-07-10 Jakub Jelinek <jakub@redhat.com>
440
441 * gas/cfi/cfi-ppc-1.s: New test.
442 * gas/cfi/cfi-ppc-1.d: New test.
443 * gas/cfi/cfi-s390-1.s: New test.
444 * gas/cfi/cfi-s390-1.s: New test.
445 * gas/cfi/cfi-s390x-1.s: New test.
446 * gas/cfi/cfi-s390x-1.s: New test.
447 * gas/cfi/cfi.exp: Run them.
448
449 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
450
451 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
452 * gas/mn10300/am33-2.c (d8pcsec): PC-relative relocations within
453 text sections don't decay to section+offset.
454 * gas/mn10300/am33-2.d: Rebuilt.
455 2000-08-15 Eric Christopher <echristo@cygnus.com>
456 * gas/mn10300/am33-2.c (d8pcsec): New Function
457 (condjmp): Adjust testcase for TC_LINKRELAX_FIXUP
458 functionality.
459 * gas/mn10300/am33-2.d: Regenerate
460 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
461 * gas/mn10300/am33-2.c (d8pcoff): Likewise.
462 * gas/mn10300/am33-2.d: Rebuilt.
463 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
464 * gas/mn10300/am33-2.c (main): Changed `.am332' to `.am33_2'.
465 Replaced `AM33 2.0' with `AM33/2.0'.
466 * gas/mn10300/am33-2.d, gas/mn10300/am33-2.s: Rebuilt.
467 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
468 * gas/mn10300/am33-2.c: New file, that generated...
469 * gas/mn10300/am33-2.s, gas/mn10300/am33-2.d: New files.
470 * gas/mn10300/basic.exp: Test am33-2.
471
472 2003-07-08 Chris Demetriou <cgd@broadcom.com>
473
474 * gas/testsuite/gas/mips/mips.exp: Make sure that branch-misc-2 is
475 run to compile non-PIC code, and add branch-misc-2pic.
476 * gas/mips/branch-misc-2.l: Adjust for change in non-PIC warnings.
477 * gas/mips/branch-misc-2pic.l: New file.
478 * gas/mips/branch-misc-2pic.s: New file.
479
480 2003-07-07 Richard Sandiford <rsandifo@redhat.com>
481
482 * gas/h8300/h8sx_disp2.[sd]: Add tests for symbolic displacements.
483
484 2003-07-04 Alan Modra <amodra@bigpond.net.au>
485
486 * gas/ppc/test2elf64.s: Rename to..
487 * gas/ppc/power4.s: ..this. Add mtcr and mfcr testcases.
488 * gas/ppc/test2elf64.d: Rename to..
489 * gas/ppc/power4.d: ..this. Update.
490 * gas/ppc/ppc.exp: Update.
491
492 2003-07-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
493
494 * gas/mips/set-arch.d: Fix GPR names and show raw insns.
495
496 2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
497
498 * gas/mips/set-arch.s: New file, testcase for .set arch=FOO.
499 * gas/mips/set-arch.d: Likewise.
500 * gas/mips/mips.exp: Use it.
501
502 2003-06-25 Richard Sandiford <rsandifo@redhat.com>
503
504 * gas/h8300/h8sx_mov_imm.[sd]: Add tests for mov.[wl] #xx:8,@yy.
505
506 2003-06-24 Richard Sandiford <rsandifo@redhat.com>
507
508 * gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move...
509 * gas/h8300/h8300-elf.exp: ...here.
510
511 2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
512
513 * gas/i386/i386.exp: Add prescott.
514
515 * gas/i386/prescott.d: New file.
516 * gas/i386/prescott.s: Likewise.
517
518 2003-06-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
519
520 * gas/mips/elf-rel-got-n32.d: Remove special handling for n32 ABI.
521 * gas/mips/elf-rel-xgot-n32.d: Likewise.
522 * gas/mips/jal-newabi.d: Likewise.
523
524 2003-06-21 Christian Groessler <chris@groessler.org>
525
526 * gas/z8k: New directory.
527 * gas/z8k/dec.s: New file.
528 * gas/z8k/decbf.s: New file.
529 * gas/z8k/decf.s: New file.
530 * gas/z8k/eidi.s: New file.
531 * gas/z8k/eidif.s: New file.
532 * gas/z8k/inc.s: New file.
533 * gas/z8k/incbf.s: New file.
534 * gas/z8k/incf.s: New file.
535 * gas/z8k/inout.d: New file.
536 * gas/z8k/inout.s: New file.
537 * gas/z8k/jr-back.s: New file.
538 * gas/z8k/jr-backf.s: New file.
539 * gas/z8k/jr-forw.s: New file.
540 * gas/z8k/jr-forwf.s: New file.
541 * gas/z8k/ldk.s: New file.
542 * gas/z8k/ldkf.s: New file.
543 * gas/z8k/z8k.exp: New file.
544
545 2003-06-18 Jakub Jelinek <jakub@redhat.com>
546
547 * gas/cfi/cfi-i386.d: Regenerated.
548 * gas/cfi/cfi-common-1.d: Regenerated.
549 * gas/cfi/cfi-common-2.d: Regenerated.
550 * gas/cfi/cfi-common-3.d: Regenerated.
551 * gas/cfi/cfi-x86_64.d: Regenerated.
552 * gas/cfi/cfi-alpha-1.d: Regenerated.
553 * gas/cfi/cfi-alpha-2.d: Regenerated.
554 * gas/cfi/cfi-alpha-3.d: Regenerated.
555
556 2003-06-17 Nick Clifton <nickc@redhat.com>
557
558 * gas/i386/absrel.d: Tweak patterns to work for i386-pc-cygwin
559 target as well.
560 * gas/i386/sub.d: Likewise.
561
562 2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
563
564 * gas/alpha/elf-reloc-1.d: Allow system-specific gunk after
565 canonical file format.
566 * gas/alpha/elf-reloc-4.d: Likewise.
567 * gas/alpha/elf-reloc-5.d: Likewise.
568 * gas/alpha/elf-reloc-7.d: Likewise.
569 * gas/alpha/elf-reloc-8.d: Likewise.
570 * gas/alpha/elf-tls-1.d: Likewise.
571 * gas/alpha/elf-usepv-1.d: Likewise.
572
573 2003-06-16 Hans-Peter Nilsson <hp@axis.com>
574
575 * gas/cris: Match output having $ register prefix. Deal with
576 target variants default requiring register prefix on input.
577
578 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
579
580 * gas/arm/arm.exp: Pass -mfpu=fpa option to the FPA instruction test.
581
582 2003-06-12 Richard Sandiford <rsandifo@redhat.com>
583
584 * gas/mips/elf-rel15.[sd]: New test.
585 * gas/mips/mips.exp: Run it.
586
587 2003-06-11 Richard Henderson <rth@redhat.com>
588
589 * gas/cfi/cfi-common-3.[ds]: New.
590 * gas/cfi/cfi.exp: Run it.
591
592 2003-06-11 Alan Modra <amodra@bigpond.net.au>
593
594 * gas/macros/app1.d: Ignore section symbols.
595 * gas/macros/app2.d: Likewise.
596 * gas/macros/app3.d: Likewise.
597 * gas/macros/app4.d: Likewise.
598
599 2003-06-10 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
600
601 * gas/mips/mips.exp: Fix typo.
602 * gas/mips/elempic.d: Force o64 ABI.
603 * gas/mips/telempic.d: Likewise.
604
605 2003-06-10 Alan Modra <amodra@bigpond.net.au>
606
607 * lib/gas-defs.exp (proc is_elf_format): Copy from ld testsuite.
608 * gas/cfi/cfi.exp: Use here. Only run tests when ELF.
609 * gas/macros/and.s: Avoid .set so we don't break mips.
610
611 2003-06-10 Alan Modra <amodra@bigpond.net.au>
612
613 * gas/macros/and.s: New.
614 * gas/macros/macros.exp: Assemble it.
615
616 2003-06-10 Gary Hade <garyhade@us.ibm.com>
617
618 * gas/ppc/test2elf64.{s,d}: New test.
619 * gas/ppc/ppc.exp: Run new test.
620
621 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
622
623 * gas/h8300/h8sx_mov_imm.[sd]: New test.
624 * gas/h8300/h8300.exp: Run it.
625
626 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
627
628 * gas/h8300/h8sx_rtsl.[sd]: New test.
629 * gas/h8300/h8300.exp: Run it.
630
631 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
632
633 * gas/h8300/h8sx_disp2.[sd]: New test.
634 * gas/h8300/h8300.exp: Run it.
635
636 2003-06-07 Richard Henderson <rth@redhat.com>
637
638 * gas/cfi/cfi-common-1.d, gas/cfi/cfi-common-1.s: New.
639 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-2.s: New.
640 * gas/cfi/cfi-diag-1.d, gas/cfi/cfi-diag-1.s: New.
641 * gas/cfi/cfi.exp: Run them.
642
643 2003-06-05 Michael Snyder <msnyder@redhat.com>
644
645 * gas/h8300/t01_mov.s: New file, tests mov instructions.
646 * gas/h8300/t02_mova.s: New file, tests mova instructions.
647 * gas/h8300/t03_add.s: New file, tests add instructions.
648 * gas/h8300/t04_sub.s: New file, tests sub instructions.
649 * gas/h8300/t05_cmp.s: New file, tests cmp instructions.
650 * gas/h8300/t06_ari2.s: New file, tests arithmetic instructions.
651 * gas/h8300/t07_ari3.s: New file, tests arithmetic instructions.
652 * gas/h8300/t08_or.s: New file, tests or instructions.
653 * gas/h8300/t09_xor.s: New file, tests xor instructions.
654 * gas/h8300/t10_and.s: New file, tests and instructions.
655 * gas/h8300/t11_logs.s: New file, tests logical instructions.
656 * gas/h8300/t12_bit.s: New file, tests bit instructions.
657 * gas/h8300/t13_otr.s.s: New file, tests misc. instructions.
658 * gas/h8300/t01_mov.exp: New file.
659 * gas/h8300/t02_mova.exp: New file.
660 * gas/h8300/t03_add.exp: New file.
661 * gas/h8300/t04_sub.exp: New file.
662 * gas/h8300/t05_cmp.exp: New file.
663 * gas/h8300/t06_ari2.exp: New file.
664 * gas/h8300/t07_ari3.exp: New file.
665 * gas/h8300/t08_or.exp: New file.
666 * gas/h8300/t09_xor.exp: New file.
667 * gas/h8300/t10_and.exp: New file.
668 * gas/h8300/t11_logs.exp: New file.
669 * gas/h8300/t12_bit.exp: New file.
670 * gas/h8300/t13_otr.exp: New file.
671
672 2003-06-04 Richard Henderson <rth@redhat.com>
673
674 * gas/alpha/elf-usepv-1.[sd]: New.
675 * gas/alpha/elf-usepv-2.[sd]: New.
676 * gas/alpha/alpha.exp: Run them.
677 * gas/cfi/cfi-alpha-3.[sd]: New.
678 * gas/cfi/cfi.exp: Run it.
679
680 2003-05-31 Richard Henderson <rth@redhat.com>
681
682 * gas/alpha/elf-reloc-8.d: Correct .eh_frame relocs.
683 * gas/cfi/cfi-alpha-2.d: New.
684 * gas/cfi/cfi-alpha-2.s: New.
685 * gas/cfi/cfi.exp: Run it.
686
687 2003-05-29 Richard Henderson <rth@redhat.com>
688
689 * gas/alpha/elf-reloc-8.d: Add .eh_frame relocs.
690 * gas/cfi/cfi-alpha-1.d: New.
691 * gas/cfi/cfi-alpha-1.s: New.
692 * gas/cfi/cfi.exp: Run it.
693
694 2003-05-27 Richard Henderson <rth@redhat.com>
695
696 * gas/cfi/cfi-i386.d: Update for dw2gencfi rewrite.
697 * gas/cfi/cfi-x86_64.d: Likewise.
698 * gas/cfi/cfi-i386-2.d: New.
699 * gas/cfi/cfi-i386-2.s: New.
700
701 2003-05-23 Jason Eckhardt <jle@rice.edu>
702
703 * gas/i860/xp.s: New file.
704 * gas/i860/xp.d: New file.
705
706 2003-05-23 Richard Earnshaw <rearnsha@arm.com>
707
708 * gas/i860/i860.exp: Don't call exit if the target isn't an i860.
709
710 2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
711
712 * gas/mips/jal-newabi.s: New file, testcase for NewABI xgot jal macro.
713 * gas/mips/jal-newabi.d: Likewise.
714 * gas/mips/mips.exp: Add new testcase.
715
716 2003-05-21 H.J. Lu <hongjiu.lu@intel.com>
717
718 * gas/hppa/parse/parse.exp: Add "space.s".
719 * gas/hppa/parse/space.s: New file to test spaces.
720
721 2003-05-20 Jason Eckhardt <jle@rice.edu>
722
723 * gas/i860/branch.{s,d}: New files.
724 * gas/i860/system.{s,d}: New files.
725
726 2003-05-20 Jason Eckhardt <jle@rice.edu>
727
728 * gas/i860/bitwise.{s,d}: New files.
729 * gas/i860/bte.{s,d}: New files.
730 * gas/i860/fldst01.{s,d}: New files.
731 * gas/i860/fldst02.{s,d}: New files.
732 * gas/i860/fldst03.{s,d}: New files.
733 * gas/i860/fldst04.{s,d}: New files.
734 * gas/i860/fldst05.{s,d}: New files.
735 * gas/i860/fldst06.{s,d}: New files.
736 * gas/i860/fldst07.{s,d}: New files.
737 * gas/i860/fldst08.{s,d}: New files.
738 * gas/i860/float01.{s,d}: New files.
739 * gas/i860/float02.{s,d}: New files.
740 * gas/i860/float03.{s,d}: New files.
741 * gas/i860/float04.{s,d}: New files.
742 * gas/i860/form.{s,d}: New files.
743 * gas/i860/iarith.{s,d}: New files.
744 * gas/i860/ldst01.{s,d}: New files.
745 * gas/i860/ldst02.{s,d}: New files.
746 * gas/i860/ldst03.{s,d}: New files.
747 * gas/i860/ldst04.{s,d}: New files.
748 * gas/i860/ldst05.{s,d}: New files.
749 * gas/i860/ldst06.{s,d}: New files.
750 * gas/i860/pfam.{s,d}: New files.
751 * gas/i860/pfmam.{s,d}: New files.
752 * gas/i860/pfmsm.{s,d}: New files.
753 * gas/i860/pfsm.{s,d}: New files.
754 * gas/i860/regress01.{s,d}: New files.
755 * gas/i860/shift.{s,d}: New files.
756 * gas/i860/simd.{s,d}: New files.
757
758 2003-05-20 Jason Eckhardt <jle@rice.edu>
759
760 * gas/i860: New directory.
761 * gas/i860/i860.exp: New file.
762
763 2003-05-20 Michal Ludvig <mludvig@suse.cz>
764
765 * gas/cfi/cfi.exp: Testsuite for cfi machinery.
766 * gas/cfi/cfi-x86_64.[sd]: Files for x86-64.
767 * gas/cfi/cfi-i386.[sd]: Files for i386.
768
769 2003-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
770
771 * gas/mips/mips.exp: mips-*-linux-*, mipsel-*-linux-* use only 32-bit
772 register width by default. Add them to addr32 and exclude offending
773 testcases.
774 * gas/mips/delay.s: Avoid odd floating point registers.
775 * gas/mips/delay.d: Likewise.
776 * gas/mips/nodelay.d: Likewise.
777 * gas/mips/mips4.s: Likewise.
778 * gas/mips/mips4.d: Likewise.
779 * gas/mips/mips5.s: Likewise.
780 * gas/mips/mips5.d: Likewise.
781 * gas/mips/vr5400.s: Likewise.
782 * gas/mips/vr5400.d: Likewise.
783 * gas/mips/vr5500.s: Likewise.
784 * gas/mips/vr5500.d: Likewise.
785 * gas/mips/elf_e_flags2.d: Allow different expansions of the move
786 macro.
787 * gas/mips/elf_e_flags3.d: Likewise.
788 * gas/mips/elf_e_flags4.d: Likewise.
789 * gas/mips/uld2-eb.d: Likewise.
790 * gas/mips/uld2-el.d: Likewise.
791
792 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
793
794 * lib/gas-defs.exp: Accept i[3-7]86 variants.
795
796 2003-05-13 Hans-Peter Nilsson <hp@axis.com>
797
798 * gas/macros/app1.s, gas/macros/app1.d, gas/macros/app2.s,
799 gas/macros/app2.d, gas/macros/app3.s, gas/macros/app3.d,
800 gas/macros/app4.s, gas/macros/app4b.s, gas/macros/app4.d: New
801 tests.
802 * gas/macros/macros.exp: Run them.
803
804 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
805
806 * gas/ia64/ia64.exp: Add alias.
807
808 * gas/ia64/alias.s: New.
809 * gas/ia64/alias.d: Likewise.
810
811 2003-05-06 Alexandre Oliva <aoliva@redhat.com>
812
813 * gas/mips/abs.d, gas/mips/add.d, gas/mips/and.d,
814 gas/mips/beq.d, gas/mips/bge.d, gas/mips/bgeu.d,
815 gas/mips/blt.d, gas/mips/bltu.d, gas/mips/branch-misc-1.d,
816 gas/mips/break20.d, gas/mips/cp0sel-names-mips32.d,
817 gas/mips/cp0sel-names-mips32r2.d,
818 gas/mips/cp0sel-names-mips64.d,
819 gas/mips/cp0sel-names-numeric.d, gas/mips/cp0sel-names-sb1.d,
820 gas/mips/elf-jal.d, gas/mips/elf-rel.d, gas/mips/elf-rel2.d,
821 gas/mips/elf-rel3.d, gas/mips/elf-rel4.d, gas/mips/elf-rel5.d,
822 gas/mips/elf-rel6.d, gas/mips/elf-rel7.d,
823 gas/mips/elf_arch_mips1.d, gas/mips/elf_arch_mips2.d,
824 gas/mips/elf_arch_mips3.d, gas/mips/elf_arch_mips32.d,
825 gas/mips/elf_arch_mips32r2.d, gas/mips/elf_arch_mips4.d,
826 gas/mips/elf_arch_mips5.d, gas/mips/elf_arch_mips64.d,
827 gas/mips/elf_ase_mips16.d, gas/mips/empic.d,
828 gas/mips/empic2.d, gas/mips/empic3_e.d, gas/mips/empic3_g1.d,
829 gas/mips/empic3_g2.d, gas/mips/hwr-names-mips32r2.d,
830 gas/mips/hwr-names-numeric.d, gas/mips/jal-empic-elf-2.d,
831 gas/mips/jal-empic-elf-3.d, gas/mips/jal-empic-elf.d,
832 gas/mips/jal-svr4pic.d, gas/mips/jal-xgot.d, gas/mips/jal.d,
833 gas/mips/la-empic.d, gas/mips/la-svr4pic.d,
834 gas/mips/la-xgot.d, gas/mips/la.d, gas/mips/lb-empic.d,
835 gas/mips/lb-svr4pic.d, gas/mips/lb-xgot-ilocks.d,
836 gas/mips/lb-xgot.d, gas/mips/lb.d, gas/mips/ld-empic.d,
837 gas/mips/ld-svr4pic.d, gas/mips/ld-xgot.d, gas/mips/ld.d,
838 gas/mips/li.d, gas/mips/lif-empic.d, gas/mips/lif-svr4pic.d,
839 gas/mips/lif-xgot.d, gas/mips/lifloat.d,
840 gas/mips/mips-gp32-fp32-pic.d, gas/mips/mips-gp32-fp32.d,
841 gas/mips/mips-gp32-fp64-pic.d, gas/mips/mips-gp32-fp64.d,
842 gas/mips/mips-gp64-fp32-pic.d, gas/mips/mips-gp64-fp32.d,
843 gas/mips/mips-gp64-fp64-pic.d, gas/mips/mips-gp64-fp64.d,
844 gas/mips/mips.exp, gas/mips/mips16-e.d, gas/mips/mips16-f.d,
845 gas/mips/mips32.d, gas/mips/mips32r2.d, gas/mips/mips4010.d,
846 gas/mips/mips4650.d, gas/mips/mips64.d, gas/mips/mipsel16-e.d,
847 gas/mips/mipsel16-f.d, gas/mips/rol-hw.d, gas/mips/rol.d,
848 gas/mips/sb.d, gas/mips/sync.d, gas/mips/tempic.d,
849 gas/mips/tmips16-e.d, gas/mips/tmips16-f.d,
850 gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d,
851 gas/mips/trunc.d, gas/mips/uld.d, gas/mips/ulh-empic.d,
852 gas/mips/ulh-svr4pic.d, gas/mips/ulh-xgot.d, gas/mips/ulh.d,
853 gas/mips/ulh2-eb.d, gas/mips/ulh2-el.d, gas/mips/ulw.d,
854 gas/mips/ulw2-eb.d, gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-el.d,
855 gas/mips/ulw2-el-ilocks.d, gas/mips/usd.d, gas/mips/ush.d,
856 gas/mips/usw.d, gas/mips/vr4122.d: Added ABI specification.
857 gas/vtable/vtable.exp: mips64*-*-linux* and mips*-*-irix6* are
858 RELA.
859
860 2003-05-03 H.J. Lu <hjl@gnu.org>
861
862 * gas/elf/symver.s: Use '%' instead of '@' in .type.
863 * gas/elf/type.s: Likewise.
864
865 2003-05-03 H.J. Lu <hjl@gnu.org>
866
867 * gas/elf/elf.exp (run_list_test): Support pipe for readelf.
868
869 * gas/elf/type.e-m32r: Removed.
870 * gas/elf/type.e-mips: Likewise.
871 * gas/elf/type.e-miwmmxt: Likewise.
872
873 * gas/elf/type.e: Updated.
874
875 2003-05-03 H.J. Lu <hjl@gnu.org>
876
877 * gas/ia64/ia64.exp: Add unwind.
878
879 * gas/ia64/unwind.s: New. Test the new section attribute 'o'
880 and the new section type "unwind".
881 * gas/ia64/unwind.d: Likewise.
882
883 2003-05-02 Chris Demetriou <cgd@broadcom.com>
884
885 * gas/mips/mips.exp (mips_arch_init): Reimplement in
886 a way that's safe with ancient versions of tcl/expect.
887
888 2003-05-01 Chris Demetriou <cgd@broadcom.com>
889
890 * gas/mips/mips.exp (mips_arch_init): New function.
891 Call it before setting up architecture array entries.
892
893 2003-05-01 H.J. Lu <hjl@gnu.org>
894
895 * gas/elf/elf.exp (run_list_test): Accept empty $opts.
896 Add type test.
897
898 * gas/elf/type.e: New file.
899 * gas/elf/type.s: Likewise.
900 * gas/elf/type.e-m32r: Likewise.
901 * gas/elf/type.e-mips: Likewise.
902 * gas/elf/type.e-miwmmxt: Likewise.
903
904 2003-05-01 H.J. Lu <hjl@gnu.org>
905
906 * gas/ia64/ia64.exp: Add secname.
907
908 * gas/ia64/secname.s: New. Test the trailing '#' in section
909 name.
910 * gas/ia64/secname.d: Likewise.
911
912 2003-05-01 H.J. Lu <hjl@gnu.org>
913
914 * gas/ia64/ia64.exp: Add "global".
915
916 * gas/ia64/global.d: New file.
917 * gas/ia64/global.s: Likewise.
918
919 2003-04-30 H.J. Lu <hjl@gnu.org>
920
921 * gas/ia64/ia64.exp: Add order.
922
923 * gas/ia64/order.s: New file.
924 * gas/ia64/order.d: Likewise.
925
926 2003-04-29 H.J. Lu <hjl@gnu.org>
927
928 * gas/ia64/ia64.exp: Add align.
929
930 * gas/ia64/align.d: New file.
931 * gas/ia64/align.s: Likewise.
932
933 * ia64/dependency-1.d: Remove the padding.
934
935 2003-04-30 H.J. Lu <hjl@gnu.org>
936
937 * gas/ia64/ia64.exp: Add real.
938
939 * gas/ia64/real.s: New file.
940 * gas/ia64/real.d: Likewise.
941
942 2003-04-29 Nick Clifton <nickc@redhat.com>
943
944 * gas/elf/elf.exp: Invoke symver test.
945 * gas/elf/symver.s: New test case.
946 * gas/elf/symver.d: Expected output.
947
948 2003-04-24 Nick Clifton <nickc@redhat.com>
949
950 * gas/ppc/astest2.s: Add tests for conditional branches with
951 probability indicators.
952 * gas/ppc/astest2.d: Add expected disassembly.
953
954 2003-04-23 H.J. Lu <hjl@gnu.org>
955
956 * gas/ia64/opc-i.s: Add testcases for valid label.
957 * gas/ia64/opc-i.d: Updated.
958
959 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
960
961 * gas/mips/elf-rel-got-n32.d, gas/mips/elf-rel-got-n32.s,
962 gas/mips/elf-rel-got-n64.d, gas/mips/elf-rel-got-n64.s,
963 gas/mips/elf-rel-xgot-n32.d, gas/mips/elf-rel-xgot-n64.d: New.
964 * gas/mips/mips.exp: Test them.
965
966 2003-04-08 Nick Clifton <nickc@redhat.com>
967
968 * gas/m32r/m32r.exp: Run signed-relocs test.
969 * gas/m32r/signed-relocs.s: New file: Test signed relocs.
970 * gas/m32r/signed-relocs.d: New file: Expected results
971
972 * gas/ia64/dependency-1.s: New file: Test read before write dependency.
973 * gas/ia64/dependency-1.d: New file: Expected assembly results.
974 * gas/ia64/ia64.exp: Run the new test.
975
976 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
977
978 * gas/m68hc11/bug-1825.d (_table): Update.
979 * gas/m68hc11/bug-1825.s (_table): Add tests for 16-bit absolute relocs
980
981 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
982
983 * gas/m68hc11/insns.s: Add %page and %addr checks.
984 * gas/m68hc11/insns12.s: Likewise.
985 * gas/m68hc11/insns-dwarf2.d: Update.
986 * gas/m68hc11/insns.d: Update.
987
988 2003-04-04 Chris Demetriou <cgd@broadcom.com>
989
990 * gas/mips/mips5.d: New test.
991 * gas/mips/mips5.l: New test stderr listing.
992 * gas/mips/mips5.s: New test source file.
993 * gas/mips/mips.exp: Run the mips5 test.
994
995 2003-04-03 Philip Blundell <philb@gnu.org>
996
997 * gas/arm/offset.s: New test.
998 * gas/arm/arm.exp (run_errors_test): Run it.
999
1000 2003-04-02 Chris Demetriou <cgd@broadcom.com>
1001
1002 * gas/mips/ulh.d: Adjust for ulh and ulhu macro assembly changes.
1003
1004 * gas/mips/mips.exp: Define new "gpr_ilocks" architecture
1005 property, and add it to mips2 (and later) chips and r3900.
1006 * gas/mips/uld2.s: New test source file.
1007 * gas/mips/ulh2.s: Likewise.
1008 * gas/mips/ulw2.s: Likewise.
1009 * gas/mips/uld2.l: New test stderr listing.
1010 * gas/mips/ulh2.l: Likewise.
1011 * gas/mips/ulw2.l: Likewise.
1012 * gas/mips/uld2-eb.d: New test.
1013 * gas/mips/uld2-el.d: Likewise.
1014 * gas/mips/ulh2-eb.d: Likewise.
1015 * gas/mips/ulh2-el.d: Likewise.
1016 * gas/mips/ulw2-eb-ilocks.d: Likewise.
1017 * gas/mips/ulw2-eb.d: Likewise.
1018 * gas/mips/ulw2-el-ilocks.d: Likewise.
1019 * gas/mips/ulw2-el.d: Likewise.
1020 * gas/mips/mips.exp: Run new tests for appropriate architectures.
1021
1022 2003-04-01 Bob Wilson <bob.wilson@acm.org>
1023
1024 * gas/xtensa/all.exp: New file.
1025 * gas/xtensa/entry_align.s: Likewise.
1026 * gas/xtensa/entry_misalign2.s: Likewise.
1027 * gas/xtensa/entry_misalign.s: Likewise.
1028 * gas/xtensa/j_too_far.s: Likewise.
1029 * gas/xtensa/loop_align.s: Likewise.
1030 * gas/xtensa/loop_misalign.s: Likewise.
1031
1032 2003-03-25 Stan Cox <scox@redhat.com>
1033 Nick Clifton <nickc@redhat.com>
1034
1035 Contribute support for Intel's iWMMXt chip - an ARM variant:
1036
1037 * gas/arm/arm.exp: Run iwmmxt test.
1038 * gas/arm/iwmmxt.s: New test source file.
1039 * gas/arm/iwmmxt.d: New test expected results file.
1040 * gas/elf/elf.exp: Fix section2 test to cope with note section.
1041 * gas/eld/section2.e-miwxxmt: New test expected results file.
1042
1043 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
1044
1045 * gas/mips/branch-misc-2.s: Add branch to symbol in another
1046 section.
1047 * gas/mips/branch-misc-2.l: Update error messages and warnings.
1048
1049 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
1050
1051 * Reverted previous patch.
1052
1053 2003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1054
1055 * gas/mips/bge.d: Reactivate external branch tests.
1056 * gas/mips/bge.s: Likewise.
1057 * gas/mips/bgeu.d: Likewise.
1058 * gas/mips/bgeu.s: Likewise.
1059 * gas/mips/blt.d: Likewise.
1060 * gas/mips/blt.s: Likewise.
1061 * gas/mips/bltu.d: Likewise.
1062 * gas/mips/bltu.s: Likewise.
1063 * gas/mips/branch-misc-2.d: New File.
1064 * gas/mips/branch-misc-2.l: Remove.
1065 * gas/mips/mips.exp: Adjust branch-misc-2 test.
1066
1067 2003-02-21 Nick Clifton <nickc@redhat.com>
1068
1069 * gas/all/test-gen.c: New file: Framework for automatically
1070 generating assembler test files.
1071 * gas/all/test-examples.c: New file: Example of a file using
1072 test-gen.c.
1073
1074 * gas/arm/maverick.c: Rework to produce correct test files and
1075 fix formatting.
1076 * gas/arm/maverick.s: Regenerate.
1077 * gas/arm/maverick.d: Regenerate.
1078 * gas/arm/arm.exp: Always run Maverick tests.
1079
1080 2003-02-21 Richard Sandiford <rsandifo@redhat.com>
1081
1082 * gas/mips/elf-rel14.[sd]: New test.
1083 * gas/mips/mips.exp: Run it.
1084
1085 2003-02-07 Richard Sandiford <rsandifo@redhat.com>
1086
1087 * gas/mips/rel12.[sd], gas/mips/rel13.[sd]: New tests.
1088 * gas/mips/mips.exp: Run them.
1089
1090 2003-02-07 Richard Sandiford <rsandifo@redhat.com>
1091
1092 * gas/mips/expr1.[sd]: New test.
1093 * gas/mips/mips.exp: Run it.
1094
1095 2003-02-06 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
1096
1097 * gas/i386/x86-64-opcode.s: More tests for x86-64 MOVD opcodes.
1098 * gas/i386/x86-64-opcode.d: Adjust to suit.
1099
1100 2003-02-04 Hans-Peter Nilsson <hp@axis.com>
1101
1102 * gas/cris/rd-dw2-1.d: Adjust for dwarf2 directory table change.
1103
1104 2003-02-02 Richard Sandiford <rsandifo@redhat.com>
1105
1106 * gas/mips/elf-rel8.[sd], gas/mips/elf-rel9.[sd],
1107 gas/mips/elf-rel10.[sd], gas/mips/elf-rel11.[sd]: New tests.
1108 * gas/mips/mips.exp: Run elf-rel8 and elf-rel9 for all elf
1109 targets. Run elf-rel10 and elf-rel11 for NewABI targets.
1110
1111 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
1112
1113 * gas/mips/n32-consec.d: New.
1114 * gas/mips/n32-consec.s: New.
1115 * gas/mips/mips.exp (run_list_test_arches): Run it on irix6 and
1116 mips64*-linux* systems.
1117
1118 2003-01-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
1119
1120 * gas/s390/reloc.s: Add test for PLT reloc against locally defined
1121 but global function.
1122 * gas/s390/reloc.d: Likewise.
1123 * gas/s390/reloc64.s: Likewise.
1124 * gas/s390/reloc64.d: Likewise.
1125
1126 2003-01-21 Adrian Bunk <bunk@fs.tum.de>
1127
1128 * gas/sparc/sparc.exp (sparc_elf_setup): All NetBSD ELF targets
1129 should pass these tests.
1130
1131 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
1132
1133 * gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff
1134 relocations.
1135 * gas/s390/reloc.s: Likewise.
1136 * gas/s390/reloc64.d: Likewise.
1137 * gas/s390/reloc64.s: Likewise.
1138
1139 2003-01-07 DJ Delorie <dj@redhat.com>
1140
1141 * gas/xstormy16/reloc-2.d: Adjust for fixed REL12 relocs.
1142
1143 2003-01-02 Jeff Johnston <jjohnstn@redhat.com>
1144
1145 * gas/iq2000: New testsuite.
1146
1147 2003-01-02 Chris Demetriou <cgd@broadcom.com>
1148
1149 * gas/mips/elf_arch_mips32r2.d: Fix file description comment.
1150
1151 2002-12-31 Chris Demetriou <cgd@broadcom.com>
1152
1153 * gas/mips/cp0sel-names-mips32.d: New test.
1154 * gas/mips/cp0sel-names-mips32r2.d: New test.
1155 * gas/mips/cp0sel-names-mips64.d: New test.
1156 * gas/mips/cp0sel-names-numeric.d: New test.
1157 * gas/mips/cp0sel-names-sb1.d: New test.
1158 * gas/mips/cp0sel-names.s: New test source file.
1159 * gas/mips/mips.exp: Run new tests.
1160
1161 2002-12-30 Chris Demetriou <cgd@broadcom.com>
1162
1163 * gas/mips/elf_arch_mips1.d: New test.
1164 * gas/mips/elf_arch_mips2.d: New test.
1165 * gas/mips/elf_arch_mips3.d: New test.
1166 * gas/mips/elf_arch_mips4.d: New test.
1167 * gas/mips/elf_arch_mips5.d: New test.
1168 * gas/mips/elf_arch_mips32.d: New test.
1169 * gas/mips/elf_arch_mips32r2.d: New test.
1170 * gas/mips/elf_arch_mips64.d: New test.
1171 * gas/mips/empty.s: New test source file.
1172 * gas/mips/mips.exp: Run new tests.
1173
1174 * gas/mips/elf_ase_mips16.d: Change to use empty.s
1175 * gas/mips/elf_ase_mips16.s: Remove.
1176
1177 2002-12-30 Chris Demetriou <cgd@broadcom.com>
1178
1179 * gas/mips/cp0-names-mips32r2.d: New test.
1180 * gas/mips/hwr-names-mips32r2.d: New test.
1181 * gas/mips/hwr-names-numeric.d: New test.
1182 * gas/mips/hwr-names.s: New test source file.
1183 * gas/mips/mips32r2.d: New test.
1184 * gas/mips/mips32r2.s: New test source file.
1185 * gas/mips/mips32r2-ill.l: New test.
1186 * gas/mips/mips32r2-ill.s: New test source file.
1187 * gas/mips/mips.exp: Add mips32r2 architecture data array
1188 entry. Run new tests mentioned above.
1189
1190 2002-12-24 Dmitry Diky <diwil@mail.ru>
1191
1192 * gas/msp430: New directory.
1193 * gas/msp430/msp430.exp: Test msp430 assembler.
1194 * gas/msp430/opcode.s: Test source file.
1195 * gas/msp430/opcode.s: Expected disassembly.
1196
1197 2002-12-27 Chris Demetriou <cgd@broadcom.com>
1198
1199 * gas/mips/mips.exp: Define the notion of an "architecture data
1200 array," add comments indicating how to add a new architecture and
1201 suggestions for adding new tests. Populate the architecture data
1202 array with many known architectures and convert many tests to
1203 be run for multiple architectures.
1204 (mips_arches): New global array.
1205 (mips_arch_create, mips_arch_list_all, mips_arch_data)
1206 (mips_arch_displayname, mips_arch_properties)
1207 (mips_arch_as_flags, mips_arch_objdump_flags, mips_arch_matches)
1208 (mips_arch_list_matching): New functions to operate on mips_arches.
1209 (run_dump_test_arch, run_dump_test_arches, run_list_test_arch)
1210 (run_list_test_arches): New functions.
1211 (run_list_test): Document and add an optional "test name" argument.
1212 * gas/mips/abs.d: Remove CPU-specific assembler and objdump flags,
1213 and CPU names from test names.
1214 * gas/mips/add.d: Likewise.
1215 * gas/mips/and.d: Likewise.
1216 * gas/mips/dli.d: Likewise.
1217 * gas/mips/jal-empic-elf-2.d: Likewise.
1218 * gas/mips/jal-empic-elf-3.d: Likewise.
1219 * gas/mips/jal-empic-elf.d: Likewise.
1220 * gas/mips/lb-svr4pic.d: Likewise.
1221 * gas/mips/lb.d: Likewise.
1222 * gas/mips/mips32.d: Likewise.
1223 * gas/mips/mips4.d: Likewise.
1224 * gas/mips/mips64.d: Likewise.
1225 * gas/mips/rol-hw.d: Likewise.
1226 * gas/mips/rol.d: Likewise.
1227 * gas/mips/rol64-hw.d: Likewise.
1228 * gas/mips/rol64.d: Likewise.
1229 * gas/mips/elf-jal.d: Likewise. Also, indicate ELF in test name.
1230 * gas/mips/mips64-mdmx.d: Tweak printed name to indicate that this
1231 test uses the -mdmx flag.
1232 * gas/mips/mips64-mips3d.d: Tweak printed name to indicate that
1233 this test uses the -mips3d flag.
1234 * gas/mips/mips64-mips3d-incl.d: New file.
1235
1236 2002-12-27 Chris Demetriou <cgd@broadcom.com>
1237
1238 * gas/mips/cp0-names-mips32.d: New file.
1239 * gas/mips/cp0-names-mips64.d: New file.
1240 * gas/mips/cp0-names-numeric.d: New file.
1241 * gas/mips/cp0-names-sb1.d: New file.
1242 * gas/mips/cp0-names.s: New file.
1243 * gas/mips/fpr-names-32.d: New file.
1244 * gas/mips/fpr-names-64.d: New file.
1245 * gas/mips/fpr-names-n32.d: New file.
1246 * gas/mips/fpr-names-numeric.d: New file.
1247 * gas/mips/fpr-names.s: New file.
1248 * gas/mips/gpr-names-32.d: New file.
1249 * gas/mips/gpr-names-64.d: New file.
1250 * gas/mips/gpr-names-n32.d: New file.
1251 * gas/mips/gpr-names-numeric.d: New file.
1252 * gas/mips/gpr-names.s: New file.
1253 * gas/mips/mips.exp: Run new tests.
1254
1255 2002-12-20 Chris Demetriou <cgd@broadcom.com>
1256
1257 * lib/gas-defs.exp (run_dump_test): Add a new optional argument,
1258 "extra_options".
1259
1260 2002-12-18 Chris Demetriou <cgd@broadcom.com>
1261
1262 * gas/mips/rol.s: Add ".set noat" and some new instructions to test.
1263 * gas/mips/rol64.s: Likewise.
1264 * gas/mips/rol.l: New file.
1265 * gas/mips/rol.d: Adjust to use rol.l and for rol.s changes.
1266 * gas/mips/rol64.l: New file.
1267 * gas/mips/rol64.d: Adjust to use rol64.l and for rol64.s changes.
1268 * gas/mips/rol-hw.d: New file.
1269 * gas/mips/rol-hw.l: New file.
1270 * gas/mips/rol64-hw.d: New file.
1271 * gas/mips/rol64-hw.l: New file.
1272 * gas/mips/mips.exp: Run rol-hw and rol64-hw tests.
1273
1274 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1275
1276 * gas/mips/beq.d: Comment out branches to undefined symbols,
1277 no longer supported.
1278 * gas/mips/beq.s: Likewise.
1279 * gas/mips/bge.d: Likewise.
1280 * gas/mips/bge.s: Likewise.
1281 * gas/mips/bgeu.d: Likewise.
1282 * gas/mips/bgeu.s: Likewise.
1283 * gas/mips/blt.d: Likewise.
1284 * gas/mips/blt.s: Likewise.
1285 * gas/mips/bltu.d: Likewise.
1286 * gas/mips/bltu.s: Likewise.
1287 * gas/mips/mips.exp: Change branch-misc-2 test to run_list_test.
1288 * gas/mips/branch-misc-2.d: Removed.
1289 * gas/mips/branch-misc-2.s: Added branches to undefined symbols.
1290 * gas/mips/branch-misc-2.l: New.
1291
1292 2002-12-09 Aldy Hernandez <aldyh@redhat.com>
1293
1294 * gas/ppc/booke.d: Fix msync and mbar to reflect reality.
1295
1296 * gas/ppc/e500.d: Fix m[tf]pmr to reflect reality.
1297
1298 2002-12-08 Stephane Carrez <stcarrez@nerim.fr>
1299
1300 * gas/m68hc11/m68hc11.exp (gas_m68hc11_error): New function;
1301 (gas_m68hc11_warning): New function.
1302 (gas_m68hc11_message): New function.
1303 (top): New tests for assembler errors.
1304 (gas_m68hc11_opcode_list): New function.
1305 (top): New tests for opcode list.
1306
1307 2002-12-08 Stephane Carrez <stcarrez@nerim.fr>
1308
1309 * gas/m68hc11/bug-1825.s: Add some tests.
1310 * gas/m68hc11/bug-1825.d: Update.
1311 * gas/m68hc11/opers12.d: Update.
1312 * gas/m68hc11/opers12-dwarf2.d: Update.
1313
1314 2002-12-05 Richard Henderson <rth@redhat.com>
1315
1316 * gas/ia64/ltoff22x-1.[ds]: New.
1317 * gas/ia64/ia64.exp: Run it.
1318
1319 2002-12-05 Jim Wilson <wilson@redhat.com>
1320
1321 * gas/ia64/opc-x.d: Regenerate.
1322
1323 2002-12-05 Alan Modra <amodra@bigpond.net.au>
1324
1325 * gas/arm/adrl.s: Pad end of .text.
1326 * gas/arm/adrl.d: Adjust to suit.
1327
1328 2002-12-04 David Mosberger <davidm@hpl.hp.com>
1329
1330 * gas/ia64/opc-b.d: Update for instructions added by SDM2.1.
1331 * gas/ia64/opc-b.s: Ditto.
1332 * gas/ia64/opc-f.d: Ditto.
1333 * gas/ia64/opc-f.s: Ditto.
1334 * gas/ia64/opc-i.d: Ditto.
1335 * gas/ia64/opc-i.s: Ditto.
1336 * gas/ia64/opc-m.d: Ditto.
1337 * gas/ia64/opc-m.s: Ditto.
1338 * gas/ia64/opc-x.d: Ditto.
1339 * gas/ia64/opc-x.s: Ditto.
1340
1341 2002-12-03 Richard Henderson <rth@redhat.com>
1342
1343 * gas/ia64/ldxmov-1.[ds]: New.
1344 * gas/ia64/ldxmov-2.[ls]: New.
1345 * gas/ia64/ia64.exp: Run them.
1346
1347 2002-12-03 Alan Modra <amodra@bigpond.net.au>
1348
1349 * gas/arm/adrl.s: Test behaviour against globals too.
1350 * gas/arm/adrl.d: Adjust.
1351
1352 2002-12-02 Nick Clifton <nickc@redhat.com>
1353
1354 * gasp: Remove entire directory tree. (Gasp has been removed from
1355 binutils).
1356 * config/default.asp (GASP): Remove definition and initialization.
1357
1358 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
1359
1360 * gas/m68hc11/m68hc11.exp: Rename from all.exp; run the new tests.
1361 * gas/m68hc11/all.exp: Remove.
1362 * gas/m68hc11/indexed12.d: New test.
1363 * gas/m68hc11/indexed12.s: Likewise.
1364 * gas/m68hc11/bug-1825.d: Likewise.
1365 * gas/m68hc11/bug-1825.s: Likewise.
1366
1367 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
1368
1369 * gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
1370 can find the real symbol and not a gas internal debug symbol.
1371 * gas/m68hc11/insns.d: Update.
1372 * gas/m68hc11/insns-dwarf2.d: Update.
1373 * gas/m68hc11/insns12.d: Update.
1374 * gas/m68hc11/opers12.s (min5b, min9b): Use 16 and -256 for the min.
1375 * gas/m68hc11/opers12.d: Update after indexed offset operand fixes.
1376 * gas/m68hc11/opers12-dwarf2.d: Likewise.
1377
1378 2002-11-30 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1379
1380 * sh/gas/sh/pic.s: Add a test for ".long foo@PLT+.-2-label".
1381 * sh/gas/sh/pic.d: Add expected output.
1382
1383 2002-11-29 Nick Clifton <nickc@redhat.com>
1384
1385 * gas/arm/arch5tej.s: Replace "nop"s with tests of breakpoint
1386 instruction.
1387 * gas/arm/arch5tej.d: Expect "bkpt"s not nops.
1388
1389 2002-11-26 Hans-Peter Nilsson <hp@axis.com>
1390
1391 * gas/cris/rd-bcnst.d, gas/cris/rd-bcnst.d: New test.
1392
1393 2002-11-25 DJ Delorie <dj@redhat.com>
1394
1395 * gas/xstormy16/allinsn.d: Fix sdiv/sdivlh encodings.
1396
1397 2002-11-19 DJ Delorie <dj@redhat.com>
1398
1399 * gas/xstormy16/allinsn.sh: Add sdiv, divlh, and sdivlh.
1400 * gas/xstormy16/allinsn.d: Regenerate.
1401 * gas/xstormy16/allinsn.s: Regenerate.
1402
1403 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
1404
1405 * gas/all/gas.exp: Setup for tic4x testcase
1406 * gas/macros/macros.exp: Ditto
1407 * gas/tic4x: New tic4x gas testsuite directory
1408 * gas/tic4x/addressing.s: Create. Fix bug in one insn
1409 * gas/tic4x/addressing_c3x.d: Create and update
1410 * gas/tic4x/addressing_c4x.d: Create and update
1411 * gas/tic4x/allopcodes.S: Create. Add support for new
1412 opclass.h changes.
1413 * gas/tic4x/data.d: Create
1414 * gas/tic4x/data.s: Create
1415 * gas/tic4x/float.d: Create
1416 * gas/tic4x/float.s: Create
1417 * gas/tic4x/opclasses.h: Create. Added testsuites for the
1418 new enhanced opcodes.
1419 * gas/tic4x/opcodes.s: Create (regenerate).
1420 * gas/tic4x/opcodes_c3x.d: Create. Updated from enhanced
1421 changes
1422 * gas/tic4x/opcodes_c4x.d: Create. Ditto.
1423 * gas/tic4x/rebuild.sh: Create
1424 * gas/tic4x/registers.s: Create
1425 * gas/tic4x/registers_c3x.d: Create
1426 * gas/tic4x/registers_c4x.d: Create
1427 * gas/tic4x/zeros.d: Create
1428 * gas/tic4x/zeros.s: Create
1429 * gas/tic4x/opcodes_new.d: Added new testsuite for
1430 the enhanced and special insns.
1431 * gas/tic4x/tic4x.exp: Create. Added the opcodes_new testsuite
1432
1433 2002-11-12 Alan Modra <amodra@bigpond.net.au>
1434
1435 * gas/ppc/booke.d: Adjust output for corrected condition reg.
1436
1437 2002-11-07 Nick Clifton <nickc@redhat.com>
1438
1439 * gas/all/gas.exp: Only run fastcall test for x86 PE targets.
1440
1441 2002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
1442
1443 * gas/all/gas.exp: Run fastcall label handling test.
1444 * gas/all/fastcall.s: New file for testing handling of fastcall
1445 labels.
1446
1447 2002-11-01 H.J. Lu <hjl@gnu.org>
1448
1449 * gas/i386/i386.exp: Add "sub".
1450
1451 * gas/i386/sub.d: New.
1452 * gas/i386/sub.s: New.
1453
1454 2002-10-22 H.J. Lu <hjl@gnu.org>
1455
1456 * gas/mips/branch-misc-2.d: Updated.
1457
1458 2002-10-23 Hans-Peter Nilsson <hp@axis.com>
1459
1460 * gas/cris/rd-pcrel1.d, gas/cris/rd-pcrel1.s,
1461 gas/cris/rd-pcrel2.d, gas/cris/rd-pcrel2.s: New tests.
1462
1463 2002-10-21 Richard Sandiford <rsandifo@redhat.com>
1464
1465 * gas/mips/elf-rel7.[sd]: New test.
1466 * gas/mips/mips.exp: Run it.
1467
1468 2002-10-12 Alexandre Oliva <aoliva@redhat.com>
1469
1470 * gas/mips/mips.exp: Don't xfail relax.
1471 * gas/mips/relax.s: Increase coverage.
1472 * gas/mips/relax.d: Add expected output. Use relax.l for as stderr.
1473 * gas/mips/relax.l: New file.
1474
1475 2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1476
1477 * gas/sh/tlsd.s, gas/sh/tlsd.d: New.
1478 * gas/sh/tlsnopic.s, gas/sh/tlsnopic.d: New.
1479 * gas/sh/tlspic.s, gas/sh/tlspic.d: New.
1480 * gas/sh/basic.exp: Add new tests.
1481
1482 2002-10-09 Stephen Clarke <stephen.clarke@superh.com>
1483
1484 * gas/elf.exp: Don't run for sh64*-*-linux*, because it sets the
1485 lsb in SHmedia code addresses.
1486 * gas/sh/basic.exp: Force SHcompact for sh64*-*-linux* to enable
1487 recognition of SH-1/2/3/4 instructions.
1488 (proc do_fp): Do not run dsp tests for sh64*-*-linux*.
1489 * gas/sh/sh64/abi-32.d: Adjust expected output to include
1490 sh64*-*-linux* formats too.
1491 * gas/sh/sh64/abi-64.d, gas/sh/sh64/basic-1.d,
1492 gas/sh/sh64/case-1.d, gas/sh/sh64/case-noexp-1.d,
1493 gas/sh/sh64/crange1-1.d, gas/sh/sh64/crange1-2.d,
1494 gas/sh/sh64/crange2-1.d, gas/sh/sh64/crange2-2.d,
1495 sh/sh64/crange2-noexp-1.d, gas/sh/sh64/crange3-1.d,
1496 gas/sh/sh64/crange4-1.d, gas/sh/sh64/crange5-1.d,
1497 gas/sh/sh64/creg-1.d, gas/sh/sh64/creg-2.d, gas/sh/sh64/datal-2.d,
1498 gas/sh/sh64/datal32-1.d, gas/sh/sh64/datal32-3.d,
1499 gas/sh/sh64/datal64-1.d, gas/sh/sh64/datal64-3.d,
1500 gas/sh/sh64/endian-1.d, gas/sh/sh64/endian-2.d,
1501 gas/sh/sh64/err-noexp-cmd1.s, gas/sh/sh64/immexpr32-1.d,
1502 gas/sh/sh64/immexpr32-2.d, gas/sh/sh64/immexpr64-1.d,
1503 gas/sh/sh64/immexpr64-2.d, gas/sh/sh64/lineno.d,
1504 gas/sh/sh64/localcom-1.d, gas/sh/sh64/mix-1.d,
1505 gas/sh/sh64/mix-noexp-1.d, gas/sh/sh64/movi-3.d,
1506 gas/sh/sh64/movi32-1.d, gas/sh/sh64/movi32-2.d,
1507 gas/sh/sh64/movi32-noexp-2.d, gas/sh/sh64/movi64-1.d,
1508 gas/sh/sh64/movi64-2.d, gas/sh/sh64/movi64-3.d,
1509 gas/sh/sh64/movi64-noexp-2.d, gas/sh/sh64/pt-1.d,
1510 gas/sh/sh64/pt-noexp-1.d, gas/sh/sh64/pt32-1.d,
1511 gas/sh/sh64/pt32-noexp-2.d, gas/sh/sh64/pt64-1.d,
1512 gas/sh/sh64/pt64-32-1.d, gas/sh/sh64/pt64-32-2.d,
1513 gas/sh/sh64/pt64-noexp-2.d, gas/sh/sh64/ptc32-1.d,
1514 gas/sh/sh64/ptc32-noexp-1.d, gas/sh/sh64/ptc64-1.d,
1515 gas/sh/sh64/ptc64-32-1.d, gas/sh/sh64/ptc64-noexp-1.d,
1516 gas/sh/sh64/ptext32-1.d, gas/sh/sh64/ptext32-noexp-1.d,
1517 gas/sh/sh64/ptext64-1.d, gas/sh/sh64/ptext64-32-1.d,
1518 gas/sh/sh64/ptext64-noexp-1.d, gas/sh/sh64/rel32-1.d,
1519 gas/sh/sh64/rel32-2.d, gas/sh/sh64/rel32-3.d,
1520 gas/sh/sh64/rel32-4.d, gas/sh/sh64/rel32-5.d,
1521 gas/sh/sh64/rel64-1.d, gas/sh/sh64/rel64-2.d,
1522 gas/sh/sh64/rel64-3.d, gas/sh/sh64/rel64-4.d,
1523 gas/sh/sh64/rel64-5.d, gas/sh/sh64/relax-1.d,
1524 gas/sh/sh64/relax-2.d, gas/sh/sh64/relax-3.d,
1525 gas/sh/sh64/shift32-1.d, gas/sh/sh64/shift32-3.d,
1526 gas/sh/sh64/shift32-noexp-3.d, gas/sh/sh64/shift64-1.d,
1527 gas/sh/sh64/shift64-2.d, gas/sh/sh64/shift64-3.d,
1528 gas/sh/sh64/shift64-noexp-3.d, gas/sh/sh64/syntax-1.d,
1529 gas/sh/sh64/syntax-2.d, gas/sh/sh64/ua32-1.d,
1530 gas/sh/sh64/ua64-1.d: Likewise.
1531
1532 2002-10-03 Chris Demetriou <cgd@broadcom.com>
1533
1534 * gas/mips/mips-no-jalx.l: Make error message regexps accomodate
1535 tools which target a specific CPU by default.
1536
1537 2002-10-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1538
1539 * testsuite/gas/sh/pcrel2.d: Check code also.
1540
1541 2002-10-02 Stephen Clarke <stephen.clarke@superh.com>
1542
1543 * gas/sh/sh64/ptc32-noexp-1.d: Adjust for changes to *ABS*
1544 symbol generation.
1545 * gas/sh/sh64/ptc64-noexp-1.d: Likewise.
1546
1547 2002-09-30 H.J. Lu <hjl@gnu.org>
1548
1549 * gas/mips/mips.exp: Undo the last change.
1550
1551 2002-09-30 H.J. Lu <hjl@gnu.org>
1552
1553 * gas/mips/mips.exp: Set xfail on empic, empic2, empic3_g1 and
1554 empic3_g2 on Linux/mips.
1555
1556 2002-09-30 H.J. Lu <hjl@gnu.org>
1557
1558 * gas/mips/vr4120.d: Use "#pass" instead of "#..." to skip the
1559 rest of output.
1560
1561 2002-09-30 Gavin Romig-Koch <gavin@redhat.com>
1562 Ken Raeburn <raeburn@cygnus.com>
1563 Aldy Hernandez <aldyh@redhat.com>
1564 DJ Delorie <dj@redhat.com>
1565 Michael Meissner <meissner@redhat.com>
1566 Eric Christopher <echristo@redhat.com>
1567 Richard Sandiford <rsandifo@redhat.com>
1568
1569 * gas/mips/mips4100.[sd]: Move dmadd16 and madd16 checks to...
1570 * gas/mips/vr4111.[sd]: ...this new test.
1571 * gas/mips/vr4120.[sd],
1572 * gas/mips/vr4122.[sd],
1573 * gas/mips/vr5400.[sd],
1574 * gas/mips/vr5500.[sd]: New tests.
1575 * mips.exp: Run them.
1576
1577 2002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1578
1579 * gas/sh/pcrel2.s: New.
1580 * gas/sh/pcrel2.d: New.
1581 * gas/sh/basic.exp: Add pcrel2 test.
1582
1583 2002-09-27 Jason Thorpe <thorpej@wasabisystems.com>
1584
1585 * gas/vax/elf-rel.[ds]: New test.
1586 * gas/vax/quad.exp: Move contents to...
1587 * gas/vax/vax.exp: ...here. New file.
1588
1589 2002-09-27 H.J. Lu <hjl@gnu.org>
1590
1591 * gas/mips/mips-jalx.s: Add ".p2align 4".
1592 * gas/mips/mips16-jalx.s: Likewise.
1593
1594 * gas/mips/mips-jalx.d: Check nop.
1595 * gas/mips/mips16-jalx.d: Likewise.
1596
1597 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1598
1599 * gas/mips/mips-jalx.d: New file, check jalx assembly.
1600 * gas/mips/mips-jalx.s: Likewise.
1601 * gas/mips/mips-no-jalx.l: Likewise.
1602 * gas/mips/mips-no-jalx.s: Likewise.
1603 * gas/mips/mips16-jalx.d: Likewise.
1604 * gas/mips/mips16-jalx.s: Likewise.
1605 * gas/mips/mips.exp: Add new tests.
1606
1607 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1608
1609 * gas/mips/jal-range.s: Fix jump overflow check.
1610 * gas/mips/jal-range.l: Likewise.
1611
1612 2002-09-23 Nick Clifton <nickc@redhat.com>
1613
1614 * gas/arm/armv1-bad.s: Add LDM and STM instructions which are
1615 unpredictable because of their use of the writeback bit.
1616
1617 2002-09-21 Nick Clifton <nickc@redhat.com>
1618
1619 * gas/arm/inst.s: Fix UNPREDICATABLE use of writeback in LDM/STM
1620 instructions.
1621 * gas/arm/inst.d: Update expected results.
1622
1623 2002-09-19 Jakub Jelinek <jakub@redhat.com>
1624
1625 * gas/i386/tlspic.s: Add tests.
1626 * gas/i386/tlspic.d: Regenerated.
1627 * gas/i386/tlsnopic.s: Add tests.
1628 * gas/i386/tlsnopic.d: Regenerated.
1629
1630 2002-09-19 Richard Henderson <rth@redhat.com>
1631
1632 * gas/alpha/elf-reloc-7.s: New.
1633 * gas/alpha/elf-reloc-7.d: New.
1634 * gas/alpha/alpha.exp: Run it.
1635
1636 2002-09-18 Chris Demetriou <cgd@broadcom.com>
1637
1638 * gas/mips/mips-abi32-pic2.s: New file.
1639 * gas/mips/mips-abi32-pic2.d: New file.
1640 * gas/mips/mips.exp: Run new test.
1641
1642 2002-09-18 Chris Demetriou <cgd@broadcom.com>
1643
1644 * gas/mips/baddata1.s: New file.
1645 * gas/mips/baddata1.l: New file.
1646 * gas/mips/mips.exp: Run new test.
1647
1648 2002-09-18 Chris Demetriou <cgd@broadcom.com>
1649
1650 * gas/mips/branch-misc-1.d: New file.
1651 * gas/mips/branch-misc-1.s: New file.
1652 * gas/mips/branch-misc-2.s: New file.
1653 * gas/mips/branch-misc-2.d: New file.
1654 * gas/mips/mips.exp: Run new tests.
1655
1656 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1657
1658 * gas/mips/jal-range.s: Check for jal overflows.
1659 * gas/mips/jal-range.l: List file for it.
1660 * gas/mips/mips.exp: Use it.
1661
1662 2002-09-08 Ben Elliston <bje@redhat.com>
1663
1664 * gas/hppa/basic/basic.exp: Update DejaGnu mail address.
1665 * gas/hppa/parse/parse.exp: Likewise.
1666 * gas/hppa/reloc/reloc.exp: Likewise.
1667 * gas/hppa/unsorted/unsorted.exp: Likewise.
1668 * gas/mn10200/basic.exp: Likewise.
1669 * gas/mn10300/basic.exp: Likewise.
1670 * gas/sh/basic.exp: Likewise.
1671 * gas/sh/sh64/sh64.exp: Likewise.
1672 * gas/v850/basic.exp: Likewise.
1673 * lib/gas-defs.exp: Likewise.
1674
1675 * gas/all/gas.exp: Removing limping support for DejaGnu 1.1.1.
1676 * gasp/gasp.exp: Likewise.
1677
1678 2002-09-05 Alan Modra <amodra@bigpond.net.au>
1679
1680 * gas/i386/absrel.s: New.
1681 * gas/i386/absrel.d: New.
1682 * gas/i386/pcrel.s: New.
1683 * gas/i386/pcrel.d: New.
1684 * gas/i386/i386.exp: Run them.
1685 * gas/testsuite/gas/mmix/comment-1.d: Don't test the symbol
1686 index, the name will do.
1687 * gas/mri/moveml.d: Escape dots.
1688 * gas/macros/macros.exp (strings): Add rs6000-*-* to xfails.
1689 * gas/mips/beq.s: Don't make text_label global.
1690 * gas/mips/mips32.s: Likewise.
1691 * gas/mips/mips64-mips3d.s: Likewise.
1692
1693 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1694
1695 * gas/mcore/allinsn.d: Escape dots. Pass -z to objdump and adjust
1696 to suit. Match coff relocs. Match "from address pool" comments.
1697 * gas/sparc/pcrel.s: Use 2b label in expressions.
1698 * gas/sparc/pcrel64.s: Likewise.
1699 * gas/sparc/pcrel.d: Adjust to suit.
1700 * gas/sparc/pcrel64.d: Likewise.
1701 * gas/vtable/vtable.exp: Move xfails to ..
1702 (proc vtable_setup_xfails): .. here. Add i866.
1703
1704 * gas/macros/macros.exp (strings): Update xfails.
1705
1706 2002-08-26 Alan Modra <amodra@bigpond.net.au>
1707
1708 * gas/m68k/all.exp: xfail non-ELF targets on pcrel test.
1709
1710 * gas/m68hc11/insns.d: Quote dots.
1711 * gas/m68hc11/opers12.d: Likewise.
1712
1713 * gas/ieee-fp/x930509a.exp: Run the test but xfail. Add c80 to xfails.
1714
1715 * gas/vax/quad.exp: Use quad_elf.s for ELF targets.
1716 * gas/vax/quad.s: Align
1717 * gas/vax/quad_elf.s: New version of quad.s with %reg.
1718
1719 * gas/sparc/sparc.exp (sparc_elf_setup): New.
1720 Use it to xfail for non-ELF targets.
1721
1722 * gas/tic54x/align.s: Add comment.
1723 * gas/tic54x/align.d: Adjust .text size for 2002-05-23 write.c change.
1724 * gas/tic54x/extaddr.d: Similarly adjust disassembly tail.
1725
1726 2002-08-22 Nick Clifton <nickc@redhat.com>
1727
1728 * gas/arm/arch5tej.s: Add nops to align output.
1729 * gas/arm/arch5tej.d: Expect nops.
1730 * gas/arm/arm7t.s: Add nops, remove thumb instructions.
1731 * gas/arm/arm7t.d: Expect nops.
1732 * gas/arm/armv1.s: Add nops.
1733 * gas/arm/armv1.d: Expect nops.
1734 * gas/arm/fpa-mem.s: Add nops.
1735 * gas/arm/fpa-mem.d: Expext nops.
1736 * gas/arm/vfp1.s: Add nops.
1737 * gas/arm/vfp1.d: Expect nops.
1738 * gas/arm/xscale.s: Add nops.
1739 * gas/arm/xscale.d: Expect nops.
1740 * gas/arm/arm.exp: Do not run thumb tests for arm-aout
1741 toolchain.
1742
1743 2002-08-22 Alan Modra <amodra@bigpond.net.au>
1744
1745 * gas/ppc/ppc.exp: Don't run e500 test on xcoff targets.
1746 * gas/ppc/astest2.d: Escape dots.
1747
1748 2002-08-20 Richard Sandiford <rsandifo@redhat.com>
1749
1750 * gas/mips/rol.s: Add rotate by zero tests.
1751 * gas/mips/rol.d: Update accordingly.
1752 * gas/mips/rol64.d: Expect rotates by zero to use dsrl.
1753
1754 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1755
1756 From matthew green <mrg@redhat.com>
1757 * e500.s: New tests for e500 instructions.
1758 * e500.d: Results for new test.
1759 * ppc.exp: Test e500.s.
1760
1761 2002-08-16 Stephen Clarke <stephen.clarke@superh.com>
1762
1763 * gas/sh/sh64/datal32-3.d: Formatting change to match the current
1764 output of objdump.
1765
1766 2002-08-16 Alan Modra <amodra@bigpond.net.au>
1767
1768 * gas/all/gas.exp (forward references): Don't test c30.
1769 * gas/d30v/guard-debug.d: Use -gstabs rather than -g.
1770 * gas/elf/ehopt0.s: Don't use "$" in labels.
1771 * gas/ieee-fp/x930509a.exp: Don't test c30.
1772 * gas/m68hc11/malis.d: Adjust -I so that test runs when not building
1773 in source dir.
1774 * gas/mri/mri.exp: Don't run on "m68hc*".
1775 * gas/sh/basic.exp (do_fp): Match LE too.
1776 (pcrel-coff): Run this version for "sh*-pe*" and rename "sh*-hms" to
1777 "sh*-rtems".
1778 * gas/sh/pcrel-coff.d: Add -EB to objdump flags.
1779 * gas/vtable/vtable.exp: Don't run on linuxecoff. setup_xfail in
1780 preference to not running on ELF targets that might one day pass.
1781 Add more xfails. Add more targets to the REL list.
1782
1783 2002-08-14 H.J. Lu <hjl@gnu.org>
1784
1785 * gas/mips/elempic.d: Treat "addiu" and "daddiu" as equivalent
1786 when $0 is source.
1787 * gas/mips/telempic.d: Likewise.
1788 * gas/mips/telempic.d: Likewise.
1789
1790 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1791
1792 * gas/m68hc11/all.exp: Run the new test.
1793 * gas/m68hc11/insns12.s: New file to test specific 68HC12 insns.
1794 * gas/m68hc11/insns12.d: New file.
1795 * gas/m68hc11/branchs12.s: New test.
1796 * gas/m68hc11/branchs12.d: New test.
1797
1798 * gas/m68hc11/all_insns.d: Dump the relocs to verify that they
1799 are against symbols and not sections (for linker relaxation).
1800 * gas/m68hc11/insns-dwarf2.d: Likewise.
1801 * gas/m68hc11/insns.d: Likewise.
1802 * gas/m68hc11/lbranch.d: Likewise.
1803 * gas/m68hc11/lbranch-dwarf2.d: Likewise.
1804 * gas/m68hc11/opers12.d: Likewise.
1805 * gas/m68hc11/opers12-dwarf2.d: Likewise.
1806
1807 2002-08-12 Richard Sandiford <rsandifo@redhat.com>
1808
1809 * gas/mips/elf-consthilo.[sd]: New test.
1810 * gas/mips/mips.exp: Run it.
1811
1812 2002-08-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1813
1814 * gas/mips/empic.d: Treat "addiu" and "daddiu" as equivalent when
1815 $0 is source.
1816
1817 2002-08-09 Jakub Jelinek <jakub@redhat.com>
1818
1819 * gas/i386/gotpc.s: New.
1820 * gas/i386/gotpc.d: New.
1821 * gas/i386/i386.exp: Add gotpc test.
1822
1823 2002-08-06 Alan Modra <amodra@bigpond.net.au>
1824
1825 * gas/ppc/altivec_xcoff64.d: Adjust for aix5 target.
1826 * gas/ppc/booke_xcoff64.d: Likewise. Also fix relocs.
1827
1828 2002-08-01 H.J. Lu <hjl@gnu.org>
1829
1830 * gas/mips/elf-rel6.s: Add ".p2align 4".
1831 * gas/mips/elf-rel6.d: Check nop.
1832
1833 2002-08-01 Richard Sandiford <rsandifo@redhat.com>
1834
1835 * gas/mips/elf-rel6.[sd]: New test.
1836 * gas/mips/mips.exp: Run it.
1837
1838 2002-07-29 Chris Demetriou <cgd@broadcom.com>
1839
1840 * gas/mips/elf_ase_mips16.d: New file to test ELF MIPS16 ASE marking.
1841 * gas/mips/elf_ase_mips16.s: Likewise.
1842 * gas/mips/mips.exp: Run the new test.
1843
1844 2002-07-26 Alan Modra <amodra@bigpond.net.au>
1845
1846 * gas/ppc/altivec.d: Invoke "as" with "-a32".
1847
1848 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
1849
1850 * gas/mips/mips-gp32-fp64.d,
1851 * gas/mips/mips-gp32-fp64-pic.d: Add -mfp64.
1852
1853 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
1854
1855 * gas/mmix/list-pseudoints.l: Adjust for changes in gas section
1856 padding.
1857 * gas/mmix/greg7.d: Ditto.
1858 * gas/mmix/greg8.d: Ditto.
1859 * gas/mmix/fb-2.d: Ditto.
1860 * gas/mmix/comment-1.d: Ditto.
1861 * gas/mmix/byte-1.d: Ditto.
1862
1863 2002-07-17 H.J. Lu <hjl@gnu.org>
1864
1865 * gas/ia64/dv-branch.d: Updated.
1866 * gas/ia64/opc-b.d: Likewise.
1867
1868 2002-07-08 Alan Modra <amodra@bigpond.net.au>
1869
1870 * gas/i386/intel16.s: New.
1871 * gas/i386/intel16.d: New.
1872 * gas/i386/i386.exp: Run it.
1873
1874 2002-07-03 Alan Modra <amodra@bigpond.net.au>
1875
1876 * lib/gas-defs.exp (run_dump_test): Run objdump/nm/objcopy/readelf
1877 with LC_ALL=C to ensure consistent sorting.
1878
1879 2002-06-18 Dave Brolley <brolley@redhat.com>
1880
1881 * gas/frv: New testsuite.
1882
1883 Mon Jun 17 16:23:59 2002 J"orn Rennecke <joern.rennecke@superh.com>
1884
1885 * gas/sh/dsp.s: Add three more instructions.
1886 * gas/sh/dsp.d: Update.
1887
1888 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
1889
1890 * gas/mips/lineno.d: Use --gstabs.
1891 * gas/mips/mips.exp (lineno.s): Remove XFAIL.
1892
1893 2002-06-12 Tom Rix <trix@redhat.com>
1894
1895 * gas/ppc/aix.exp: Run tests for all versions of powerpc AIX. Add
1896 text alignment tests.
1897 * gas/ppc/textalign-xcoff-001.d: New Test.
1898 * gas/ppc/textalign-xcoff-002.d: New Test.
1899 * gas/ppc/test1xcoff32.d : Change text section alignment.
1900 * gas/ppc/booke_xcoff.d: Remove invalid pad.
1901
1902 2002-06-06 J"orn Rennecke <joern.rennecke@superh.com>
1903
1904 * testsuite/gas/sh/pcrel.s: Also test @(symbol,pc).
1905 * testsuite/gas/sh/pcrel.d: Update.
1906 * testsuite/gas/sh/pcrel.l: New file.
1907
1908 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1909
1910 * gas/hppa/basic/add.s: Set code level to 1.1.
1911 * gas/hppa/basic/branch.s: Likewise.
1912 * gas/hppa/basic/dcor.s: Likewise.
1913 * gas/hppa/basic/logical.s: Likewise.
1914 * gas/hppa/basic/shladd.s: Likewise.
1915 * gas/hppa/basic/sub.s: Likewise.
1916 * gas/hppa/basic/unit.s: Likewise.
1917 * gas/hppa/unsorted/unsorted.exp: Return if target "*-*-linux*".
1918
1919 2002-05-31 Chris G. Demetriou <cgd@broadcom.com>
1920
1921 * gas/mips/sb1-ext-mdmx.s: New file.
1922 * gas/mips/sb1-ext-mdmx.d: Likewise.
1923 * gas/mips/mips.exp: Run new "sb1-ext-mdmx" test.
1924
1925 2002-05-31 Chris G. Demetriou <cgd@broadcom.com>
1926
1927 * gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
1928 mipsisa64*-*-* targets, rather than e32-rel2 and e32el-rel2.
1929
1930 2002-05-30 Chris G. Demetriou <cgd@broadcom.com>
1931
1932 * gas/mips/mips64-mdmx.s: Tweak to more thoroughly cover
1933 instruction encodings.
1934 * gas/mips/mips64-mdmx.d: Likewise.
1935
1936 2002-05-30 Chris G. Demetriou <cgd@broadcom.com>
1937
1938 * gas/mips/mips64-mdmx.s: New file.
1939 * gas/mips/mips64-mdmx.d: Likewise.
1940 * gas/mips/mips.exp: Run new "mips64-mdmx" test.
1941
1942 2002-05-30 Richard Henderson <rth@redhat.com>
1943
1944 * gas/alpha/elf-tls-1.s, gas/alpha/elf-tls-1.d: New.
1945 * gas/alpha/elf-tls-2.s, gas/alpha/elf-tls-1.l: New.
1946 * gas/alpha/elf-tls-3.s, gas/alpha/elf-tls-1.l: New.
1947 * gas/alpha/alpha.exp: Run them.
1948
1949 2002-05-30 Tom Rix <trix@redhat.com>
1950
1951 * gas/d10v/d10v.exp: Add -gstabs packing, sequence control
1952 packing, warning, instruction packing, label, immediate and,
1953 error tests.
1954 * gas/d10v/instruction_packing-001.d - intruction_packing-010.d:
1955 New tests.
1956 * gas/d10v/control-001.d: New test.
1957 * gas/d10v/warning-001.d - warning-019.d: New tests.
1958 * gas/d10v/label-001.d: New test.
1959 * gas/d10v/error-001.d - error-002.d : New tests.
1960 * gas/d10v/immediate-001.d - immediate-007.d: New tests.
1961
1962 * lib/gas-defs.exp (run_dump_test): Add error option.
1963
1964 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1965
1966 * gas/dlx: New directory: DLX gas testsuite
1967 * alltests.exp: New file: Test driver
1968 * branch.d: New file: Expected results.
1969 * branch.s: New file: Test branch insns.
1970 * itype.d: New file: Expected results.
1971 * itype.s: New file: Test ordinary insns.
1972 * lhi.d: New file: Expected results.
1973 * lhi.s: New file: Test load hi insns.
1974 * load.d: New file: Expected results.
1975 * load.s: New file: Test load insns.
1976 * rtype.d: New file: Expected results.
1977 * rtype.s: New file: Test arithmetic insns.
1978 * store.d: New file: Expected results.
1979 * store.s: New file: Test store insns.
1980
1981 2002-05-23 Jakub Jelinek <jakub@redhat.com>
1982
1983 * gas/i386/tlspic.s: New file.
1984 * gas/i386/tlsd.s: New file.
1985 * gas/i386/tlsnopic.s: New file.
1986 * gas/i386/tlsd.d: New file.
1987 * gas/i386/tlsnopic.d: New file.
1988 * gas/i386/tlspic.d: New file.
1989 * gas/i386/i386.exp: Add tlsd, tlsnopic and tlspic tests.
1990 * gas/ia64/tls.s: New file.
1991 * gas/ia64/tls.d: New file.
1992 * gas/ia64/ia64.exp: Add tls test.
1993
1994 2002-05-23 Tom Rix <trix@redhat.com>
1995
1996 * gas/d10v/d10v.exp: Add instruction packing test.
1997 * gas/d10v/instruction_packing.s : New test.
1998
1999 2002-05-22 Tom Rix <trix@redhat.com>
2000
2001 * gas/d10v/d10v.exp: Renamed from d10.exp. Add address-* tests.
2002 * gas/d10v/address-001.s - address-041.s : New tests.
2003
2004 2002-05-23 H.J. Lu <hjl@gnu.org>
2005
2006 * gas/mips/elf-rel.d: Skip the padding.
2007 * gas/mips/elfel-rel.d: Likewise.
2008
2009 2002-05-23 H.J. Lu <hjl@gnu.org>
2010
2011 * gas/all/align2.d: New.
2012 * gas/all/align2.s: New.
2013
2014 * gas/all/gas.exp: Run align2.
2015
2016 2002-05-22 H.J. Lu <hjl@gnu.org>
2017
2018 * gas/mips/elf-rel.d: Updated for the subsegs_finish change in
2019 write.c.
2020 * gas/mips/elfel-rel.d: Likewise.
2021
2022 Wed May 22 14:26:07 2002 J"orn Rennecke <joern.rennecke@superh.com>
2023
2024 * gas/sh/pcrel-coff.s: New file.
2025 * gas/sh/pcrel-coff.d: Likewise.
2026 * gas/sh/basic.exp: For coff, don't do dsp test,
2027 and a modified pcrel test.
2028
2029 2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2030
2031 * gas/mips/rol64.s: New file, test of drol, dror macros.
2032 * gas/mips/rol64.d: Likewise.
2033 * gas/mips/mips.exp: Add new test.
2034
2035 2002-05-20 Nick Clifton <nickc@cambridge.redhat.com>
2036
2037 * gas/arm/arm.exp: Replace deprecated command line switches
2038 with their modern equivalents.
2039 * gas/arm/arm7t.d: As above.
2040 * gas/arm/armv1.d: As above.
2041 * gas/arm/fpa-dyadic.d: As above.
2042 * gas/arm/fpa-mem.d: As above.
2043 * gas/arm/fpa-monadic.d: As above.
2044 * gas/arm/inst.d: As above.
2045 * gas/arm/ldconst.d: As above.
2046 * gas/arm/xscale.d: As above.
2047
2048 2002-05-13 Alan Modra <amodra@bigpond.net.au>
2049
2050 * gas/i386/x86-64-opcode.s: Pad out end of .text with zeros.
2051 * gas/i386/x86-64-opcode.d: Adjust.
2052
2053 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
2054
2055 * gas/arm/arm7t.s: Add thumb mode "sub r?, #0" and "add r?, #0".
2056 * gas/arm/arm7t.d: Add expected results. (Make sure that the
2057 subtract is not converted into an add).
2058
2059 2002-04-23 H.J. Lu <hjl@gnu.org>
2060
2061 * gas/mips/elempic.d: Use empic.l.
2062 * gas/mips/telempic.d: Likewise.
2063 * gas/mips/tempic.d: Likewise.
2064
2065 2002-04-23 H.J. Lu <hjl@gnu.org>
2066
2067 * gas/hppa/parse/parse.exp: Don't expect failure on line separator
2068 test on hppa*-*-linux* nor hppa*-*-netbsd*.
2069
2070 2002-04-22 Chris Demetriou <cgd@broadcom.com>
2071
2072 * gas/mips/mips-gp64-fp32.l: New file.
2073 * gas/mips/mips-gp64-fp32.d: Use mips-gp64-fp32.l to check stderr
2074 output.
2075 * gas/mips/mips-gp64-fp64.l: New file.
2076 * gas/mips/mips-gp64-fp64.d: Use mips-gp64-fp64.l to check stderr
2077 output.
2078
2079 2002-04-22 Chris Demetriou <cgd@broadcom.com>
2080
2081 * lib/gas-defs.exp (run_dump_test): Support new attribute "stderr"
2082 which is a file used to regexp_diff the assembler's pruned stderr
2083 output.
2084 (write_file): New helper function to write a string into a file.
2085
2086 * gas/mips/empic.l: New file which matches empic tests' warnings.
2087 * gas/mips/empic.d: Use empic.l.
2088
2089 2002-04-19 Nick Clifton <nickc@cambridge.redhat.com>
2090
2091 * gas/all/gas.exp (cofftag): Do not run test for xscale-coff
2092 toolchain.
2093 (struct, align, incbin): Use case switch so that other targets to
2094 be skipped can be added in the future.
2095
2096 2002-04-17 matthew green <mrg@redhat.com>
2097
2098 * gas/ppc/altivec.d: Fix dssall test.
2099 * gas/ppc/altivec.s: Likewise.
2100 * gas/ppc/altivec_xcoff.d: Likewise.
2101 * gas/ppc/altivec_xcoff.s: Likewise.
2102 * gas/ppc/altivec_xcoff64.d: Likewise.
2103 * gas/ppc/altivec_xcoff64.s: Likewise.
2104
2105 2002-04-04 Nick Clifton <nickc@cambridge.redhat.com>
2106
2107 * gas/mips/mips.exp: Remove spurious whaitespace.
2108 Open out one-line if-then-else test clauses so that other clauses
2109 can be inserted in the future.
2110
2111 2002-03-19 Bo Thorsen <bo@suse.de>
2112
2113 * gas/i386/x86-64-opcode.d: More test cases for x86-64 opcodes.
2114 * gas/i386/x86-64-opcode.s: Likewise
2115
2116 2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
2117
2118 * gas/mips/mips64-mips3d.s: New file.
2119 * gas/mips/mips64-mips3d.d: Likewise.
2120 * gas/mips/mips.exp: Run new "mips64-mips3d" test.
2121
2122 2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
2123
2124 * gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
2125 mipsisa32*-*-* targets, rather than e32-rel2 and e32el-rel2.
2126
2127 2002-03-14 Hans-Peter Nilsson <hp@bitrange.com>
2128
2129 * gas/mmix/weak1.d, gas/mmix/weak1.d: New test.
2130
2131 2002-03-05 Paul Koning <pkoning@equallogic.com>
2132
2133 * gas/pdp11/pdp11.exp: New file.
2134 * gas/pdp11/opcode.s: Ditto.
2135 * gas/pdp11/opcode.d: Ditto.
2136
2137 2002-02-22 Bo Thorsen <bo@suse.de>
2138
2139 * i386.exp: Add x86-64-opcode (checks valid opcodes) and x86-64-inval
2140 (checks invalid opcodes) checks
2141 * x86-64-inval.l: New file.
2142 * x86-64-inval.s: New file.
2143 * x86-64-opcode.d: New file.
2144 * x86-64-opcode.s: New file.
2145
2146 2002-02-26 Chris Demetriou <cgd@broadcom.com>
2147
2148 * gas/mips/empic2.d: Adjust for the fact that relocations on
2149 symbols local to this file are resolved at assembly time into
2150 section-relative relocations, even if the symbols are extern.
2151 * gas/mips/empic2.s: Add file offset information, so the next
2152 person to do the math mentioned above has an easier time.
2153 * gas/mips/jal-empic-elf.d: New test.
2154 * gas/mips/jal-empic-elf-2.d, gas/mips/jal-empic-elf-2.s: New test.
2155 * gas/mips/jal-empic-elf-3.d, gas/mips/jal-empic-elf-3.s: New test.
2156 * gas/mips/mips.exp: Run the new tests.
2157
2158 2002-02-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2159
2160 * mips-gp64-fp32-pic.d: Fix test of 64bit register loads.
2161 * mips-gp64-fp32-pic.s: Likewise.
2162 * mips-gp64-fp32.d: Likewise.
2163 * mips-gp64-fp32.s: Likewise.
2164 * mips-gp64-fp64-pic.d: Likewise.
2165 * mips-gp64-fp64-pic.s: Likewise.
2166 * mips-gp64-fp64.d: Likewise.
2167 * mips-gp64-fp64.s: Likewise.
2168
2169 2002-02-25 Alan Modra <amodra@bigpond.net.au>
2170
2171 * gas/hppa/reloc/reloc.exp: Update copyright date.
2172
2173 2002-02-24 Hans-Peter Nilsson <hp@bitrange.com>
2174
2175 * gas/mmix/bspec-1.d, gas/mmix/bspec-2.d, gas/mmix/comment-1.d:
2176 Adjust to changes in readelf output.
2177
2178 2002-02-22 Nick Clifton <nickc@cambridge.redhat.com>
2179
2180 * gasp/gasp.exp: If gasp does not exist, do not complain, just
2181 exit silently.
2182
2183 2002-02-20 Tom Rix <trix@redhat.com>
2184
2185 * gas/ppc/ppc.exp: Add xcoff booke tests.
2186 * gas/ppc/booke_xcoff.s: New.
2187 * gas/ppc/booke_xcoff.d: New.
2188 * gas/ppc/booke_xcoff64.s: New.
2189 * gas/ppc/booke_xcoff64.d: New.
2190
2191 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
2192
2193 * gas/sh/basic.exp: Don't run PIC tests for targets that don't
2194 support it.
2195
2196 2002-02-14 Tom Rix <trix@redhat.com>
2197
2198 * gas/ppc/ppc.exp: Add xcoff altivec tests.
2199 * gas/ppc/altivec_xcoff.s: New.
2200 * gas/ppc/altivec_xcoff.d: New.
2201 * gas/ppc/altivec_xcoff64.s: New.
2202 * gas/ppc/altivec_xcoff64.d: New.
2203
2204 2002-02-13 Ben Elliston <bje@redhat.com>
2205
2206 * gasp/flonums.asm: New test.
2207 * gasp/flonums.err: New result.
2208 * gasp/flonums.out: Likewise.
2209
2210 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
2211
2212 * gas/hppa/reloc/reloc.exp (labelopbug.s): Change test to suit
2213 hppa_fix_adjustable change.
2214
2215 2002-02-09 Richard Henderson <rth@redhat.com>
2216
2217 * gas/alpha/elf-reloc-5.s, gas/alpha/elf-reloc-5.d: New.
2218 * gas/alpha/elf-reloc-6.s, gas/alpha/elf-reloc-6.l: New.
2219 * gas/alpha/alpha.exp: Run them.
2220
2221 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2222
2223 * gas/mips/mips.exp: Document (but do not XFAIL) currently-failing
2224 MIPS ECOFF tests, providing what information is known about
2225 the origins of the failures.
2226
2227 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
2228
2229 Contribute sh64-elf.
2230 2002-02-01 Alexandre Oliva <aoliva@redhat.com>
2231 * gas/sh/sh64/syntax-1.s: Remove `-4' from @(expr-4,pc).
2232 2002-01-28 Alexandre Oliva <aoliva@redhat.com>
2233 * gas/sh/sh64/crange1-1.d: Formatting changes to match the current
2234 output of objdump.
2235 * gas/sh/sh64/crange1-2.d: Likewise.
2236 * gas/sh/sh64/crange2-2.d: Likewise.
2237 * gas/sh/sh64/crange3-1.d: Likewise.
2238 * gas/sh/sh64/crange4-1.d: Likewise.
2239 * gas/sh/sh64/datal-2.d: Likewise.
2240 * gas/sh/sh64/datal32-1.d: Likewise.
2241 * gas/sh/sh64/datal32-3.d: Likewise.
2242 * gas/sh/sh64/localcom-1.d: Likewise.
2243 * gas/sh/sh64/mix-1.d: Likewise.
2244 * gas/sh/sh64/pt32-1.d: Likewise.
2245 * gas/sh/sh64/rel32-1.d: Likewise.
2246 * gas/sh/sh64/rel32-2.d: Likewise.
2247 * gas/sh/sh64/rel32-3.d: Likewise.
2248 * gas/sh/sh64/rel32-4.d: Likewise.
2249 * gas/sh/sh64/rel32-5.d: Likewise.
2250 * gas/sh/sh64/ua32-1.d: Likewise.
2251 2001-03-14 DJ Delorie <dj@redhat.com>
2252 * gas/sh/sh64/endian-1.d: New test - Little Endianness.
2253 * gas/sh/sh64/endian-1.s: New test - Little Endianness.
2254 * gas/sh/sh64/endian-2.d: New test - Big Endianness.
2255 * gas/sh/sh64/endian-2.s: New test - Big Endianness.
2256 2001-03-12 DJ Delorie <dj@redhat.com>
2257 * gas/sh/sh64/syntax-1.d: New test - basic syntax.
2258 * gas/sh/sh64/syntax-1.s: New test - basic syntax.
2259 * gas/sh/sh64/syntax-2.d: New test - basic syntax, pseudos.
2260 * gas/sh/sh64/syntax-2.s: New test - basic syntax, pseudos.
2261 2001-03-06 DJ Delorie <dj@redhat.com>
2262 * gas/sh/sh64/lineno.d: New, test dwarf2 line numbers vs macros.
2263 * gas/sh/sh64/lineno.s: Ditto.
2264 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
2265 * gas/sh/sh64/err-dsp.s: New test.
2266 2001-01-13 Hans-Peter Nilsson <hpn@cygnus.com>
2267 * gas/sh/sh64/err-abi-64.s, gas/sh/sh64/err-abi-32.s,
2268 gas/sh/sh64/abi-64.s, gas/sh/sh64/abi-64.d, gas/sh/sh64/abi-32.s,
2269 gas/sh/sh64/abi-32.d, gas/sh/sh64/crange3.s,
2270 gas/sh/sh64/crange3-1.d, gas/sh/sh64/crange4.s,
2271 gas/sh/sh64/crange4-1.d, gas/sh/sh64/crange5.s,
2272 gas/sh/sh64/crange5-1.d: New tests.
2273 2001-01-07 Hans-Peter Nilsson <hpn@cygnus.com>
2274 * gas/sh/sh64/relax-1.s, gas/sh/sh64/relax-1.d: New test.
2275 * gas/sh/sh64/err-pt-1.s: New test.
2276 * gas/sh/sh64/relax-2.s, gas/sh/sh64/relax-2.d: New test.
2277 * gas/sh/sh64/localcom-1.s, gas/sh/sh64/localcom-1.d: New test.
2278 * gas/sh/sh64/movi-3.s, gas/sh/sh64/movi-3.d: New test.
2279 * gas/sh/sh64/relax-3.s, gas/sh/sh64/relax-3.d: New test.
2280 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
2281 * gas/sh/sh64/case-noexp-1.d: Adjust to changed GAS output for
2282 check-PTA/PTB / perhaps-change-to-PTB bit in target field.
2283 * gas/sh/sh64/case-noexp-1.d: Ditto.
2284 * gas/sh/sh64/mix-noexp-1.d: Ditto.
2285 * gas/sh/sh64/pt32-noexp-2.d: Ditto.
2286 * gas/sh/sh64/pt64-noexp-2.d: Ditto.
2287 * gas/sh/sh64/ptc32-noexp-1.d: Ditto.
2288 * gas/sh/sh64/ptc64-noexp-1.d: Ditto.
2289 * gas/sh/sh64/ptext32-noexp-1.d: Ditto.
2290 * gas/sh/sh64/ptext64-noexp-1.d: Ditto.
2291 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
2292 * gas/sh/sh64/shift64-3.d: Fix typo.
2293 * gas/sh/sh64/shift64-noexp-3.d, gas/sh/sh64/shift32-noexp-3.d,
2294 gas/sh/sh64/ptext64-noexp-1.d, gas/sh/sh64/ptext64-32-1.d,
2295 gas/sh/sh64/ptext32-noexp-1.d, gas/sh/sh64/ptc64-noexp-1.d,
2296 gas/sh/sh64/ptc64-32-1.d, gas/sh/sh64/ptc32-noexp-1.d,
2297 gas/sh/sh64/pt64-noexp-2.d, gas/sh/sh64/pt64-32-2.d,
2298 gas/sh/sh64/pt64-32-1.d, gas/sh/sh64/pt32-noexp-2.d,
2299 gas/sh/sh64/pt-noexp-1.d, gas/sh/sh64/movi64-noexp-2.d,
2300 gas/sh/sh64/movi32-noexp-2.d, gas/sh/sh64/mix-noexp-1.d,
2301 gas/sh/sh64/err-ptb-2.s, gas/sh/sh64/err-ptb-1.s,
2302 gas/sh/sh64/err-pt32-cmd3.s, gas/sh/sh64/err-pt32-cmd2.s,
2303 gas/sh/sh64/err-pt32-cmd1.s, gas/sh/sh64/err-noexp-cmd1.s,
2304 gas/sh/sh64/err-movi-noexp-1.s, gas/sh/sh64/crange2.s,
2305 gas/sh/sh64/crange2-noexp-1.d, gas/sh/sh64/crange2-2.d,
2306 gas/sh/sh64/crange2-1.d, gas/sh/sh64/case-noexp-1.d: New tests.
2307 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2308 * gas/sh/sh64/err-4.s: Use option -no-mix to see errors. Adjust
2309 for errors not being emitted at the .mode directives anymore.
2310 * gas/sh/sh64/crange1.s, gas/sh/sh64/crange1-2.d,
2311 gas/sh/sh64/crange1-1.d: New tests for .cranges section.
2312 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
2313 * gas/sh/sh64/err-3.s: New test.
2314 * gas/sh/sh64/immexpr1.s, gas/sh/sh64/immexpr32-1.d,
2315 gas/sh/sh64/immexpr64-1.d: New tests.
2316 * gas/sh/sh64/immexpr2.s, gas/sh/sh64/immexpr32-2.d,
2317 gas/sh/sh64/immexpr64-2.d: New tests.
2318 2000-12-11 Hans-Peter Nilsson <hpn@cygnus.com>
2319 * gas/sh/sh64/rel-1.s, gas/sh/sh64/rel-2.s, gas/sh/sh64/rel-3.s,
2320 gas/sh/sh64/rel-4.s, gas/sh/sh64/rel-5.s, gas/sh/sh64/rel32-1.d,
2321 gas/sh/sh64/rel32-2.d, gas/sh/sh64/rel32-3.d,
2322 gas/sh/sh64/rel32-4.d, gas/sh/sh64/rel32-5.d,
2323 gas/sh/sh64/rel64-1.d, gas/sh/sh64/rel64-2.d,
2324 gas/sh/sh64/rel64-3.d, gas/sh/sh64/rel64-4.d,
2325 gas/sh/sh64/rel64-5.d: New tests.
2326 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
2327 * gas/sh/sh64/case-1.d, gas/sh/sh64/mix-1.d, gas/sh/sh64/pt32-1.d,
2328 gas/sh/sh64/pt64-1.d, gas/sh/sh64/ptc32-1.d,
2329 gas/sh/sh64/ptc64-1.d, gas/sh/sh64/ptext32-1.d,
2330 gas/sh/sh64/ptext64-1.d: Correct offsets in PT/PTA/PTB expansion.
2331 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
2332 * gas/sh/sh64/datal-3.s, gas/sh/sh64/datal32-3.d,
2333 gas/sh/sh64/datal64-3.d: New tests.
2334 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
2335 * gas/sh/sh64/datal-1.s: Remove whitespace at end of line.
2336 * gas/sh/sh64/datal32-1.d, gas/sh/sh64/datal64-1.d,
2337 gas/sh/sh64/movi32-1.d, gas/sh/sh64/movi32-2.d,
2338 gas/sh/sh64/movi64-1.d, gas/sh/sh64/movi64-3.d: Correct register.
2339 * gas/sh/sh64/mix-1.s, gas/sh/sh64/mix-1.d, gas/sh/sh64/err-4.s:
2340 New tests.
2341 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
2342 * gas/macros/macros.exp: Import xfail sh*-*-* from net binutils.
2343 * gas/sh/sh64/case-1.d: Correct offsets in PT/PTA/PTB expansion.
2344 gas/sh/sh64/pt32-1.d, gas/sh/sh64/pt64-1.d: Ditto.
2345 gas/sh/sh64/ptc32-1.d, gas/sh/sh64/ptc64-1.d: Ditto.
2346 gas/sh/sh64/ptext32-1.d, gas/sh/sh64/ptext64-1.d: Ditto.
2347 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
2348 * gas/sh/sh64/ptc32-1.d, gas/sh/sh64/ptc64-1.d: Correct.
2349 * gas/sh/sh64/datal-1.s, gas/sh/sh64/datal32-1.d,
2350 gas/sh/sh64/datal64-1.d: New test.
2351 * gas/sh/sh64/datal-2.s, gas/sh/sh64/datal-2.d: New test.
2352 * gas/sh/sh64/creg-1.d, gas/sh/sh64/creg-1.s: New test.
2353 * gas/sh/sh64/creg-2.d, gas/sh/sh64/creg-2.s: New test.
2354 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
2355 * gas/sh/sh64: New testsuite.
2356
2357 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
2358
2359 * gas/sh/pic.d, gas/sh/pic.s: New test.
2360 * gas/sh/basic.exp: Run it.
2361
2362 2002-02-05 Alan Modra <amodra@bigpond.net.au>
2363
2364 * gas/ppc/test1elf64.d: Tweak arch name.
2365
2366 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
2367
2368 * gas/sh/pcrel.d, gas/sh/pcrel.s: New test.
2369 * gas/sh/basic.exp: Run it.
2370
2371 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
2372
2373 * gas/mmix/basep-8.d, gas/mmix/basep-9.s, gas/mmix/basep-9.d,
2374 gas/mmix/err-bpo6.s, gas/mmix/basep-8.s, gas/mmix/basep-10.d,
2375 gas/mmix/basep-10.s, gas/mmix/basep-11.s, gas/mmix/basep-11.d: New
2376 tests for base-plus-offset relocations and global register
2377 allocations for weak and common symbols.
2378
2379 2002-02-02 Alan Modra <amodra@bigpond.net.au>
2380
2381 * gas/elf/elf.exp: Don't special case v850.
2382
2383 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
2384
2385 * gas/mmix/basep-1b.d, gas/mmix/basep-2b.d, gas/mmix/basep-7.d,
2386 gas/mmix/err-bpo2.s, gas/mmix/basep-3b.d, gas/mmix/err-bpo3.s,
2387 gas/mmix/basep-4.d, gas/mmix/err-bpo4.s, gas/mmix/err-bpo5.s,
2388 gas/mmix/basep-5.d, gas/mmix/basep-6.d: New tests.
2389
2390 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
2391
2392 * gas/mn10300/basic.exp (run_list_test): New proc, from alpha.
2393 * gas/mn10300/movpc.s, gas/mn10300/movpc.l: New tests.
2394
2395 2002-01-22 Richard Henderson <rth@redhat.com>
2396
2397 * gas/alpha/unop.s, gas/alpha/unop.d: New test.
2398 * gas/alpha/alpha.exp: Run it.
2399
2400 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2401
2402 * gas/cris/cris.exp: Comment typo fix
2403
2404 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
2405 Keith Walker <keith.walker@arm.com>
2406
2407 * gas/arm/arch5tej.s gas/arm/arch5tej.d: New files.
2408 * gas/arm/arm.exp (arch5tej): New dump test.
2409
2410 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
2411
2412 * gas/arm/vfp1.d: Use new command-line options.
2413 * gas/arm/vfp1xD.d: Likewise.
2414 * gas/arm/arm.exp (vfp-bad): Likewise.
2415 * gas/arm/maverick.d: Likewise.
2416
2417 2002-01-17 Timothy Wall <twall@oculustech.com>
2418
2419 * gas/tic54x/labels.s (after_macro): Correct comments.
2420
2421 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
2422
2423 * gas/arm/vfp1.s gas/arm/vf1.d: New files.
2424 * gas/arm/vfp1xD.s gas/arm/vf1xD.d: New files.
2425 * gas/arm/vfp-bad.s gas/arm/vfp-bad.l: New files.
2426 * gas/arm/arm.exp: Run new VFP tests.
2427
2428 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2429
2430 * gas/elf/section2.e-m32r: New file.
2431 * gas/elf/elf.exp: Use section2.e-m32r for m32r targets.
2432
2433 * gas/sh/dsp.d: Fix expected results.
2434
2435 2002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
2436
2437 * gas/elf/elf.exp (run_list_test): Use section2.e-mips script for
2438 v850-elf toolchain.
2439
2440 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
2441
2442 * gas/arm/armv1.s, arm/armv1.d, arm/fpa-mem.s, arm/fpa-mem.d
2443 arm/fpa-monadic.s, arm/fpa-monadic.d, arm/fpa-dyadic.s,
2444 arm/fpa-dyadic.d: New tests.
2445 * gas/arm/le-fpconst.d (objdump): pass --section=.text
2446 * gas/arm/arm.exp: Add new tests. Run le-fpconst test on elf targets.
2447
2448 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
2449
2450 * gas/arm/armv1-bad.s gas/arm/armv1-bad.l: New files.
2451 * gas/arm/arm.exp (run_error_test): New proc.
2452 (armv1-bad): New error test.
2453
2454 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
2455
2456 * gas/arm/ldconst.s gas/arm/ldconst.d: New files. Test ldr with
2457 immediate pseudo-operations.
2458 * gas/arm/arm.exp: Run it.
2459
2460 2002-01-10 matthew green <mrg@redhat.com>
2461
2462 * gas/xstormy16/allinsn.sh (movf, jmp, call, icall): Update.
2463 * gas/xstormy16/allinsn.d: Regenerate.
2464 * gas/xstormy16/allinsn.s: Regenerate.
2465
2466 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
2467
2468 * gas/arm/float.s: Don't use VFP register names in fpa instructions.
2469
2470 2002-01-08 H.J. Lu <hjl@gnu.org>
2471
2472 * gas/mips/elf-rel.s: New tests for nested ().
2473
2474 * gas/mips/elf-rel.d: Modified for nested () tests.
2475 * gas/mips/elfel-rel.d: Likewise.
2476
2477 2002-01-05 Daniel Jacobowitz <drow@mvista.com>
2478
2479 * gas/mips/jal-svr4pic.s: Add .ent and .frame directives.
2480 * gas/mips/mips-abi32-pic.s: Add .frame directive.
2481 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
2482 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
2483 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2484 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2485
2486 2002-01-02 Chris Demetriou <cgd@broadcom.com>
2487
2488 * gas/mips/empic3_e.d: New file to test -membedded-pic
2489 R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocations.
2490 * gas/mips/empic3_e.s: Likewise.
2491 * gas/mips/empic3_g1.d: Likewise.
2492 * gas/mips/empic3_g1.s: Likewise.
2493 * gas/mips/empic3_g2.d: Likewise.
2494 * gas/mips/empic3_g2.s: Likewise.
2495 * gas/mips/mips.exp: Run the new tests.
2496
2497 2001-12-21 Anders Norlander <anorland@synergenix.se>
2498
2499 * gas/all/incbin.dat: New [binary] file.
2500 * gas/all/incbin.s: Use incbin.dat instead of incbin.s.
2501 * gas/all/incbin.d: Reflect change in incbin.s
2502
2503 2001-12-20 Alexandre Oliva <aoliva@redhat.com>
2504
2505 * gas/sh/err-at.s: New test.
2506
2507 2001-12-18 Hans-Peter Nilsson <hp@axis.com>
2508
2509 * gas/cris/rd-dw2-10.d: Tweak for change in gas dwarf2 line number
2510 handling.
2511
2512 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
2513 matthew green <mrg@redhat.com>
2514
2515 * gas/xstormy16/allinsn.d: New file.
2516 * gas/xstormy16/allinsn.exp: New file.
2517 * gas/xstormy16/allinsn.s: New file.
2518 * gas/xstormy16/allinsn.sh: New file.
2519 * gas/xstormy16/gcc.d: New file.
2520 * gas/xstormy16/gcc.s: New file.
2521 * gas/xstormy16/gcc.sh: New file.
2522 * gas/xstormy16/reloc-1.d: New file.
2523 * gas/xstormy16/reloc-1.s: New file.
2524 * gas/xstormy16/reloc-2.d: New file.
2525 * gas/xstormy16/reloc-2.s: New file.
2526
2527 2001-12-08 Alan Modra <amodra@bigpond.net.au>
2528
2529 * gas/all/incbin.s: Add spaces before directives.
2530 * gas/all/incbin.d: Update.
2531
2532 2001-12-07 Jeffrey A Law (law@cygnus.com)
2533
2534 * gas/hppa/parse/linesepbug.s: Restore to its original form,
2535 reverting change of July 19, 2000.
2536
2537 2001-12-05 Richard Earnshaw <rearnsha@arm.com>
2538
2539 * gas/arm/xscale.s, gas/arm/xscale.d (pld tests): PLD instruction has
2540 no post-indexed addressing modes.
2541
2542 2001-11-25 Andreas Jaeger <aj@suse.de>
2543
2544 * gas/all/gas.exp (incbin): Fix condition.
2545
2546 2001-11-23 Jeffrey A Law (law@cygnus.com)
2547
2548 * gas/all/gas.exp (incbin): Do not run on the PA.
2549
2550 * gas/hppa/parse/parse.exp: Expect failure on line separator bug.
2551
2552 2001-11-16 Chris Demetriou <cgd@broadcom.cOm>
2553
2554 * gas/mips/elf-rel5.s, gas/mips/elf-rel5.s: New test
2555 to test symbol plus offset relocations in various ways.
2556 * gas/mips/mips.exp: Run new test.
2557
2558 2001-11-15 Alan Modra <amodra@bigpond.net.au>
2559
2560 * gas/ppc/booke.d: Modify reloc and target matches for powerpc64.
2561
2562 2001-11-11 Timothy Wall <twall@alum.mit.edu>
2563
2564 * gas/tic54x/sections.[sd]: Check for named, initialized sections
2565 defaulting to CODE and DATA.
2566 * gas/tic54x/align.[sd]: While breaking compatibility with TI's
2567 assembler, the difference is not worth the effort to fix. We'd
2568 prefer the assembler *not* fill the section alignment.
2569 * gas/tic54x/all-opcodes.d: Verify Lmem opcodes have proper
2570 length.
2571 * gas/tic54x/labels.s: Document differences from TI tools.
2572 * gas/tic54x/extaddr.d: Match output.
2573 * gas/all/gas.exp: On c54x targets, don't do any tests that use
2574 p2align.
2575 * gas/macros/macros.exp: Expect failure matching use of .ascii.
2576
2577 2001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2578
2579 * gas/mips/mips.exp: Change naming of some conditionals to reflect
2580 the object format they actually mean. Don't try mips-abi32 and
2581 mips-abi32-pic tests for ecoff.
2582
2583 2001-11-11 Hans-Peter Nilsson <hp@bitrange.com>
2584
2585 * gas/mmix/bspec-2.d, gas/mmix/bspec-1.d, gas/mmix/comment-1.d:
2586 Prune and generalize, adjusting to generic ELF file layout changes.
2587
2588 2001-11-04 Chris Demetriou <cgd@broadcom.com>
2589
2590 * gas/mips/mips.exp (svr4pic): Set if target is *-*-netbsd*.
2591 (aout): Don't set if *-*-netbsd*.
2592
2593 2001-11-02 NIIBE Yutaka <gniibe@m17n.org>
2594
2595 * gas/sh/basic.exp: For Linux, add "-big" option for the
2596 invocation of gas.
2597
2598 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2599
2600 * gas/m68hc11/opers12.s: Add test for disassembler bug with movb
2601 instruction.
2602 * gas/m68hc11/opers12.d: Likewise.
2603 * gas/m68hc11/opers12-dwarf2.d: Likewise.
2604
2605 2001-10-31 Chris Demetriou <cgd@broadcom.com>
2606
2607 * gas/mips/empic.s: Undo damage inflicted on 2000-12-02.
2608 * gas/mips/empic.d: Likewise.
2609 * gas/mips/elempic.d: Likewise (it was copied into other files).
2610 * gas/mips/telempic.d: Likewise.
2611 * gas/mips/tempic.d: Likewise.
2612
2613 * gas/mips/empic2.s: New test to check new 'la' and 'lw' (and
2614 related ops) syntax, test loads with large offsets.
2615 * gas/mips/emcic2.d: Likewise.
2616 * gas/mips/mips.exp: Run the new test on ELF platforms.
2617
2618 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
2619
2620 * gas/mmix/pop-op.l: Update to match latest listing behaviour.
2621 * gas/mmix/reloc8.l: Update to match latest listing behaviour.
2622 * gas/mmix/resume-op.l: Update to match latest listing behaviour.
2623 * gas/mmix/save-op.l: Update to match latest listing behaviour.
2624 * gas/mmix/unsave-op.l: Update to match latest listing behaviour.
2625
2626 2001-10-31 Hans-Peter Nilsson <hp@bitrange.com>
2627
2628 * gas/mmix/tst.s: Delete unused file.
2629 * gas/mmix/unsave-op.s, gas/mmix/save-op.s, gas/mmix/resume-op.s,
2630 gas/mmix/reloc8.s, gas/mmix/prefix1.s, gas/mmix/pop-op.s,
2631 gas/mmix/greg8.s, gas/mmix/greg6.s, gas/mmix/expr-1.s,
2632 gas/mmix/greg1.s, gas/mmix/err-bspec-5.s, gas/mmix/op-0-1.s,
2633 gas/mmix/fb-2.s: Remove trailing empty lines.
2634
2635 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2636
2637 * gas/mmix: New testsuite directory.
2638
2639 2001-10-24 Chris Demetriou <cgd@broadcom.com>
2640
2641 * gas/mips/ld-empic.d: Remove extra whitespace at beginning of
2642 file introduced in the change on 2001-05-15.
2643
2644 2001-10-24 Chris Demetriou <cgd@broadcom.com>
2645
2646 * gas/mips/mips-abi32-pic.s: Use ".word" rather than ".4byte".
2647 Delete use of ".size".
2648 * gas/mips/mips-abi32.s: Likewise.
2649 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
2650 * gas/mips/mips-gp32-fp32.s: Likewise.
2651 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
2652 * gas/mips/mips-gp32-fp64.s: Likewise.
2653 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2654 * gas/mips/mips-gp64-fp32.s: Likewise.
2655 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2656 * gas/mips/mips-gp64-fp64.s: Likewise.
2657
2658 2001-10-23 Chris Demetriou <cgd@broadcom.com>
2659
2660 * gas/mips/beq.s: Add zero words at end of instructions so
2661 that objdump will print "..." when disassembling.
2662 * gas/mips/beq.d: Update for disassembler changes which force
2663 branch delay-slot nops to be printed.
2664 * gas/mips/bge.d: Ditto.
2665 * gas/mips/bgeu.d: Ditto.
2666 * gas/mips/blt.d: Ditto.
2667 * gas/mips/bltu.d: Ditto.
2668 * gas/mips/jal-svr4pic.d: Ditto.
2669 * gas/mips/jal-xgot.d: Ditto.
2670
2671 2001-10-20 H.J. Lu <hjl@gnu.org>
2672
2673 * gas/elf/ehopt0.s: Lose ",@progbits".
2674
2675 2001-10-17 Chris Demetriou <cgd@broadcom.com>
2676
2677 * gas/mips/mips.exp (sb1-ext-ps): New test to test
2678 SB-1 core's paired-single extensions to the MIPS64 ISA.
2679 * gas/mips/sb1-ext-ps.d: New file.
2680 * gas/mips/sb1-ext-ps.s: New file.
2681
2682 2001-10-17 matthew green <mrg@redhat.com>
2683
2684 * gas/ppc/altivec.s: New test for AltiVec.
2685 * gas/ppc/altivec.d: New file.
2686 * gas/ppc/ppc.exp: Test altivec.s
2687
2688 2001-10-16 Hans-Peter Nilsson <hp@bitrange.com>
2689
2690 * gas/sh/err-le.s, gas/sh/err-be.s: New tests.
2691
2692 2001-10-13 matthew green <mrg@redhat.com>
2693
2694 * gas/ppc/booke.s (rfci, wrtee, wrteei, mfdcrx, mfdcr, mtdcrx,
2695 mtdcr, msync, dcba, mbar): New BookE tests.
2696 * gas/ppc/booke.d: Update for new BookE tests.
2697
2698 2001-10-12 matthew green <mrg@redhat.com>
2699
2700 * gas/ppc/booke.s: New test for Motorola BookE.
2701 * gas/ppc/booke.d: New file.
2702 * gas/ppc/ppc.exp: Test booke.s.
2703
2704 2001-10-09 Nick Clifton <nickc@cambridge.redhat.com>
2705
2706 * sh/basic.exp: Add dsp dump test.
2707 * sh/dsp/d: New file: Expected output of disassembly of dsp.s
2708 * sh/dsp.s: New file: Test assembly source of DSP single data
2709 transfer instructions.
2710
2711 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
2712
2713 * gas/arm/arm.exp: Run arm9e tests.
2714
2715 * gas/arm/maverick.c: New.
2716
2717 * gas/arm/maverick.d: New.
2718
2719 * gas/arm/maverick.s: New.
2720
2721 2001-10-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2722
2723 * gas/mips/mips-gp64-fp32-pic.d: Use 32bit instructions for addresses.
2724 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2725 * gas/mips/mips-gp64-fp32.d: Likewise.
2726 * gas/mips/mips-gp64-fp32.s: Likewise.
2727 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
2728 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2729 * gas/mips/mips-gp64-fp64.d: Likewise.
2730 * gas/mips/mips-gp64-fp64.s: Likewise.
2731 * gas/mips/elempic.d: Likewise.
2732 * gas/mips/ld.d: Likewise.
2733 * gas/mips/uld.d: Likewise.
2734 * gas/mips/usd.d: Likewise.
2735
2736 2001-09-29 H.J. Lu <hjl@gnu.org>
2737
2738 * gas/i386/i386.exp: Run 64bit tests only for "i*86-*-* and
2739 x86_64-*-*.
2740
2741 2001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
2742
2743 * gas/s390: New directory.
2744 * gas/s390/opcode.d: New file.
2745 * gas/s390/opcode.s: New file.
2746 * gas/s390/opcode64.d: New file.
2747 * gas/s390/opcode64.s: New file.
2748 * gas/s390/operands.d: New file.
2749 * gas/s390/operands.s: New file.
2750 * gas/s390/operands64.d: New file.
2751 * gas/s390/operands64.s: New file.
2752 * gas/s390/reloc.d: New file.
2753 * gas/s390/reloc.s: New file.
2754 * gas/s390/reloc64.d: New file.
2755 * gas/s390/reloc64.s: New file.
2756 * gas/s390/s390.exp: New file.
2757
2758 2001-09-07 Eric Christopher <echristo@redhat.com>
2759
2760 * gas/mips/mips64.d: Change to use isa64.
2761 * gas/mips/mips32.d: Change to use isa32.
2762
2763 2001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2764
2765 * gas/mips/mips-abi32-pic.s: Remove .set mips4 pseudo-op.
2766 * gas/mips/mips-abi32.s: Likewise.
2767 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
2768 * gas/mips/mips-gp32-fp32.s: Likewise.
2769 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
2770 * gas/mips/mips-gp32-fp64.s: Likewise.
2771 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2772 * gas/mips/mips-gp64-fp32.s: Likewise.
2773 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2774 * gas/mips/mips-gp64-fp64.s: Likewise.
2775
2776 2001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2777
2778 * gas/mips/beq.d: Check branches to external labels.
2779 * gas/mips/beq.s: Likewise.
2780 * gas/mips/bge.d: Likewise.
2781 * gas/mips/bge.s: Likewise.
2782 * gas/mips/bgeu.d: Likewise.
2783 * gas/mips/bgeu.s: Likewise.
2784 * gas/mips/blt.d: Likewise.
2785 * gas/mips/blt.s: Likewise.
2786 * gas/mips/bltu.d: Likewise.
2787 * gas/mips/bltu.s: Likewise.
2788 * gas/mips/elempic.d: Switch from R_MIPS_GNU_REL16_S2 to R_MIPS_PC16.
2789 * gas/mips/empic.d: Likewise.
2790 * gas/mips/empic.s: Likewise.
2791 * gas/mips/telempic.d: Likewise.
2792 * gas/mips/tempic.d: Likewise.
2793
2794 2001-09-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2795
2796 * gas/mips/tmips16-f.d: New file, testcase for big endian MIPS16
2797 relocations, tradtional variant.
2798
2799 2001-08-04 Richard Henderson <rth@redhat.com>
2800
2801 * gas/alpha/alpha.exp: New file.
2802 * gas/alpha/elf-reloc-1.[sd]: New test.
2803 * gas/alpha/elf-reloc-2.[sl]: New test.
2804 * gas/alpha/elf-reloc-3.[sl]: New test.
2805 * gas/alpha/elf-reloc-4.[sd]: New test.
2806 * gas/alpha/fp.exp: Remove file.
2807 * gas/alpha/fp.s: Output to .data not .rdata.
2808 * gas/alpha/fp.d: Adjust to match.
2809
2810 2001-09-04 Jeffrey A Law (law@cygnus.com)
2811
2812 * gas/all/gas.exp (930509a): Expect failure on the H8/300 ELF port.
2813
2814 * gas/h8300/ffxx1-elf.d: Update due to recent changes to H8/300
2815 ELF toolchain.
2816 * gas/h8300/h8300-elf.exp: Likewise.
2817
2818 * gas/macros/macros.exp: Expect failure on all H8/300 ports.
2819
2820 * gas/vtable/vtable.exp: Do not run tests on H8/300 ELF ports.
2821
2822 2001-08-30 J"orn Rennecke <amylaar@redhat.com>
2823
2824 * gas/h8300/h8300.exp (do_h8300_cbranch): Remove invocation.
2825 (do_h8300_branch, do_h8300h_cbranch, do_h8300h_branch): Likewise.
2826 (do_h8300s_cbranch, do_h8300s_branch, ffxx1): Likwise.
2827 * gas/h8300/h8300-coff.exp, gas/h8300/h8300-elf.exp: New files.
2828 * gas/h8300/branch-elf.s, gas/h8300/branchh-elf.s: Likewise.
2829 * gas/h8300/branchs-elf.s, gas/h8300/ffxx1-elf.d: Likewise.
2830 * gas/h8300/ffxx1-elf.s: Likewise.
2831 * gas/h8300/branch.s, gas/h8300/branchh.s: Move to:
2832 * gas/h8300/branch-coff.s, gas/h8300/branchh-coff.s
2833 * gas/h8300/branchs.s, gas/h8300/ffxx1.d: Move to:
2834 * gas/h8300/branchs-coff.s, gas/h8300/ffxx1-coff.d .
2835 * gas/h8300/ffxx1.s: Move to:
2836 * gas/h8300/ffxx1-coff.s .
2837
2838 2001-08-29 J"orn Rennecke <amylaar@redhat.com>
2839
2840 * lib/gas-defs.exp: (regexp_diff) At verbosity 3, also show
2841 where mismatch occurs due to regexp mismatch.
2842
2843 2001-08-27 Staffan Ulfberg <staffanu@swox.se>
2844 Alan Modra <amodra@bigpond.net.au>
2845
2846 * gas/macros/macros.exp: xfail powerpc-*-aix.
2847 * gas/ppc/astest64.s: New.
2848 * gas/ppc/astest64.d: New.
2849 * gas/ppc/astest2_64.s: New.
2850 * gas/ppc/astest2_64.d: New.
2851 * gas/ppc/test1elf.asm: New.
2852 * gas/ppc/test1xcoff.asm: New.
2853 * gas/ppc/generate.sh: New. Generate new files below from above .asm
2854 * gas/ppc/test1elf32.s: New.
2855 * gas/ppc/test1elf32.d: New.
2856 * gas/ppc/test1elf64.s: New.
2857 * gas/ppc/test1elf64.d: New.
2858 * gas/ppc/test1xcoff32.s: New.
2859 * gas/ppc/test1xcoff32.d: New.
2860 * gas/ppc/ppc.exp: Run new tests.
2861 * gas/ppc/simpshft.s: Tweak align now that we get nops.
2862
2863 2001-08-24 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2864
2865 * binutils-all/readelf.exp: Don't regard mips*el-*-* as traditional
2866 mips.
2867 * gas/mips/mips.exp: Likewise. Use traditional testcases for
2868 mips${el}16-f if needed.
2869 * gas/mips/elempic.d: New file, testcase for little endian empic.
2870 * gas/mips/elfel-rel2.d: Don't test trailing zeroes in dump.
2871 * gas/mips/mips16-f.d: Use non-traditional symbol sorting.
2872 * gas/mips/mipsel16-f.d: Likewise.
2873 * gas/mips/mipsel16-e.d: New file, testcase for little endian MIPS16
2874 relocations.
2875 * gas/mips/tmipsel16-f.d: New file, testcase for little endian MIPS16
2876 relocations, traditional variant.
2877
2878 2001-08-17 H.J. Lu <hjl@gnu.org>
2879
2880 * gas/sparc/unalign.d: Support Sparc V9.
2881
2882 2001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2883
2884 * gas/mips/mips.exp: Added performance counter test.
2885 * gas/mips/perfcount.s: New File. Test of performance counter opcodes.
2886 * gas/mips/perfcount.d: Likewise.
2887
2888 2001-08-12 Nick Clifton <nickc@cambridge.redhat.com>
2889
2890 * gas/sparc/unalign.s: Extend test to check .uaword with multiple
2891 arguments.
2892 * gas/sparc/unalign.d: Extend to expect unaligned relocs for both
2893 arguments to .uaword.
2894
2895 2001-08-10 H.J. Lu <hjl@gnu.org>
2896
2897 * gas/mips/e32-rel2.d: Updated for the objdump output change.
2898 * gas/mips/e32el-rel2.d: Likewise.
2899 * gas/mips/elf-rel.d: Likewise.
2900 * gas/mips/elf-rel2.d: Likewise.
2901 * gas/mips/elf-rel3.d: Likewise.
2902 * gas/mips/elf_e_flags1.d: Likewise.
2903 * gas/mips/elf_e_flags2.d: Likewise.
2904 * gas/mips/elf_e_flags3.d: Likewise.
2905 * gas/mips/elf_e_flags4.d: Likewise.
2906 * gas/mips/elfel-rel.d: Likewise.
2907 * gas/mips/elfel-rel2.d: Likewise.
2908 * gas/mips/elfel-rel3.d: Likewise.
2909 * gas/mips/empic.d: Likewise.
2910 * gas/mips/mips16-e.d: Likewise.
2911 * gas/mips/mips16-f.d: Likewise.
2912 * gas/mips/mipsel16-f.d: Likewise.
2913 * gas/mips/telempic.d: Likewise.
2914 * gas/mips/tempic.d: Likewise.
2915 * gas/mips/tmips16-e.d: Likewise.
2916 * gas/mips/tmipsel16-e.d: Likewise.
2917
2918 * gas/mips/mips16-f.d: Fix the symbol table output.
2919
2920 * gas/mips/mipsel16-f.d: Fix the endian.
2921
2922 * gas/mips/mips.exp; Don't xfail mips16-f/mipsel16-f.
2923
2924 2001-08-10 Richard Sandiford <rsandifo@redhat.com>
2925
2926 * gas/mips/mips-gp32-fp32.d: Expect addu rather than or for moves.
2927 * gas/mips/mips-gp32-fp64.d: Likewise.
2928 * gas/mips/mips-abi32.d: Likewise.
2929 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
2930 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
2931 * gas/mips/mips-abi32-pic.d: Likewise.
2932
2933 2001-07-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2934
2935 * mips/lb.d: Reflect disassembler output fixes.
2936 * mips/mips32.d: Likewise.
2937 * mips/mips64.d: Likewise. Typo.
2938 * mips/sb.d: Likewise.
2939 * mips/trunc.d: Likewise.
2940
2941 2001-08-04 H.J. Lu <hjl@gnu.org>
2942
2943 * gas/cris/operand-err-1.s: Updated.
2944
2945 2001-08-04 H.J. Lu <hjl@gnu.org>
2946 Chris G. Demetriou <cgd@broadcom.com>
2947
2948 * gas/mips/e32-rel4.s: Removed.
2949
2950 * gas/mips/e32-rel4.d: Use elf-rel4.s.
2951
2952 * gas/mips/mips.exp: Use the same rel4 test for litte endian.
2953
2954 * gas/mips/mips-abi32-pic.d: Add lines for objdump.
2955 * gas/mips/mips-abi32.d: Likewise.
2956 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
2957 * gas/mips/mips-gp32-fp32.d: Likewise.
2958 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
2959 * gas/mips/mips-gp32-fp64.d: Likewise.
2960 * gas/mips/mips-gp64-fp32-pic.d: Likewise.
2961 * gas/mips/mips-gp64-fp32.d: Likewise.
2962 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
2963 * gas/mips/mips-gp64-fp64.d: Likewise.
2964
2965 * gas/mips/mips-abi32-pic.s: Add space for objdump.
2966 * gas/mips/mips-abi32.s: Likewise.
2967 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
2968 * gas/mips/mips-gp32-fp32.s: Likewise.
2969 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
2970 * gas/mips/mips-gp32-fp64.s: Likewise.
2971 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2972 * gas/mips/mips-gp64-fp32.s: Likewise.
2973 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2974 * gas/mips/mips-gp64-fp64.s: Likewise.
2975
2976 * gas/mips/mips-abi32-pic.s: Add the missing .end.
2977 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
2978 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
2979 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2980 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2981
2982 2001-08-03 Richard Sandiford <rsandifo@redhat.com>
2983
2984 * gas/mips/elf-rel4.s, gas/mips/elf-rel4.d: New test.
2985 * gas/mips/e32-rel4.s, gas/mips/e32-rel4.s: New test.
2986
2987 * gas/mips/mips.exp: Run new tests.
2988
2989 2001-08-02 Richard Sandiford <rsandifo@redhat.com>
2990
2991 * gas/mips/mips-gp32-fp32,
2992 * gas/mips/mips-gp32-fp64,
2993 * gas/mips/mips-gp64-fp32,
2994 * gas/mips/mips-gp64-fp64,
2995 * gas/mips/mips-abi32,
2996 * gas/mips/mips-gp32-fp32-pic,
2997 * gas/mips/mips-gp32-fp64-pic,
2998 * gas/mips/mips-gp64-fp32-pic,
2999 * gas/mips/mips-gp64-fp64-pic,
3000 * gas/mips/mips-abi32-pic: New testcases.
3001
3002 * gas/mips/mips.exp: Run them.
3003
3004 2001-08-01 Alan Modra <amodra@bigpond.net.au>
3005
3006 * gas/elf/section2.l: Adjust warning message comparison.
3007
3008 2001-07-31 Richard Sandiford <rsandifo@redhat.com>
3009
3010 * gas/mips/mips.exp (el): New variable.
3011 Use it to pick ELF reloc tests.
3012
3013 2001-07-26 Chris Demetriou <cgd@broadcom.com>
3014
3015 * gas/mips/lif-empic.d: Add back dollar signs before floating
3016 point register names.
3017
3018 2001-07-26 Alan Modra <amodra@bigpond.net.au>
3019
3020 * gas/i386/relax.s: Test rs_space.
3021 * gas/i386/relax.d: Update.
3022
3023 2001-07-23 Alan Modra <amodra@bigpond.net.au>
3024
3025 * gas/i386/opcode.d: Tweak lgdt for 2001-07-18 change.
3026 * gas/i386/intel.d: Likewise.
3027
3028 2001-07-16 Philip Blundell <philb@gnu.org>
3029
3030 * gas/arm/arm7t.d, gas/arm/inst.d: Tweak expected output for
3031 change to disassembler.
3032
3033 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
3034
3035 Fix failures in MIPS testsuite:
3036 * gas/mips/abs.d: Pass -march=4000 to gas.
3037 * gas/mips/eld_rel2.d: Do not expect zeroes at end of dump.
3038 * gas/mips/elf_e_flags1.d: Pass -march=4000 to gas.
3039
3040 2001-07-11 Jakub Jelinek <jakub@redhat.com>
3041
3042 * gas/sparc/unalign.s: Remove .uaxword test.
3043 * gas/sparc/unalign.d: Adjust accordingly.
3044
3045 2001-07-08 Anders Norlander <anorland@synergenix.se>
3046
3047 * gas/all/gas.exp: Run incbin test.
3048 * gas/all/incbin.s: New file.
3049 * gas/all/incbin.d: New file.
3050
3051 2001-07-04 Richard Sandiford <rsandifo@redhat.com>
3052
3053 * gas/mips/elf-rel3.s: Add zero word to end of file.
3054
3055 2001-07-03 H.J. Lu <hjl@gnu.org>
3056
3057 * gas/mips/lb-xgot-ilocks.d: Add -march=r3900.
3058
3059 2001-07-01 Ben Elliston <bje@redhat.com>
3060
3061 * gas/m88k/allinsn.s: New file.
3062 * gas/m88k/allinsn.d: Likewise.
3063 * gas/m88k/m88k.exp: Test with allinsn.s also.
3064
3065 2001-06-28 Eric Christopher <echristo@redhat.com>
3066
3067 * gas/mips/usd.d: Change for march/mtune.
3068 * gas/mips/ulh-xgot.d: Ditto.
3069 * gas/mips/uld.d: Ditto.
3070 * gas/mips/trunc.d: Ditto.
3071 * gas/mips/rol.d: Ditto.
3072 * gas/mips/nodelay.d: Ditto.
3073 * gas/mips/mul.d: Ditto.
3074 * gas/mips/mul-ilocks.d: Ditto.
3075 * gas/mips/trap20.d: Ditto.
3076 * gas/mips/mips4.d: Ditto.
3077 * gas/mips/mips16.d: Ditto.
3078 * gas/mips/lif-xgot.d: Ditto.
3079 * gas/mips/lif-svr4pic.d: Ditto.
3080 * gas/mips/ld-xgot.d: Ditto.
3081 * gas/mips/ld-svr4pic.d: Ditto.
3082 * gas/mips/ld-ilocks-addr32.d: Ditto.
3083 * gas/mips/lb-xgot.d: Ditto.
3084 * gas/mips/jal-xgot.d: Ditto.
3085 * gas/mips/jal-svr4pic.d: Ditto.
3086 * gas/mips/delay.d: Ditto.
3087 * gas/mips/lb-xgot-ilocks.d: Ditto.
3088 * gas/mips/div.d: Ditto.
3089 * gas/mips/break20.d: Ditto.
3090 * gas/mips/delay.d: Ditto.
3091 * gas/mips/elf_e_flags3.d: Ditto.
3092 * gas/mips/elf_e_flags4.d: Ditto.
3093 * gas/mips/lineno.d: Ditto.
3094 * gas/mips/mips16.d: Ditto.
3095 * gas/mips/mips4.d: Ditto.
3096 * gas/mips/mips4010.d: Ditto.
3097 * gas/mips/mips4650.d: Ditto.
3098
3099 2001-06-21 Nick Clifton <nickc@cambridge.redhat.com>
3100
3101 * gas/arm/arm.exp: Remove msr-bad.s test.
3102 Select processor type for architecture specific instruction tests.
3103
3104 * gas/arm/adrl.s: Add adrEQl as a test.
3105 * gas/arm/adrl.d: Adjusted expected output.
3106
3107 * gas/arm/arm7dm.s: Add "msr CPSR_x, #0" as a test instruction.
3108 * gas/arm/msr-bad.s: Delete.
3109
3110 2001-06-18 Tom Rix <trix@redhat.com>
3111
3112 * gas/ppc/aix.exp: New file, aix specific tests.
3113 * gas/ppc/align.s: New file, .comm alignment test.
3114
3115 2001-06-13 Andreas Jaeger <aj@suse.de>
3116
3117 * gas/vtable/vtable.exp (run_list_test): Don't run on sparc64.
3118
3119 2001-06-06 Peter Jakubek <pjak@snafu.de>
3120
3121 * gas/mri/for.d: Correct for swapped operands.
3122 * gas/mri/if.d: Likewise.
3123 * gas/mri/repeat.d: Likewise.
3124 * gas/mri/while.d: Likewise.
3125
3126 2001-06-12 Alan Modra <amodra@bigpond.net.au>
3127
3128 * gas/i386/x86_64.d: Update for 2001-06-11 disassembler change.
3129
3130 2001-06-10 H.J. Lu <hjl@gnu.org>
3131
3132 * gas/elf/section2.l: Match various white spaces.
3133
3134 2001-06-10 H.J. Lu <hjl@gnu.org>
3135
3136 * gas/elf/section2.e: Support 64bit ELF.
3137 * gas/elf/section2.e-mips: Likewise.
3138
3139 2001-06-08 H.J. Lu <hjl@gnu.org>
3140
3141 * gas/mips/elfel-rel3.s: Moved to ...
3142 * gas/mips/elf-rel3.s: Here.
3143
3144 * gas/mips/elf-rel3.d: Updated.
3145
3146 * gas/mips/elfel-rel3.d: Updated.
3147
3148 * gas/mips/relax.d: New file.
3149 * gas/mips/relax.s: Likewise.
3150
3151 * gas/mips/mips.exp: Run relax and set xfail.
3152
3153 2001-06-08 H.J. Lu <hjl@gnu.org>
3154
3155 * gas/mips/illegal.s: New file.
3156 * gas/mips/illegal.l: Likewise.
3157
3158 * gas/elf/elf.exp (run_list_test): New.
3159 Run illegal with run_list_test.
3160
3161 2001-06-08 H.J. Lu <hjl@gnu.org>
3162
3163 * gas/mips/elf-jal.d: New file.
3164
3165 * gas/mips/mips.exp: Run "elf-jal" instead of "jal" for ELF.
3166
3167 2001-06-08 Alan Modra <amodra@bigpond.net.au>
3168
3169 * gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07.
3170
3171 2001-06-07 H.J. Lu <hjl@gnu.org>
3172
3173 * gas/elf/section2.e-mips: New file.
3174
3175 * gas/elf/elf.exp (run_list_test): Add suffix.
3176 Pass -mips as suffix to run_list_test for mips.
3177
3178 2001-06-07 H.J. Lu <hjl@gnu.org>
3179
3180 * gas/elf/section2.l: Match ".*GAS.*" instead of
3181 "GAS LISTING .*".
3182
3183 2001-06-07 H.J. Lu <hjl@gnu.org>
3184
3185 * gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips.
3186
3187 2001-06-07 H.J. Lu <hjl@gnu.org>
3188
3189 * gas/mips/empic.d: Support stabs.
3190 * gas/mips/mips16-e.d: Likewise.
3191 * gas/mips/mips16-f.d: Likewise.
3192 * gas/mips/mipsel16-f.d: Likewise.
3193 * gas/mips/telempic.d: Likewise.
3194 * gas/mips/tempic.d: Likewise.
3195 * gas/mips/tmips16-e.d: Likewise.
3196 * gas/mips/tmipsel16-e.d: Likewise.
3197
3198 2001-06-06 H.J. Lu <hjl@gnu.org>
3199
3200 * gas/mips/elf-rel3.s: New file.
3201 * gas/mips/elf-rel3.d: Likewise.
3202 * gas/mips/elfel-rel3.s: Likewise.
3203 * gas/mips/elfel-rel3.d: Likewise.
3204
3205 * gas/mips/mips.exp: Run elf-rel3/elfel-rel3.
3206
3207 2001-06-06 H.J. Lu <hjl@gnu.org>
3208
3209 * gas/elf/elf.exp (run_list_test): New.
3210 Run section2 with run_list_test.
3211
3212 * gas/elf/section2.e: New file.
3213 * gas/elf/section2.l: Likewise.
3214 * gas/elf/section2.s: Likewise.
3215
3216 2001-06-04 H.J. Lu <hjl@gnu.org>
3217
3218 * gas/mips/mips4010.s: Add the missing ".end".
3219 * gas/mips/mips4100.s: Likewise.
3220 * gas/mips/mips4650.s: Likewise.
3221 * gas/mips/sync.s: Likewise.
3222
3223 2001-06-02 H.J. Lu <hjl@gnu.org>
3224
3225 * gas/sparc/unalign.d: Support Sparc V9.
3226
3227 2001-05-28 Jeff Sturm <jsturm@one-point.com>
3228
3229 * gas/sparc/unalign.s: New test. Check unaligned relocs.
3230 * gas/sparc/unalign.d: New expected test results.
3231 * gas/sparc/sparc.exp: Run new test.
3232
3233 2001-05-27 Hans-Peter Nilsson <hp@axis.com>
3234
3235 * gas/cris/addi.d: Tweak for 64-bit BFD.
3236 * gas/cris/binop-cmpmove.d: Ditto.
3237 * gas/cris/binop-cmpmovx.d: Ditto.
3238 * gas/cris/binop-extx.d: Ditto.
3239 * gas/cris/binop.d: Ditto.
3240 * gas/cris/bork.d: Ditto.
3241 * gas/cris/branch.d: Ditto.
3242 * gas/cris/break.d: Ditto.
3243 * gas/cris/brokw-1.d: Ditto.
3244 * gas/cris/brokw-2.d: Ditto.
3245 * gas/cris/brokw-3.d: Ditto.
3246 * gas/cris/ccr.d: Ditto.
3247 * gas/cris/clear.d: Ditto.
3248 * gas/cris/continue.d: Ditto.
3249 * gas/cris/fragtest.d: Ditto.
3250 * gas/cris/jump-type.d: Ditto.
3251 * gas/cris/labfloat.d: Ditto.
3252 * gas/cris/macroat.d: Ditto.
3253 * gas/cris/movem-to-reg.d: Ditto.
3254 * gas/cris/nosep.d: Ditto.
3255 * gas/cris/oneop-type.d: Ditto.
3256 * gas/cris/prefix.d: Ditto.
3257 * gas/cris/pushpop-byte-sreg.d: Ditto.
3258 * gas/cris/pushpop-dword-sreg.d: Ditto.
3259 * gas/cris/pushpop-word-sreg.d: Ditto.
3260 * gas/cris/pushpop.d: Ditto.
3261 * gas/cris/quick-s6.d: Ditto.
3262 * gas/cris/quick-u5.d: Ditto.
3263 * gas/cris/quick-u6.d: Ditto.
3264 * gas/cris/range-err-1.s: Ditto.
3265 * gas/cris/rd-pic-1.d: Ditto.
3266 * gas/cris/rd-regprefix-1.d: Ditto.
3267 * gas/cris/rd-regprefix-1b.d: Ditto.
3268 * gas/cris/reg-to-mem.d: Ditto.
3269 * gas/cris/regreg.d: Ditto.
3270 * gas/cris/return.d: Ditto.
3271 * gas/cris/scc.d: Ditto.
3272 * gas/cris/separator.d: Ditto.
3273 * gas/cris/shexpr-1.d: Ditto.
3274 * gas/cris/sreg-to-x.d: Ditto.
3275 * gas/cris/test.d: Ditto.
3276 * gas/cris/unimplemented.d: Ditto.
3277 * gas/cris/unop-mem.d: Ditto.
3278 * gas/cris/x-to-byte-sreg.d: Ditto.
3279 * gas/cris/x-to-dcr1-sreg.d: Ditto.
3280 * gas/cris/x-to-dword-sreg.d: Ditto.
3281 * gas/cris/x-to-word-sreg.d: Ditto.
3282 * gas/cris/shexpr-1.d: Ditto. Correct format.
3283
3284 2001-05-25 H.J. Lu <hjl@gnu.org>
3285
3286 * gas/mips/e32el-rel2.d: New for little endian mips.
3287 * gas/mips/elfel-rel2.d: Likewise.
3288 * gas/mips/elfel-rel.d: Likewise.
3289 * gas/mips/mipsel16-f.d: Likewise.
3290 * gas/mips/telempic.d: Likewise.
3291 * gas/mips/tmipsel16-e.d: Likewise.
3292
3293 * gas/mips/tempic.d: New for traditional mips.
3294 * gas/mips/tmips16-e.d: Likewise.
3295
3296 * gas/mips/elf-rel.d: Handle alignment padding.
3297 * gas/mips/elf-rel2.d: Likewise.
3298
3299 * gas/mips/mips.exp: Support little endian and traditional
3300 mips.
3301
3302 2001-05-24 H.J. Lu <hjl@gnu.org>
3303
3304 * gas/m68k/pcrel.d: Support 64bit BFD.
3305
3306 2001-05-24 H.J. Lu <hjl@gnu.org>
3307
3308 * gas/arm/adrl.d: Support 64bit BFD.
3309 * gas/arm/arm7t.d: Likewise.
3310 * gas/arm/inst.d: Likewise.
3311 * gas/arm/pic.d: Likewise.
3312 * gas/arm/xscale.d: Likewise.
3313
3314 2001-05-23 Alan Modra <amodra@one.net.au>
3315
3316 * gas/elf/ehopt0.d: Tweak for bigendian targets.
3317
3318 2001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3319
3320 * gas/mips/abs.d: Remove $ before register names, per latest
3321 disassembler.
3322 * gas/mips/add.d: Ditto.
3323 * gas/mips/and.d: Ditto.
3324 * gas/mips/beq.d: Ditto.
3325 * gas/mips/bge.d: Ditto.
3326 * gas/mips/bgeu.d: Ditto.
3327 * gas/mips/blt.d: Ditto.
3328 * gas/mips/bltu.d: Ditto.
3329 * gas/mips/delay.d: Ditto.
3330 * gas/mips/div-ilocks.d: Ditto.
3331 * gas/mips/div.d: Ditto.
3332 * gas/mips/dli.d: Ditto.
3333 * gas/mips/elf_e_flags1.d: Ditto.
3334 * gas/mips/elf_e_flags2.d: Ditto.
3335 * gas/mips/elf_e_flags3.d: Ditto.
3336 * gas/mips/elf_e_flags4.d: Ditto.
3337 * gas/mips/jal-empic.d: Ditto.
3338 * gas/mips/jal-svr4pic.d: Ditto.
3339 * gas/mips/jal-xgot.d: Ditto.
3340 * gas/mips/jal.d: Ditto.
3341 * gas/mips/la-empic.d: Ditto.
3342 * gas/mips/la-svr4pic.d: Ditto.
3343 * gas/mips/la-xgot.d: Ditto.
3344 * gas/mips/la.d: Ditto.
3345 * gas/mips/lb-empic.d: Ditto.
3346 * gas/mips/lb-svr4pic.d: Ditto.
3347 * gas/mips/lb-xgot-ilocks.d: Ditto.
3348 * gas/mips/lb-xgot.d: Ditto.
3349 * gas/mips/lb.d: Ditto.
3350 * gas/mips/ld-empic.d: Ditto.
3351 * gas/mips/ld-ilocks-addr32.d: Ditto.
3352 * gas/mips/ld-ilocks.d: Ditto.
3353 * gas/mips/ld-svr4pic.d: Ditto.
3354 * gas/mips/ld-xgot.d: Ditto.
3355 * gas/mips/ld.d: Ditto.
3356 * gas/mips/li.d: Ditto.
3357 * gas/mips/lif-empic.d: Ditto.
3358 * gas/mips/lif-svr4pic.d: Ditto.
3359 * gas/mips/lif-xgot.d: Ditto.
3360 * gas/mips/lifloat.d: Ditto.
3361 * gas/mips/mips16.d: Ditto.
3362 * gas/mips/mips32.d: Ditto.
3363 * gas/mips/mips4.d: Ditto.
3364 * gas/mips/mips4010.d: Ditto.
3365 * gas/mips/mips4100.d: Ditto.
3366 * gas/mips/mips4650.d: Ditto.
3367 * gas/mips/mips64.d: Ditto.
3368 * gas/mips/mul-ilocks.d: Ditto.
3369 * gas/mips/mul.d: Ditto.
3370 * gas/mips/nodelay.d: Ditto.
3371 * gas/mips/rol.d: Ditto.
3372 * gas/mips/sb.d: Ditto.
3373 * gas/mips/trap20.d: Ditto.
3374 * gas/mips/trunc.d: Ditto.
3375 * gas/mips/uld.d: Ditto.
3376 * gas/mips/ulh-empic.d: Ditto.
3377 * gas/mips/ulh-svr4pic.d: Ditto.
3378 * gas/mips/ulh-xgot.d: Ditto.
3379 * gas/mips/ulh.d: Ditto.
3380 * gas/mips/ulw.d: Ditto.
3381 * gas/mips/usd.d: Ditto.
3382 * gas/mips/ush.d: Ditto.
3383 * gas/mips/usw.d: Ditto.
3384
3385 2001-05-14 Richard Henderson <rth@redhat.com>
3386
3387 * gas/elf/ehopt0.s: New.
3388 * gas/elf/ehopt0.d: New.
3389 * gas/elf/elf.exp: Run it.
3390
3391 2001-05-12 Peter Targett <peter.targett@arccores.com>
3392
3393 * gas/arc/st.s: Add test case @h30 fixup.
3394 * gas/arc/st.d: Update to suit.
3395
3396 2001-05-12 Alan Modra <amodra@one.net.au>
3397
3398 * gas/i386/sse2.s: Correct cvtps2dq, movdq2q, and movq2dq
3399 * gas/i386/sse2.d: Likewise. Fix pmuludq and punpckhqdq too.
3400
3401 * gas/i386/ssemmx2.d: Correct movq.
3402
3403 2001-05-10 Hans-Peter Nilsson <hp@axis.com>
3404
3405 * gas/cris/rd-dw2-10.d: Tweak for change in gas dwarf2 line number
3406 handling.
3407
3408 2001-05-04 Alan Modra <amodra@one.net.au>
3409
3410 * gas/i386/katmai.d: Correct pmovmskb and pextrw opcodes.
3411 * gas/i386/ssemmx2.d: Likewise. Correct register for pextrw,
3412 pinsrw, and pmovmskb.
3413 * gas/i386/sse2.d: Correct register for movmskpd.
3414
3415 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
3416
3417 * gas/openrisc/addi.s: New file.
3418 * gas/openrisc/addi.d: Likewise.
3419 * gas/openrisc/allinsn.exp: Likewise.
3420 * gas/openrisc/allinsn.s: Likewise.
3421 * gas/openrisc/allinsn.d: Likewise.
3422 * gas/openrisc/lohi.s: Likewise.
3423 * gas/openrisc/lohi.d: Likewise.
3424 * gas/openrisc/store.s: Likewise.
3425 * gas/openrisc/store.d: Likewise.
3426
3427 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
3428
3429 * gas/cris/rd-dw2-1.d, gas/cris/rd-dw2-2.d, gas/cris/rd-dw2-3.d,
3430 gas/cris/rd-dw2-4.d, gas/cris/rd-dw2-5.d, gas/cris/rd-dw2-6.d,
3431 gas/cris/rd-dw2-7.d, gas/cris/rd-dw2-8.d, gas/cris/rd-dw2-9.d,
3432 gas/cris/rd-dw2-10.d, gas/cris/rd-dw2-11.d, gas/cris/rd-dw2-12.d,
3433 gas/cris/rd-dw2-13.d, gas/cris/rd-dw2-14.d, gas/cris/rd-dw2-15.d:
3434 New tests.
3435 * gas/cris/brokw-2.s: Correct broken-word expansion visualization
3436 in comment.
3437 * gas/cris/fragtest.s, gas/cris/rd-pic-1.s,
3438 gas/cris/binop-cmpmovx.d, gas/cris/binop-cmpmove.d,
3439 gas/cris/binop.d, gas/cris/binop.s, gas/cris/brokw-2.d,
3440 gas/cris/clear.d, gas/cris/fragtest.s, gas/cris/jump-type.d,
3441 gas/cris/nosep.s, gas/cris/pushpop.d, gas/cris/quick.s,
3442 gas/cris/range-err-2.s, gas/cris/sep-err-1.s,
3443 gas/cris/sreg-to-x.d, gas/cris/test.d, gas/cris/x-to-byte-sreg.d,
3444 gas/cris/x-to-word-sreg.d, gas/cris/x-to-dword-sreg.d: Remove
3445 trailing empty lines.
3446 * gas/cris/continue.s: Ditto, tweak comment.
3447
3448 * lib/gas-defs.exp (run_dump_test): Support using readelf.
3449 * config/default.exp: Default READELF and READELFFLAGS.
3450
3451 2001-03-31 Alan Modra <alan@linuxcare.com.au>
3452
3453 * gas/all/cond.s: Add .if .elseif tree.
3454 * gas/all/cond.d: Match above.
3455
3456 2001-03-30 H.J. Lu <hjl@gnu.org>
3457
3458 * gas/i386/relax.d: Dump with -s instead of -drw.
3459
3460 2001-03-29 H.J. Lu <hjl@gnu.org>
3461
3462 * gas/i386/relax.s: New test for relaxation between sections.
3463 * gas/i386/relax.d: New.
3464
3465 * gas/i386/i386.exp: Add tests for ELF.
3466
3467 2001-03-27 Chris Demetriou <cgd@broadcom.com>
3468
3469 * gas/mips/lineno.d: Allow for the possibility that
3470 the local labels won't be in the objdump output. Match
3471 zeros in addresses using '+' for better compatibility with
3472 different targets.
3473
3474 2001-03-26 Chris Demetriou <cgd@broadcom.com>
3475
3476 * gas/mips/sync.s: Declare 'foo' as a function so that this
3477 test will work on properly on ECOFF targets.
3478
3479 2001-03-24 Alan Modra <alan@linuxcare.com.au>
3480
3481 * gas/i386/ssemmx2.s: Change movntq to movntdq.
3482 * gas/i386/ssemmx2.d: Matching change.
3483
3484 2001-03-23 Hans-Peter Nilsson <hp@axis.com>
3485
3486 * gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:
3487 New tests.
3488
3489 * gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
3490 gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.
3491
3492 2001-03-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
3493
3494 * gas/vax/quad.exp: Correct expected result.
3495
3496 2001-03-19 Andreas Schwab <schwab@suse.de>
3497
3498 * gas/m68k/pcrel.s: Force alignment to 8 byte boundary to get
3499 consistent output across targets.
3500 * gas/m68k/pcrel.d: Adjusted.
3501
3502 2001-03-18 H.J. Lu <hjl@gnu.org>
3503
3504 * gas/i386/intel.s: Move PIC code to ...
3505 * gas/i386/intelpic.s: New. Here.
3506 * gas/i386/intel.d: Updated.
3507 * gas/i386/intelpic.d: New.
3508
3509 * gas/i386/i386.exp: Check PIC code in Intel syntax for ELF
3510 targets only.
3511
3512 2001-03-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3513
3514 * gas/mri/mri.exp: Fix test of m6811/m6812 targets.
3515
3516 2001-02-26 H.J. Lu <hjl@gnu.org>
3517
3518 * gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".
3519
3520 2001-02-23 H.J. Lu <hjl@gnu.org>
3521
3522 * gas/ia64/opc-a-err.l: Fix "cmp4.lt.or".
3523
3524 * gas/ia64/opc-a.pl: Add tests for pseudo-ops for "cmp" and
3525 "cmp4".
3526 * gas/ia64/opc-a.s: Rebuilt.
3527 * gas/ia64/opc-a.d: Likewise.
3528
3529 2001-02-17 Chris Demetriou <cgd@broadcom.com>
3530
3531 * gas/mips/mips32.d: Remove ELF dependencies. This test
3532 wasn't meant to be ELF specific, and doesn't have to be.
3533 * gas/mips/mips64.d: Likewise.
3534
3535 2001-02-17 Chris Demetriou <cgd@broadcom.com>
3536
3537 * gas/mips/mips.exp: Don't attempt the elf_e_flags family of
3538 tests if not ELF; they test ELF-specific features.
3539
3540 2001-02-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3541
3542 * gas/mri/mri.exp: Don't execute the M68K specific tests
3543 on m6811-elf and m6812-elf targets, still run the generic MRI tests.
3544
3545 2001-02-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3546
3547 * gas/m68hc11/malis.s: New test to verify compliance with Motorola
3548 Assembly Language Input Standard.
3549 * gas/m68hc11/malis.d: New file.
3550 * gas/m68hc11/malis-include.s: New file.
3551 * gas/m68hc11/all.exp: Add the new test.
3552
3553 2001-01-12 Alan Modra <alan@linuxcare.com.au>
3554
3555 * gas/i386/i386.exp (gas_64_check): Correct target string.
3556 Use gas_64_check rather than target string to decided whether
3557 x86_64 checks should run.
3558
3559 * gas/i386/sse2.s: Add a label to cure objdump "no symbols" error.
3560 * gas/i386/ssemmx2.s: Likewise.
3561 * gas/i386/sse2.d: Update to suit.
3562 * gas/i386/ssemmx2.s: Likewise.
3563
3564 2001-01-11 Peter Targett <peter.targett@arccores.com>
3565
3566 * gas/arc/alias.*: Removed.
3567 * gas/arc/branch.*: Likewise.
3568 * gas/arc/insn3.*: Likewise.
3569 * gas/arc/math.*: Likewise.
3570 * gas/arc/sshift.*: Likewise.
3571 * gas/arc/arc.exp: Simplified test process for base case
3572 instruction set by adding run_dump_test cases for all base
3573 instructions.
3574 * gas/arc/adc.s, gas/arc/adc.d: New test cases and dump.
3575 * gas/arc/add.s, gas/arc/add.d: Likewise.
3576 * gas/arc/and.s, gas/arc/and.d: Likewise.
3577 * gas/arc/asl.s, gas/arc/asl.d: Likewise.
3578 * gas/arc/asr.s, gas/arc/asr.d: Likewise.
3579 * gas/arc/b.s, gas/arc/b.d: Likewise.
3580 * gas/arc/bic.s, gas/arc/bic.d: Likewise.
3581 * gas/arc/bl.s, gas/arc/bl.d: Likewise.
3582 * gas/arc/brk.s, gas/arc/brk.d: Likewise.
3583 * gas/arc/extb.s, gas/arc/extb.d: Likewise.
3584 * gas/arc/extw.s, gas/arc/extw.d: Likewise.
3585 * gas/arc/flag.s, gas/arc/flag.d: Likewise.
3586 * gas/arc/j.s, gas/arc/j.d: Likewise.
3587 * gas/arc/jl.s, gas/arc/jl.d: Likewise.
3588 * gas/arc/ld.s, gas/arc/ld.d: Likewise.
3589 * gas/arc/ld2.s, gas/arc/ld2.d: Likewise.
3590 * gas/arc/lp.s, gas/arc/lp.d: Likewise.
3591 * gas/arc/lsr.s, gas/arc/lsr.d: Likewise.
3592 * gas/arc/mov.s, gas/arc/mov.d: Likewise.
3593 * gas/arc/nop.s, gas/arc/nop.d: Likewise.
3594 * gas/arc/or.s, gas/arc/or.d: Likewise.
3595 * gas/arc/rlc.s, gas/arc/rlc.d: Likewise.
3596 * gas/arc/ror.s, gas/arc/ror.d: Likewise.
3597 * gas/arc/rrc.s, gas/arc/rrc.d: Likewise.
3598 * gas/arc/sbc.s, gas/arc/sbc.d: Likewise.
3599 * gas/arc/sexb.s, gas/arc/sexb.d: Likewise.
3600 * gas/arc/sexw.s, gas/arc/sexw.d: Likewise.
3601 * gas/arc/sleep.s, gas/arc/sleep.d: Likewise.
3602 * gas/arc/add.s, gas/arc/add.d: Likewise.
3603 * gas/arc/st.s, gas/arc/st.d: Likewise.
3604 * gas/arc/sub.s, gas/arc/sub.d: Likewise.
3605 * gas/arc/swi.s, gas/arc/swi.d: Likewise.
3606 * gas/arc/xor.s, gas/arc/xor.d: Likewise.
3607 * gas/arc/warn.s: Removed warning test case for setting of flags
3608 followed by conditional branch, an arc5 only feature.
3609
3610 * gas/ieee-fp/x930509a.exp: Skip test if target also arc*-*-*.
3611
3612 * gas/vtable/vtable.exp: Skip tests if target also arc*-*-*.
3613
3614 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3615
3616 * gas/m68hc11/opers12.s: Add more tests for index post byte.
3617 * gas/m68hc11/opers12.d: Likewise.
3618
3619 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3620
3621 * gas/m68hc11/all.exp: Add new tests for dwarf2.
3622 * gas/m68hc11/lbranch-dwarf2.d: New file, test for dwarf2.
3623 * gas/m68hc11/opers12-dwarf2.d: Likewise.
3624 * gas/m68hc11/insns-dwarf2.d: Likewise.
3625
3626 2001-01-11 Nick Clifton <nickc@redhat.com>
3627
3628 * gas/arm/adrl.s: Add global label 'foo'.
3629 * gas/arm/adrl.d: Expect to see references to 'foo' in the
3630 disassembly. COFF and ELF disassemblys should now be the same.
3631
3632 2001-01-10 Jan Hubicka <jh@suse.cz>
3633
3634 * i386.exp: Add ssemmx2 and sse2 tests.
3635 (sse2.d, sse2.s, ssemmx2.d, ssemmx2.s): New tests.
3636
3637 2001-01-09 Nick Clifton <nickc@redhat.com>
3638
3639 * gas/arm/pic.d: Fix patterns to match new behaviour of
3640 disassembler.
3641 inst.d: Fix patterns to match new behaviour of disassembler.
3642
3643 2001-01-03 Philip Blundell <pb@futuretv.com>
3644
3645 * gas/vtable/vtable.exp: Don't run tests on Alpha.
3646
3647 2001-01-06 Jan Hubicka <jh@suse.cz>
3648
3649 * i386.exp: Add tests for presence of 32bit versus 64bit output
3650 format; run both 64bit and 32bit tests when format is available;
3651 add x86_64 test.
3652 * x86_64.s: New file.
3653 * x86_64.d: New file.
3654
3655 2001-01-02 Nick Clifton <nickc@redhat.com>
3656
3657 * gas/arm/arm.exp: Pass -marmv3 to msr-bad test, since the
3658 instruction is legal in v5. Also fix expected error message.
3659
3660 2001-01-01 Philip Blundell <philb@gnu.org>
3661
3662 * gas/arm/adrl.s, gas/arm/pic.s, gas/arm/msr-bad.s: New tests.
3663 * gas/arm/arm.exp: Run them.
3664 * gas/arm/adrl.d, gas/arm/pic.d: Expected results for above.
3665 * gas/arm/arm6.s: Also test uppercase `CPSR' and `SPSR'.
3666
3667 2000-12-22 H.J. Lu <hjl@gnu.org>
3668
3669 * gas/i386/intel.s: Replace "nop" with ".p2align 4,0".
3670 * gas/i386/intel.d: Updated.
3671
3672 2000-12-12 Jim Wilson <wilson@redhat.com>
3673
3674 * gas/ia64/dv-imply.d, gas/ia64/dv-mutex.d, gas/ia64/dv-safe.d,
3675 gas/ia64/dv-srlz.d, gas/ia64/opc-m.d: Update.
3676
3677 2000-12-12 Nick Clifton <nickc@redhat.com>
3678
3679 * gas/vtable/vtable.exp: Fix formatting.
3680
3681 * gas/arm/elsegundo.s: New Test (currently disabled).
3682 * gas/arm/elsegundo.d: Expected test results.
3683
3684 2000-12-11 H.J. Lu <hjl@gnu.org>
3685
3686 * gas/i386/intel.d: Adjusted for the a.out assembler.
3687 * gas/i386/intel.s: Likewise.
3688
3689 2000-12-09 Nick Clifton <nickc@redhat.com>
3690
3691 * gas/m68k/pcrel.d: Update to match latest assembler output.
3692
3693 2000-12-02 Chris Demetriou <cgd@sibyte.com>
3694
3695 * gas/mips/elf_e_flags.s: Add padding to the end of the
3696 file so that objdump output will be consistent.
3697 * gas/mips/elf_e_flags1.d, gas/mips/elf_e_flags2.d,
3698 gas/mips/elf_e_flags3.d, gas/mips/elf_e_flags4.d: Expect
3699 "..." at end of objdump output because of zero bytes at end
3700 of section.
3701 * gas/mips/elf_e_flags.c: Add note to comment about
3702 what's changing in elf_e_flags.s.
3703
3704 * gas/mips/la.s: Add padding to the end of the file so that
3705 objdump output will be consistent.
3706 * gas/mips/la-svr4pic.d, gas/mips/la-xgot.d: Expect "..." at
3707 end of objdump output because of zero bytes at end of
3708 section.
3709
3710 * gas/mips/sync.s: Add padding to the end of the file so that
3711 objdump output will be consistent.
3712 * gas/mips/sync.d: Expect "..." at end of objdump output
3713 because of zero bytes at end of section.
3714
3715 * gas/mips/empic.d: Pad sections out to 16 bytes, to avoid
3716 alignment issues so tests are useful on multiple targets.
3717 * gas/mips/empic.s: Likewise.
3718 * gas/mips/mips16-e.d: Likewise.
3719 * gas/mips/mips16-e.s: Likewise.
3720 * gas/mips/mips16-f.d: Likewise.
3721 * gas/mips/mips16-f.s: Likewise.
3722
3723 * gas/mips/mips32.d: Expect disassembly of madd and maddu
3724 to use their correct names. Add tests for break and sdbbp.
3725 * gas/mips/mips32.s: Likewise.
3726
3727 * gas/mips/mips64.s: Add test for assembly of MIPS64
3728 extensions.
3729 * gas/mips/mips64.d: Likewise.
3730 * gas/mips/mips.exp: Test using the new "mips64" test.
3731
3732 2000-12-01 Chris Demetriou <cgd@sibyte.com>
3733
3734 * gas/mips/mips16.d: Expect mips16 nops to be used for padding
3735 when mips16 code generation is enabled.
3736
3737 * gas/mips/empic.d: Adjust for the fact that the difference
3738 between two symbols in the same section are not expected to
3739 generate a reloc.
3740 * gas/mips/empic.s: Likewise. Also, correct typo in comment
3741 about expected relocs.
3742
3743 * gas/mips/mips32.s, gas/mips/mips32.d: New files for MIPS32
3744 instruction assembly test.
3745 * gas/mips/mips.exp: Add the test mentioned above.
3746
3747 2000-11-30 Diego Novillo <dnovillo@redhat.com>
3748
3749 * intel.s, intel.d: New test for @GOT references.
3750
3751 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
3752
3753 * gas/sh/err.exp: New, framework for error-testing.
3754 * gas/sh/err-1.s: New test.
3755
3756 2000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3757
3758 * gas/m68hc11/opers12.s: New test for movw operands.
3759 * gas/m68hc11/opers12.d: Likewise.
3760
3761 2000-11-24 Nick Clifton <nickc@redhat.com>
3762
3763 * arm.exp: Run tests for xscale as well as arm.
3764 Run xscale tests.
3765
3766 * xscale.s: New file: XScale instruction tests.
3767 * xscale.d: New file: Expected XScale instruction results.
3768
3769 2000-11-20 H.J. Lu <hjl@gnu.org>
3770
3771 * gas/i386/intel.d: Add 3 "nop"s for the a.out assembler.
3772 * gas/i386/intel.s: Likewise.
3773
3774 2000-11-16 H.J. Lu <hjl@gnu.org>
3775
3776 * gas/symver/symver0.d: Add 64bit support.
3777 * gas/symver/symver1.d: Likewise.
3778
3779 2000-11-16 H.J. Lu <hjl@gnu.org>
3780
3781 * gas/symver/symver.exp: Don't run symver4 nor symver5.
3782
3783 2000-11-13 H.J. Lu <hjl@gnu.org>
3784
3785 * gas/symver/symver.exp: New for symver test.
3786 * gas/symver/symver0.d: Likewise.
3787 * gas/symver/symver0.s: Likewise.
3788 * gas/symver/symver1.d: Likewise.
3789 * gas/symver/symver1.s: Likewise.
3790 * gas/symver/symver2.l: Likewise.
3791 * gas/symver/symver2.s: Likewise.
3792 * gas/symver/symver3.l: Likewise.
3793 * gas/symver/symver3.s: Likewise.
3794 * gas/symver/symver4.l: Likewise.
3795 * gas/symver/symver4.s: Likewise.
3796 * gas/symver/symver5.l: Likewise.
3797 * gas/symver/symver5.s: Likewise.
3798 * gas/symver/symver6.l: Likewise.
3799 * gas/symver/symver6.s: Likewise.
3800
3801 2000-11-11 Hans-Peter Nilsson <hp@bitrange.com>
3802
3803 * gas/macros/macros.exp: Mark strings test xfail for sh.
3804
3805 2000-10-24 Diego Novillo <dnovillo@cygnus.com>
3806
3807 * intel.s, intel.d: Add new tests for intel syntax.
3808
3809 2000-10-19 Alan Modra <alan@linuxcare.com.au>
3810
3811 * gas/elf/section0.s: Ensure section sizes are multiples of 16.
3812 * gas/elf/section1.s: Likewise.
3813 * gas/elf/section[01].d: Change to suit.
3814
3815 2000-10-18 H.J. Lu <hjl@gnu.org>
3816
3817 * gas/i386/intel.d: Fix the support for 64bit BFD in the last
3818 change.
3819
3820 2000-10-15 Diego Novillo <dnovillo@cygnus.com>
3821
3822 * intel.s, intel.d: Add new tests for naked registers using intel
3823 syntax.
3824
3825 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
3826
3827 * gas/cris/regprefix-err-1.s, gas/cris/rd-regprefix-1.s,
3828 gas/cris/rd-regprefix-1.d, gas/cris/rd-regprefix-1b.d,
3829 gas/cris/us-err-1.s, gas/cris/us-err-2.s, gas/cris/us-err-3.s: New.
3830 * gas/cris/cris.exp: Loop run_dump_test over files matching rd-*.d.
3831
3832 2000-09-28 Alan Modra <alan@linuxcare.com.au>
3833
3834 * gas/hppa/parse/parse.exp: Replace "hppa*w-*-*" with "hppa*64*-*-*"
3835 * gas/hppa/reloc/reloc.exp: Likewise.
3836 * gas/hppa/unsorted/unsorted.exp: Likewise.
3837
3838 * gas/hppa/reloc/reduce.s: Modify .PARAM so we need an arg reloc.
3839
3840 2000-09-22 Jim Wilson <wilson@cygnus.com>
3841
3842 * gas/ia64/opc-f.pl: Add missing fcmp and fpcmp tests.
3843 * gas/ia64/opc-f.s, gas/ia64/opc-f.d: Regenerate.
3844
3845 * gas/ia64/dv-raw-err.s: Add new testcases for PR%, 16 - 62.
3846 * gas/ia64/dv-waw-err.s: Likewise.
3847 * gas/ia64/dv-imply.d: Regenerate.
3848 * gas/ia64/dv-mutex.d, gas/ia64/dv-raw-err.l, gas/ia64/dv-safe.d,
3849 gas/ia64/dv-srlz.d, gas/ia64/dv-war-err.l, gas/ia64/dv-waw-err.l,
3850 gas/ia64/opc-f.d, gas/ia64/opc-i.d, gas/ia64/opc-m.d: Likewise.
3851
3852 2000-09-14 Timothy Wall <twall@cygnus.com>
3853
3854 * gas/ia64/dv-waw-err.[sl]: Additional tests for parallel
3855 comparisons which should and should not produce DVs.
3856
3857 2000-09-05 Alan Modra <alan@linuxcare.com.au>
3858
3859 * gas/vtable/vtable.exp: Re-enable for hppa-elf.
3860
3861 2000-08-29 Timothy Wall <twall@cygnus.com>
3862
3863 * gas/ia64/dv-mutex.s: Add stop to avoid DV error on cmp.eq.
3864 * gas/ia64/dv-mutex.d: Update regexp pattern.
3865 * gas/ia64/dv-entry-err.s: Add stop to avoid DV error on cmp.eq.
3866 * gas/ia64/dv-imply.s: Add stops to avoid DV errors on cmp.REL.
3867 Test still fails due to insn opcode pattern changes.
3868
3869 2000-08-21 H.J. Lu <hjl@gnu.org>
3870
3871 * gas/all/cofftag.d: Support the strict COFF.
3872
3873 2000-08-16 Jim Wilson <wilson@cygnus.com>
3874
3875 * gas/ia64/dv-raw-err.s: Add new tests for addl and postinc.
3876 * gas/ia64/dv-raw-err.l: Likewise.
3877 * gas/ia64/dv-waw-err.l: Update sed pattern.
3878 * gas/ia64/opc-f.pl: Delete fpsub, and fpadd comment.
3879 * gas/ia64/opc-f.s, gas/ia64/opc-f.d: Regenerate.
3880
3881 2000-08-16 Nick Clifton <nickc@redhat.com>
3882
3883 * gas/arm/inst.s: Add tests for edge cases of shift based
3884 addressing modes.
3885
3886 * gas/arm/inst.d: Add expected results for new tests.
3887
3888 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
3889
3890 * gas/all/gas.exp: Don't run floating-point tests on CRIS.
3891 * gas/ieee-fp/x930509a.exp: Ditto.
3892 * gas/macros/macros.exp: Mark strings test xfail for CRIS.
3893 * gas/cris/*: New tests for CRIS.
3894
3895 2000-07-19 Alan Modra <alan@linuxcare.com.au>
3896
3897 * gas/macros/macros.exp (test1): Run it for hppa*-*-linux*.
3898 (semi): Likewise.
3899 (strings): Don't run for hppa, except for hppa*-*-linux*.
3900
3901 * gas/hppa/parse/linesepbug.s: Ensure we have whitespace before
3902 pseudos.
3903
3904 2000-07-18 Scott Bambrough <scottb@netwinder.org>
3905
3906 * gas/arm/inst.d: Fix expected results to match current assembler
3907 output. Patch from Justin Seger <justin.m.seger@intel.com>.
3908
3909 2000-07-10 Alan Modra <alan@linuxcare.com.au>
3910
3911 * gas/vtable/vtable.exp: Disable test for hppa.
3912
3913 * gas/hppa/reloc/reloc.exp (do_relocation_reduction_tests): Don't
3914 run test for any elf target.
3915 (applybug): Don't run test for linux.
3916 * gas/hppa/unsorted/unsorted.exp (do_common_text): Likewise.
3917 * gas/hppa/parse/parse.exp (linesepbug): Remove xfail
3918 (labelbug): xfail for hppa-linux.
3919
3920 * gas/hppa/basic/{coprmem.s, fmemLRbug.s}: Add colons to labels.
3921 * gas/hppa/parse/{callinfobug.s, regpopbug.s}: Likewise.
3922 * gas/hppa/reloc/{applybug.s, funcrelocbug.s, longcall.s,
3923 r_no_reloc.s, reduce3.s}: Likewise.
3924 * gas/hppa/unsorted/common.s: Likewise.
3925
3926 2000-07-05 Nick Clifton <nickc@cygnus.com>
3927
3928 * gas/d30v/inst.d: Fix expected results to match current assembler
3929 output.
3930 * gas/d30v/bittest.l: Fix expected warning messages to match
3931 current assembler output.
3932
3933 2000-06-29 Kazu Hirata <kazu@hxi.com>
3934
3935 * gas/h8300/h8300.exp (do_h8300s_mac): Change the registers used
3936 in ldmac and stmac.
3937 * gas/h8300/macs.s: Likewise.
3938
3939 2000-06-27 Nick Clifton <nickc@cygnus.com>
3940
3941 * gas/d30v/bittest.l: Edit to match new warning messages produced
3942 by assembler.
3943
3944 2000-06-19 Timothy Wall <twall@cygnus.com>
3945
3946 * gas/macros/macros.exp: Avoid tests which are not useful on tic54x.
3947 * gas/all/gas.exp: Make adjustments for tic54x target.
3948 * gas/ieee-fp/x930509a.exp: Ditto.
3949 * gas/tic54x/*: New tests for tic54x. NOTE: load page has been
3950 moved into the LMA and is not printed separately by objdump any
3951 longer. This still needs to be tested.
3952
3953 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3954
3955 * gas/m68k/all.exp: Don't execute tests if the target is m68hc11&12.
3956 * gas/m68hc11/all.exp: Specific tests for m68hc11.
3957 * gas/m68hc11/all_insns.[ds]: Check m68hc11 instructions.
3958 * gas/m68hc11/insns[ds]: Another test.
3959 * gas/m68hc11/lbranch.[ds]: Check branch optimization (gas relax).
3960 * gas/m68hc11/opers12.[ds]: New files, check m68hc12 operands.
3961
3962 2000-06-17 Alan Modra <alan@linuxcare.com.au>
3963
3964 * gas/macros/strings.s: Don't start directives in first column
3965 (for LABELS_WITHOUT_COLONS targets).
3966
3967 2000-06-14 H.J. Lu <hjl@gnu.org>
3968
3969 * gas/macros/strings.d: Support a.out and coff.
3970
3971 2000-06-14 Nick Clifton <nickc@cygnus.com>
3972
3973 * gas/arm/arm6.s: Remove 'mrs r9, cpsr_all' since the cpsr_all
3974 flag is no longer legal syntax.
3975
3976 2000-06-09 Nick Clifton <nickc@cygnus.com>
3977
3978 * gas/macros/macros.exp: Run new test: strings.
3979 * gas/macros/strings.s: New test: String expansion inside
3980 macros.
3981 * gas/macros/strings.d: New test results.
3982
3983 2000-06-04 Alan Modra <alan@linuxcare.com.au>
3984
3985 * gas/i386/prefix.s: Modify so we have at least one x86 test that
3986 checks the line separator.
3987
3988 2000-05-21 Hans-Peter Nilsson <hp@axis.com>
3989
3990 * gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.
3991
3992 2000-05-15 Nick Clifton <nickc@cygnus.com>
3993
3994 * gas/arm/arch4t.s: Add tests of new fields to msr instruction.
3995
3996 2000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
3997
3998 * gas/mips/mips.exp: Include *-*-linux* in svr4pic.
3999
4000 * gas/mips/jal-svr4pic.{s,d} gas/mips/jal-xgot.d: Add a jal to a
4001 weak symbol.
4002
4003 2000-05-08 Alan Modra <alan@linuxcare.com.au>
4004
4005 * gas/mri/float.d: Fix for srec length change.
4006
4007 2000-05-02 Alan Modra <alan@linuxcare.com.au>
4008
4009 * gas/hppa/unsorted/unsorted.exp: Duplicate hppa*-*-*elf*
4010 behaviour for hppa*-*-linux* throughout file.
4011 * gas/hppa/reloc/reloc.exp: Ditto.
4012 (reduce2.s): Disable test for elf targets.
4013
4014 * gas/hppa/parse/parse.exp (ssbug.s): setup_xfail hppa*-*-linux*.
4015
4016 * gas/elf/section0.s: Don't start pseudos on first column so
4017 targets that define LABELS_WITHOUT_COLONS work.
4018 * gas/elf/section1.s: Ditto.
4019 * gas/vtable/inherit0.s: Ditto.
4020 * gas/vtable/inherit1.s: Ditto.
4021 * gas/vtable/entry0.s: Ditto.
4022 * gas/vtable/entry1.s: Ditto.
4023
4024 2000-05-01 Nick Clifton <nickc@cygnus.com>
4025
4026 * gasp/macro.out: Fix label numbers to remove leading zeroes.
4027 * gasp/mdouble.out: Fix label numbers to remove leading zeroes.
4028
4029 2000-04-25 Alan Modra <alan@linuxcare.com.au>
4030
4031 * gas/i386/general.l: Allow for DISP32 pe relocs.
4032 * gas/i386/jump.d: Similarly.
4033
4034 2000-04-24 Jim Wilson <wilson@cygnus.com>
4035
4036 * gas/ia64/opc-i.d: Change pmin2.u to pmin2. Change pmax2.u to pmax2.
4037 Change MLI to MLX. Switch operands for output matching tbit.z.orcm,
4038 tbit.z.andcm, tbit.nz.orcm, tbit.nz.andcm, tnat.z.orcm, tnat.z.andcm,
4039 tnat.nz.orcm, tnat.nz.andcm inputs.
4040 * gas/ia64/opc-i.pl: Insert padding nops before last dep.
4041 * gas/ia64/opc-i.s: Regenerate.
4042
4043 * gas/ia64/opc-i.s: Regenerate.
4044 * gas/ia64/opc-f.pl: Add explicit stop at end.
4045
4046 2000-04-22 Timothy Wall <twall@cygnus.com>
4047
4048 * gas/ia64/opc-f.d: Disassemble zeroes to verify break.f.
4049 * gas/ia64/opc-f.s: Add an explicit stop to make IAS output match.
4050
4051 2000-04-21 Richard Henderson <rth@cygnus.com>
4052 David Mosberger <davidm@hpl.hp.com>
4053 Timothy Wall <twall@cygnus.com>
4054 Jim Wilson <wilson@cygnus.com>
4055
4056 * gas/vtable/vtable.exp: Disable for ia64.
4057 * gas/ia64: New testsuite directory.
4058
4059 2000-04-03 Alan Modra <alan@linuxcare.com.au>
4060
4061 * gas/i386/general.s: Check 16-bit immediates, and move call/jump
4062 checks to start.
4063 * gas/i386/general.l: Likewise.
4064
4065 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
4066
4067 * gas/mn10300/am33_5.s: Check that negative SP offsets are encoded
4068 with 32 bits, not with the unsigned shorter opcodes.
4069 * gas/mn10300/basic.exp: Likewise.
4070
4071 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
4072
4073 * lib/gas-defs.exp (regexp_diff): Don't break on the first
4074 difference, list them all.
4075
4076 2000-03-29 Nick Clifton <nickc@cygnus.com
4077
4078 * gas/arm/thumb.s: Add test of bal instruction.
4079
4080 2000-03-27 Alan Modra <alan@linuxcare.com.au>
4081
4082 * gas/ieee-fp/x930509a.exp (dotest): Fix test for
4083 LISTING_WORD_SIZE==1.
4084 * gas/all/gas.exp (do_930509a): Same here.
4085 * gas/all/cond.d: And here.
4086
4087 2000-03-16 Nick Clifton <nickc@cygnus.com>
4088
4089 * gas/arm/arm.exp: Run branch.s test.
4090 Run tests if target is strongarm.
4091
4092 * gas/arm/branch.s: New test. Make sure that assembler can handle
4093 same-section branch relocations properly.
4094
4095 * gas/arm/branch.d: New file. Expected output from assembling
4096 branch.s.
4097
4098 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
4099
4100 * gas/mips/empic.d: New file.
4101 * gas/mips/empic.s: New file.
4102 * gas/mips/mips16-e.d: New file.
4103 * gas/mips/mips16-e.s: New file.
4104 * gas/mips/mips16-f.d: New file.
4105 * gas/mips/mips16-f.s: New file.
4106 * gas/mips/mips.exp: Add empic, mips16-e. Add mips16-f as an
4107 expected failure.
4108
4109 2000-02-25 H.J. Lu <hjl@gnu.org>
4110
4111 * gas/i386/general.l: Support a.out and coff.
4112
4113 2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
4114
4115 * gas/i386/intel.s: New file, intel version of opcode.s
4116 * gas/i386/intel.d: New file, copy of opcode.d
4117 * gas/i386/i386.exp: Call it.
4118
4119 * gas/i386/general.s: Add extra "out" instructions.
4120 * gas/i386/general.l: Likewise.
4121
4122 2000-01-31 Nick Clifton <nickc@cygnus.com>
4123
4124 * gas/arm/inst.s: Include test of ATPCS register naming
4125 conventions.
4126
4127 * gas/arm/float.s: Include test of ATPCS register naming
4128 conventions.
4129
4130 2000-01-21 H.J. Lu <hjl@gnu.org>
4131
4132 * gas/i386/general.l: Support a.out.
4133 * gas/i386/jump.d: Likewise.
4134 * gas/i386/jump16.d: Likewise.
4135
4136 2000-01-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4137
4138 * gas/i386/general.{s,l}: Move 16 bit jmp and call tests from here
4139 * gas/i386/jump16.{s,d}: To here.
4140 * gas/i386/jump.{s,d}: New files. Duplicate 32 bit jmp and call
4141 tests in general.s so that objdump is exercised.
4142
4143 * gas/i386/i386.exp: Call new tests.
4144
4145 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
4146
4147 * gas/i386/general.{s,l}: Add jmp and call tests for .code16gcc,
4148 .code16, and .code32 modes.
4149
4150 1999-11-30 Jeffrey A Law (law@cygnus.com)
4151
4152 * gas/mn10300/{am33.s, am33_2.s, am33_3.s}: New test files.
4153 * gas/mn10300/{am33_4.s, am33_5.s, am33_6.s}: Likewise.
4154 * gas/mn10300/{am33_7.s, am33_8.s}: Likewise.
4155 * gas/mn10300/basic.exp: Run the am33 tests.
4156
4157 1999-11-15 Gavin Romig-Koch <gavin@cygnus.com>
4158
4159 * gas/mips/la.d: Adjust for new la macro expansion.
4160 Change matches for explicit addresses to matches for
4161 any address.
4162 * gas/mips/la-xgot.d: Same.
4163 * gas/mips/la-svr4pic.d: Same.
4164
4165 1999-11-01 Nick Clifton <nickc@cygnus.com>
4166
4167 Remove reloc generating references to local labels in test code.
4168 Some ARM targets (eg PE) generate a reloc based on the label,
4169 whilst others (eg ELF) generate a reloc based on the section
4170 symbol. This meant that the disassembled outputs would differ.
4171
4172 * gas/arm/inst.s: Change test of BLPL instruction.
4173 * gas/arm/inst.d: Change expected decode of BLPL instruction.
4174 * gas/arm/arm7t.s: Remove use of .LC0 label in .word directive.
4175 Remove .rdata section, since this cannot exist in an arm-aout
4176 target.
4177 * gas/arm/arm7t.d: Change expected reloc generated for .word
4178 directive.
4179
4180 1999-10-21 Nick Clifton <nickc@cygnus.com>
4181
4182 * gas/arm/arm7t.d: Update to match latest objdump output.
4183 * gas/arm/inst.s: Fix erroneous test case.
4184 * gas/arm/inst.d: Update to match latest objdump output.
4185
4186 1999-10-11 Geoffrey Keating <geoffk@cygnus.com>
4187
4188 * lib/gas-defs.exp (regexp_diff): Allow '#...' to mean "some
4189 indeterminate number of extra lines here".
4190
4191 * gas/elf/elf.exp: Remove XFAILs.
4192 * gas/elf/section0.d: Make pass on MIPS (and hopefully alpha).
4193 * gas/elf/section1.d: Likewise.
4194
4195 1999-10-07 Diego Novillo <dnovillo@cygnus.com>
4196
4197 * gas/d10v: New directory.
4198 * gas/d10v/d10.exp: New file.
4199 * gas/d10v/inst.s: New file.
4200 * gas/d10v/inst.d: New file.
4201
4202 1999-10-07 Geoffrey Keating <geoffk@cygnus.com>
4203
4204 * gas/mips/elf-rel.s: New file.
4205 * gas/mips/elf-rel.d: New file.
4206 * gas/mips/elf-rel2.d: New file.
4207 * gas/mips/e32-rel2.d: New file.
4208 * gas/mips/elf-rel2.s: New file.
4209 * gas/mips/mips.exp: Add elf-rel, elf-rel2.
4210
4211 * gas/mips/elf_e_flags1.d: Tweak a little so it passes
4212 even if the CPU is set to something by default.
4213
4214 1999-10-04 Doug Evans <devans@canuck.cygnus.com>
4215
4216 * gas/m32r/error.exp: New testcase driver.
4217 * gas/m32r/m32rx.exp: New testcase driver.
4218 * gas/m32r/fslotx.[sd]: New testcase.
4219 * gas/m32r/m32rx.[sd]: New testcase.
4220 * gas/m32r/relax-s.[sd]: New testcase.
4221 * gas/m32r/interfere.s: New testcase.
4222 * gas/m32r/wrongsize.s: New testcase.
4223
4224 1999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
4225
4226 * gas/i386/i386.exp: Enable reloc and white tests for COFF.
4227 * gas/i386/reloc.d: Accept dir32 relocs.
4228
4229 1999-09-12 Donn Terry <donn@interix.com>
4230
4231 * gas/all/gas.exp: Run cofftag test for i*86-*-interix*.
4232 * lib/gas-defs.exp: Add perror if can not read .d file.
4233
4234 1999-09-04 Steve Chamberlain <sac@pobox.com>
4235
4236 * gas/pj/{pj.exp, ops.c, ops.d}: New tests for picoJava.
4237
4238 1999-09-02 Nick Clifton <nickc@cygnus.com>
4239
4240 * gas/vtable/vtable.exp: Add [istarget "strongarm*-*-*"] to run
4241 dump test "entry0" instead of "entry1".
4242
4243 1999-09-01 Scott Bambrough <scottb@netwinder.org>
4244
4245 * gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dump
4246 test "entry0" instead of "entry1". ARM targets use REL relocs,
4247 and should use the test entry0.
4248
4249 1999-09-01 H.J. Lu <hjl@gnu.org>
4250
4251 * gas/i386/naked.d: Fix for coff targets.
4252
4253 Mon Aug 30 12:18:40 1999 Jeffrey A Law (law@cygnus.com)
4254
4255 * gas/hppa/unsorted/*.s: Use .code instead of .SPACE/.SUBSPA for
4256 sectioning.
4257 * gas/hppa/unsorted/unsorted.exp: Disable tests not appropriate for
4258 PA64.
4259
4260 * gas/hppa/reloc/*.s: Use .code instead of .SPACE/.SUBSPA for
4261 sectioning.
4262 * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64.
4263 Revamp address expressions slightly to handle an arbitrary sized
4264 address.
4265
4266 * gas/hppa/parse/*.s: Use .code instead of .SPACE/.SUBSPA for
4267 sectioning.
4268 * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64.
4269
4270 * gas/hppa/basic/*.s: Use .code instead of .SPACE/.SUBSPA for
4271 sectioning.
4272
4273 1999-08-30 Alan Modra <alan@spri.levels.unisa.edu.au>
4274
4275 * gas/i386/naked.s, gas/i386/naked.d: Test-suite addition for
4276 allow_naked_reg parsing.
4277 * gas/i386/i386.exp: Call it.
4278
4279 1999-08-29 Alan Modra <alan@spri.levels.unisa.edu.au>
4280
4281 * gas/i386/white.s, gas/i386/white.l: Add space in FP reg tests.
4282
4283 1999-08-28 Jerry Quinn <jquinn@nortelnetworks.com>
4284
4285 * gas/hppa/basic/basic.exp: Add new tests shift2.s,
4286 shift3.s, extract2.s, extract3.s, deposit2.s, and deposit3.s.
4287 * gas/hppa/basic/shift2.s, shift3.s, extract2.s,
4288 extract3.s, deposit2.s, deposit3.s: New.
4289
4290 * gas/hppa/basic/add.s,addi.s,dcor.s,shladd.s,sub.s,subi.s,unit.s:
4291 Add new syntax versions of instructions to tests.
4292 * gas/hppa/basic/add2.s,dcor2.s,perf.s,purge2.s,shladd2.s,sub2.s,
4293 system2.s, unit2.s: New tests.
4294 * hppa/basic/basic.exp: Add new tests.
4295
4296 * gas/hppa/basic/basic.exp:
4297 * gas/hppa/basic/media.s: Add test cases for new instructions.
4298
4299 * gas/hppa/basic/basic.exp (do_branch2,do_media): New.
4300 * gas/hppa/basic/branch2.s: New.
4301 * gas/hppa/basic/media.s: New.
4302
4303 * gas/hppa/basic/basic.exp (do_fp_comp2): New.
4304 * gas/hppa/basic/fp_comp2.s: New.
4305
4306 1999-08-20 Alan Modra <alan@spri.levels.unisa.edu.au>
4307
4308 * gas/i386/general.s, gas/i386/general.l: Add .code16gcc
4309 displacement checks with auto address prefix.
4310
4311 1999-08-17 H.J. Lu <hjl@gnu.org>
4312
4313 * gas/elf/elf.exp: Expected to fail on alpha*-*-*.
4314
4315 1999-08-09 Ian Lance Taylor <ian@zembu.com>
4316
4317 * gas/i386/float.s, gas/i386/float.l: Modify to work correctly
4318 when gas uses 2**4 alignment for .text.
4319 * gas/i386/general.s, gas/i386/general.l: Likewise.
4320 * gas/i386/katmai.s, gas/i386/katmai.d: Likewise.
4321 * gas/i386/modrm.s, gas/i386/modrm.l: Likewise.
4322 * gas/i386/prefix.s, gas/i386/prefix.d: Likewise.
4323
4324 1999-07-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4325
4326 * gas/i386/reloc.d: Fix so that test passes when enable-targets
4327 includes 64-bit bfd target.
4328
4329 1999-06-13 Ian Lance Taylor <ian@zembu.com>
4330
4331 * gas/i386/katmai.d: Tweak for recent disassembler changes.
4332
4333 1999-06-12 Ian Lance Taylor <ian@zembu.com>
4334
4335 * gas/elf/elf.exp: Don't run tests on "*-*-linux*aout*" or
4336 "*-*-linux*oldld*".
4337 * gas/vtable/vtable.exp: Likewise.
4338 * gas/i386/reloc.d: Modify expected reloc names to accept a.out
4339 names.
4340
4341 * gas/i386/amd.s: Add a symbol so a.out tests will work.
4342 * gas/i386/katmai.s: Likewise.
4343 * gas/i386/amd.d: Corresponding change.
4344 * gas/i386/katmai.d: Corresponding change.
4345
4346 1999-06-10 Ian Lance Taylor <ian@zembu.com>
4347
4348 * gas/mips/sync.d: Pass -mips2 to the assembler.
4349
4350 * gas/mips/elf_e_flags.s: Tweak code so that the tests pass for
4351 mips-elf target as well as mips64-elf target.
4352 * gas/mips/elf_e_flags1.d: Corresponding changes.
4353 * gas/mips/elf_e_flags2.d: Likewise.
4354 * gas/mips/elf_e_flags3.d: Likewise.
4355 * gas/mips/elf_e_flags4.d: Likewise.
4356
4357 * gas/elf/elf.exp: Add setup_xfail for mips*-*-*.
4358
4359 * gas/all/itbl-test.c (main): Update itbl_get_reg_val call for new
4360 parameter.
4361
4362 1999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
4363
4364 * gas/sparc/synth64.s: Add checks for single register signx/clruw.
4365 * gas/sparc/set64.s: Add tests for setuw and setsw synthetic insns.
4366 * gas/sparc/prefetch.d: Add -64 as switch.
4367 * gas/sparc/rdpr.d: Ditto.
4368 * gas/sparc/wrpr.d: Ditto.
4369 * gas/sparc/synth64.d: Ditto, reflect synth64.s changes.
4370 * gas/sparc/reloc64.d: Add -64 as switch, be more tolerant, as
4371 current gas outputs %hi(0) and not %hi(0x0).
4372 * gas/sparc/set64.d: Add -64 as switch, reflect set64.s changes and
4373 optimizations for setx instruction.
4374 * gas/sparc/sparc.exp: Do sparc64*-*-* checks if it is any of the
4375 compiled-in targets.
4376
4377 1999-06-10 Richard Henderson <rth@cygnus.com>
4378
4379 * gas/macros/irp.s: Use `foo' and `bar' instead of `r' and `s'.
4380 * gas/macros/rept.s, gas/macros/test2.s, gas/macros/test3.s: Likewise.
4381 * gas/macros/{irp,rept,test2,test3}.d: Update.
4382
4383 1999-06-05 Richard Henderson <rth@cygnus.com>
4384
4385 * gas/elf/elf.exp: New directory.
4386 * gas/elf/section0.[sd]: New test.
4387 * gas/elf/section1.[sd]: New test.
4388
4389 1999-06-03 Philip Blundell <philb@gnu.org>
4390
4391 * gas/arm/arm7t.d, gas/arm/inst.d: Update to match current gas,
4392 bfd and opcodes.
4393
4394 1999-05-28 Ian Lance Taylor <ian@zembu.com>
4395
4396 * gas/vtable/vtable.exp: Don't run test for i960 yet.
4397
4398 1999-05-17 Nick Clifton <nickc@cygnus.com>
4399
4400 * gas/mcore/allinsn.d: Updated to match latest objdump output.
4401
4402 1999-05-12 Alan Modra <alan@spri.levels.unisa.edu.au>
4403
4404 * gas/i386/opcode.d: Modify callw to suit disasm fix.
4405
4406 * gas/i386/amd.d: Modify a '(bad)' to SIMD instruction.
4407
4408 * gas/i386/amd.s: Pad to multiple of 8
4409 * gas/i386/amd.d: Here too.
4410
4411 * gas/i386/prefix.[sd]: Align with nops
4412 * gas/i386/reloc.[sd]: Here too.
4413
4414 * gas/i386/katmai.[sd]: New for PIII SIMD
4415 * gas/i386/i386.exp: Call it.
4416
4417 1999-05-02 Nick Clifton <nickc@cygnus.com>
4418
4419 * gas/mcore/allinsn.d: Update to match latest assembler
4420 operations.
4421
4422 1999-04-16 DJ Delorie <dj@cygnus.com>
4423
4424 * gas/i386/amd.s: Add NOPs to align for coff targets
4425 * gas/i386/amd.d: and check for them.
4426
4427 1999-04-15 Jeffrey A Law (law@cygnus.com)
4428
4429 * gas/hppa/basic/basic.exp (do_coprmem): No longer expected to file.
4430
4431 1999-04-14 Jeffrey A Law (law@cygnus.com)
4432
4433 * gas/hppa/basic/branch.s: Do not use immediate value where we
4434 really want a register.
4435 * gas/hppa/basic/coprmem.s: Likewise.
4436 * gas/hppa/basic/fmemLRbug.s: Likewise.
4437 * gas/hppa/basic/coprmem.s: Likewise.
4438 * gas/hppa/basic/spop.s: Likewise.
4439 * gas/hppa/basic/imem.s: Likewise.
4440 * gas/hppa/parse/badfmpyadd.s: Likewise.
4441 * gas/hppa/parse/calldatabug.s: Likewise.
4442 * gas/hppa/parse/entrybug.s: Likewise.
4443 * gas/hppa/parse/exprbug.s: Likewise.
4444 * gas/hppa/parse/fixup7bug.s: Likewise.
4445 * gas/hppa/parse/labelbug.s: Likewise.
4446 * gas/hppa/reloc/applybug.s: Likewise.
4447 * gas/hppa/reloc/funcrelocbug.s: Likewise.
4448 * gas/hppa/reloc/labelopbug.s: Likewise.
4449 * gas/hppa/reloc/longcall.s: Likewise.
4450 * gas/hppa/reloc/plabelbug.s: Likewise.
4451 * gas/hppa/reloc/reduce.s: Likewise.
4452 * gas/hppa/reloc/reduce2.s: Likewise.
4453 * gas/hppa/reloc/reduce3.s: Likewise.
4454 * gas/hppa/unsorted/brlenbug.s: Likewise.
4455 * gas/hppa/unsorted/importbug.s: Likewise.
4456 * gas/hppa/unsorted/lasbeldiffs.s: Likewise.
4457
4458 * gas/hppa/basic/basic.exp (do_imem): Handle multiple encodings
4459 for loads and stores using reg + small d addresses.
4460 No longer expect failure for mis-parse of imm %reg.
4461
4462 1999-04-13 Doug Evans <devans@casey.cygnus.com>
4463
4464 * gas/m32r/m32rx.d (cmpu__rach): Fix expected output.
4465 * gas/m32r/m32rx.s (bc__add,add__bc): Explicitly specify short branch
4466 so branch relaxation restrictions won't interfere with parallelization
4467 attempts.
4468
4469 1999-04-08 Nick Clifton <nickc@cygnus.com>
4470
4471 * gas/mcore: New Directory.
4472 * gas/mcore/allinsn.exp: New File: Expect file for MCore assembly
4473 tests.
4474 * gas/mcore/allinsn.s: New File: Source file for MCore assembly
4475 tests.
4476 * gas/mcore/allinsn.d: New File: Expected output file for MCore
4477 assembly tests.
4478
4479 1999-03-20 Doug Evans <devans@casey.cygnus.com>
4480
4481 * gas/m32r/m32rx.[sd]: Fix a few more testcases.
4482
4483 1999-03-16 Martin Hunt <hunt@cygnus.com>
4484
4485 * gas/d30v/d30.exp (run_list_test): Add new tests,
4486 label, guard-debug, serial, warn_oddreg, bittest, and mul.
4487
4488 * gas/d30v/opt.s: Fix some warnings and add a few labels
4489 to keep things from parallelizing where we don't want them to.
4490
4491 * gas/d30v/reloc.s: Fix warning.
4492
4493 * gas/d30v/opt.d, reloc.d, inst.d: Rebuild.
4494
4495 * gas/d30v/label.s: New test. Check that labels are aligned
4496 on 8-byte boundaries.
4497
4498 * gas/d30v/guard-debug.s: New test. Test output with "-g".
4499
4500 * gas/d30v/serial.s: New test. Check for warnings with
4501 illegal serial instructions.
4502
4503 * gas/d30v/warn_oddreg.s: New test. CHeck for warnings when
4504 odd-numbered registers are used for some instructions.
4505
4506 * gas/d30v/bittest.s: New test. Check for bit operation
4507 instructions (BCLR, BNOT, BSET, BTST) in the IU.
4508
4509 * gas/d30v/mul.s: New test. Check for restricted sequences
4510 in a bunch of different multiply instructions.
4511
4512 * gas/vtable/vtable.exp (run_list_test): Don't
4513 run test on D30V.
4514
4515 1999-03-05 Nick Clifton <nickc@cygnus.com>
4516
4517 * gas/all/gas.exp: Expect strongarm-coff target to fail cofftag
4518 test.
4519
4520 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4521
4522 * gas/mips/mips.exp: Run the new tests, below.
4523 * gas/mips/elf_e_flags1.d, gas/mips/elf_e_flags2.d,
4524 gas/mips/elf_e_flags3.d, gas/mips/elf_e_flags4.d: New files.
4525 * gas/mips/elf_e_flags.c, gas/mips/elf_e_flags.s: New files.
4526
4527 * lib/gas-defs.exp (run_dump_test): Document. It's not
4528 really trivial.
4529
4530 * lib/gas-defs.exp (run_dump_test): Clean up logic for guessing
4531 $program (the dump tool).
4532
4533 1999-02-10 Doug Evans <devans@casey.cygnus.com>
4534
4535 * gas/m32r/allinsn.d: Prefix all | with \.
4536 (push,pop): Fix expected output.
4537 * gas/m32r/relax-1.d: Emitted nops are serial, not parallel.
4538 * gas/m32r/fslot.d: Prefix all | with \.
4539
4540 1999-02-08 Nick Clifton <nickc@cygnus.com>
4541
4542 * gas/vtable/inherit0.s: Do not use '@' prefix to .type operator.
4543 Some ports use it as a comment initiator.
4544
4545 * gas/vtable/entry1.d: Do not look for an addend. Some ports use
4546 REL relocations and so do not have one.
4547
4548 1998-12-18 Nick Clifton <nickc@cygnus.com>
4549
4550 * gas/fr30/allinsn.s: Fix to match latest assembler syntax.
4551 * gas/fr30/allinsn.d: Fix to match latest assembler output
4552
4553 1998-12-03 Nick Clifton <nickc@cygnus.com>
4554
4555 * gas/fr30/allinsn.d: Updated to match latest assembler output.
4556
4557 1998-12-02 Nick Clifton <nickc@cygnus.com>
4558
4559 * gas/fr30/allinsn.s: Replace illegal insns with legal versions.
4560
4561 * gas/fr30/allinsn.d: Update to match latest assembler output.
4562
4563 1998-11-19 Dave Brolley <brolley@cygnus.com>
4564
4565 * gas/fr30/allinsn.s: Reorder insns for better simulation.
4566
4567 1998-11-19 Doug Evans <devans@charmed.cygnus.com>
4568
4569 * gas/mips/sync.[sd]: New testcase.
4570 * gas/mips/mips.exp: Run it.
4571
4572 1998-11-18 Dave Brolley <brolley@cygnus.com>
4573
4574 * gas/fr30/allinsn.s (dmov): Correct hex literals.
4575
4576 1998-11-17 Nick Clifton <nickc@cygnus.com>
4577
4578 * gas/fr30/allinsn.s: Moved currently un-assembliable instructions
4579 to end of file.
4580
4581 * gas/fr30/allinsn.d: Added disassembly of currently assembliable
4582 opcodes.
4583
4584 1998-11-16 Nick Clifton <nickc@cygnus.com>
4585
4586 * gas/fr30/allinsn.s: Fix syntax errors.
4587
4588 1998-11-16 Dave Brolley <brolley@cygnus.com>
4589
4590 * gas/fr30/allinsn.s: Fixed more typos.
4591
4592 1998-11-13 Nick Clifton <nickc@cygnus.com>
4593
4594 * gas/fr30/allinsn.s: Fixed typos and added some tests of upper
4595 case vs lower case.
4596
4597 1998-11-10 Nick Clifton <nickc@cygnus.com>
4598
4599 * gas/fr30/allinsn.s: New file.
4600 * gas/fr30/allinsn.d: New file.
4601 * gas/fr30/allinsn.exp: New file.
4602 * gas/fr30/fr30.exp: New file.
4603
4604 1998-11-02 Doug Evans <devans@canuck.cygnus.com>
4605
4606 * gas/m32r/fslot.[sd]: New testcase.
4607 * gas/m32r/m32r.exp: Run it.
4608
4609 1998-10-20 Alan Modra <alan@spri.levels.unisa.edu.au>
4610
4611 * gas/i386/i386.exp: Run AMD insn test.
4612 * gas/i386/amd.s: New test.
4613 * gas/i386/amd.d: New test results.
4614
4615 1998-09-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4616
4617 * gas/vtable/inherit1.l: Require only the word GAS somewere in the
4618 first line of the listing.
4619
4620 Tue Sep 1 10:20:03 1998 Richard Henderson <rth@cygnus.com>
4621
4622 * gas/ppc/astest.d: Adjust regexps to match a 64-bit host.
4623 * gas/ppc/astest2.d: Likewise.
4624
4625 Mon Aug 31 13:25:07 1998 Richard Henderson <rth@cygnus.com>
4626
4627 * gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching
4628 of whitespace for 64-bit hosts.
4629
4630 Mon Aug 31 12:45:49 1998 Richard Henderson <rth@cygnus.com>
4631
4632 * gas/vtable/vtable.exp: New.
4633 * gas/vtable/{entry0.s,entry0.d}: New.
4634 * gas/vtable/{entry1.s,entry1.d}: New.
4635 * gas/vtable/{inherit0.s,inherit0.d}: New.
4636 * gas/vtable/{inherit1.s,inherit1.l}: New.
4637
4638 Thu Aug 20 23:18:06 1998 Ian Lance Taylor <ian@cygnus.com>
4639
4640 * gas/i386/white.l: Revert patch of August 12.
4641
4642 Wed Aug 12 11:54:37 1998 Jeffrey A Law (law@cygnus.com)
4643
4644 * gas/mn10300/udf.s: New test.
4645 * gas/mn10300/basic.exp: Run it.
4646
4647 Wed Aug 12 13:25:38 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4648
4649 * gas/i386/general.l: Test andb $~0x80,foo.
4650 * gas/i386/general.s: Update.
4651
4652 * gas/i386/white.l: Expect warning for stand-alone ss prefix.
4653
4654 Tue Jul 21 12:46:59 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4655
4656 * gas/i386/white.s: Add some more whitespace tests.
4657 * gas/i386/white.l: Update accordingly.
4658
4659 Mon Jul 13 18:15:11 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4660
4661 * gas/i386/*: All new i386 testsuite.
4662
4663 1998-07-02 Ken Raeburn <raeburn@cygnus.com>
4664
4665 * lib/gas-defs.exp (gas_init): Complain if target name isn't in
4666 canonical form.
4667
4668 Wed Jul 1 15:35:09 1998 Nick Clifton <nickc@cygnus.com>
4669
4670 * gas/all/gas.exp: Expect ARM and Thumb cofftag test to fail.
4671
4672 Wed Jul 1 17:31:39 1998 Ian Lance Taylor <ian@cygnus.com>
4673
4674 * gas/ppc/simpshft.s: Add alignment so that it works on AIX.
4675 * gas/ppc/simpshft.d: Change accordingly. Only dump the .text
4676 section.
4677
4678 Tue Jun 23 15:14:43 1998 Nick Clifton <nickc@cygnus.com>
4679
4680 * gas/v850/hilo2.s: Use r1 as the destination of the movea
4681 instruction, since r0 is read only.
4682
4683 * gas/v850/basic.exp: Fix names of special area relocations.
4684 Set -mwarn-signed-overflow flag when running range.s test.
4685
4686 Sun Jun 21 12:44:43 1998 Nick Clifton <nickc@cygnus.com>
4687
4688 * gas/d30v/reloc.d: Updated to match latest assembler output.
4689
4690 1998-06-17 Frank Ch. Eigler <fche@cygnus.com>
4691
4692 * gas/mips/delay.d: Add -mcpu=NNNN to gas flags to let test case
4693 run on differently targeted assembler.
4694 * gas/mips/{ld-ilocks-addr32,ld-svr4pic.d}: Ditto.
4695 * gas/mips/{ld-xgot.d,lif-svr4pic.d,lif-xgot.d}: Same.
4696 * gas/mips/{mips16.d,mips4.d,nodelay.d}: Again.
4697 * gas/mips/{trunc.d,uld.d,ulh-xgot.d,usd.d}: And then some.
4698
4699 * gas/mips/ld-ilocks.d: Removed disassembler flags to let target
4700 defaults go unmodified. Replaced $f4/$f5 with $fp[45], as the
4701 original `ld.d' had. Find `ld.s'.
4702 * gas/mips/mul-ilocks.d: Nearly ditto.
4703
4704 1998-06-11 Nick Clifton <nickc@cygnus.com>
4705
4706 * gas/d30v/inst.d: Expect repeati instrucitons to be combined.
4707
4708 * gas/d30v/inst.s: Add nop to keep assembled instructions at
4709 expected addresses.
4710
4711 1998-06-08 Nick Clifton <nickc@cygnus.com>
4712
4713 * gas/d30v/array.d: Updated to match latest assembler results.
4714 * gas/d30v/reloc.d: Partially updated to match latest assembler
4715 results.
4716
4717 1998-06-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4718
4719 * gas/m68k/operands.s: For all pc relative addresses change tstl
4720 to pea since the former does not allow pcrel on m68000. Do not
4721 make label foo global, so that references to it can be relaxed on
4722 ELF targets.
4723 * gas/m68k/operands.d, gas/m68k/op68000.d: Updated.
4724
4725 1998-06-02 Geoff Keating <geoffk@ozemail.com.au>
4726
4727 * gas/ppc/ppc.exp: Run simpshft test.
4728 * gas/ppc/simpshft.d: New file.
4729 * gas/ppc/simpshft.s: New file.
4730
4731 1998-06-01 Jeffrey A Law (law@cygnus.com)
4732
4733 * gas/mips/div-ilocks.d: Handle both "break" instruction variants.
4734 * gas/mips/{div.d, mul-ilocks.d, mul.d}: Likewise.
4735
4736 1998-05-29 Ian Lance Taylor <ian@cygnus.com>
4737
4738 * gas/mips/mips.exp: Adjust ilocks initialization to match current
4739 assembler defaults more closely.
4740
4741 * gas/sh/fp.s: Remove ftst/nan. The assembler no longer supports
4742 the instruction.
4743 * gas/sh/basic.exp: Adjust accordingly.
4744
4745 Wed May 27 15:26:51 1998 Nick Clifton <nickc@cygnus.com>
4746
4747 * gas/d30v/align.d: Updated to match latest assembler output.
4748 * gas/d30v/inst.d: Updated to match latest assembler output.
4749 * gas/d30v/inst.s: Updated to match latest assembler rules.
4750 * gas/d30v/opt.d: Updated to match latest assembler output.
4751
4752 Fri May 22 15:56:51 1998 Doug Evans <devans@canuck.cygnus.com>
4753
4754 * gas/m32r/allinsn.d: Handle 64 bit bfd_vma.
4755 * gas/m32r/uppercase.d: Likewise.
4756
4757 Thu May 21 15:03:06 1998 Nick Clifton <nickc@cygnus.com>
4758
4759 * gas/arm/thumb.s: Add period to start of labels to prevent
4760 assembler thinking that they are function entry points.
4761
4762 Tue May 19 18:17:10 1998 Ian Lance Taylor <ian@cygnus.com>
4763
4764 * gas/mips/mips16.d: Correct to reflect bug fix to disassembler.
4765
4766 Mon May 18 13:11:45 1998 Frank Ch. Eigler <fche@cygnus.com>
4767
4768 * gas/mips/{div,ld,mul}.d: Add assembler -mcpu= flag to match
4769 disassembler.
4770
4771 Fri May 15 14:51:01 1998 Gavin Koch <gavin@cygnus.com>
4772
4773 * gas/mips/mips.exp: Distinguish chains with 32-bit addresses.
4774 * gas/mips/ld-ilocks-addr32.d : New.
4775
4776 Wed May 13 15:06:31 1998 Doug Evans <devans@canuck.cygnus.com>
4777
4778 * gas/m32r/uppercase.[sd]: Test for HIGH,SHIGH,LOW,SDA.
4779
4780 Thu May 7 13:05:25 1998 Frank Ch. Eigler <fche@cygnus.com>
4781
4782 * gas/mips/break20.[sd]: New tests for 20-bit operand break and
4783 sddbp instructions.
4784 * gas/mips/trap20.[sd]: New tests for 20-bit operand trap
4785 instructions.
4786 * gas/mips/mips.exp: Run them.
4787
4788 Thu Apr 30 11:55:01 1998 Frank Ch. Eigler <fche@cygnus.com>
4789
4790 * gas/d30v/{inst,array,opt,reloc}.d: Accept <symbol+offset> labels
4791 in disassembly, where the offset is in hex and has a "0x" prefix.
4792
4793 Tue Apr 28 16:38:34 1998 Frank Ch. Eigler <fche@cygnus.com>
4794
4795 * gas/mips/lineno.[sd]: Assembly source line number test.
4796 * gas/mips/mips.exp: Added lineno test.
4797
4798 Wed Apr 8 18:45:17 1998 Jeffrey A Law (law@cygnus.com)
4799
4800 * gas/testsuite/all/gas.exp: No longer expect failures for
4801 difference of undefined symbols on mn10x00 targets.
4802
4803 Mon Mar 23 10:47:33 1998 Frank Ch. Eigler <fche@cygnus.com>
4804
4805 * gas/all/align.s: Back out ".section text" change below;
4806 use ".text" again.
4807 * gas/macros/semi.s: Ditto.
4808
4809 Fri Mar 20 18:51:49 1998 Frank Ch. Eigler <fche@cygnus.com>
4810
4811 * gas/all/align.s: Identify ".text" section explicitly.
4812 * gas/macros/semi.s: Ditto.
4813
4814
4815
4816 Mon Mar 2 13:30:40 1998 Doug Evans <devans@seba.cygnus.com>
4817
4818 * gas/m32r/allinsn.[sd] (ldi8a,ldi16a): Delete.
4819 (ldi16): Improve test.
4820 (nop): Fix test.
4821
4822 Thu Feb 12 20:12:39 1998 Ian Lance Taylor <ian@cygnus.com>
4823
4824 * gasp/macro.out: Adjust to reflect the fact that keyword
4825 arguments are now permitted after positional arguments.
4826
4827 Wed Feb 4 15:27:44 1998 Nick Clifton <nickc@cygnus.com>
4828
4829 * gas/arm/arm7t.d: Update to match latest assembler output.
4830
4831 Wed Feb 4 15:40:00 1998 Geoffrey Keating <geoffk@ozemail.com.au>
4832
4833 * gas/ppc/ppc.exp: New file.
4834 * gas/ppc/astest.s, gas/ppc/astest.d: New test.
4835 * gas/ppc/astest2.s, gas/ppc/astest2.d: New test.
4836
4837 Sun Feb 1 21:43:54 1998 Jeffrey A Law (law@cygnus.com)
4838
4839 * gas/mips/4010.s: Pad test code out to a 16byte boundary.
4840 * gas/mips/4010.d: Corresponding changes.
4841 * gas/mips/4100.s: Pad test code out to a 16byte boundary.
4842 * gas/mips/4100.d: Corresponding changes.
4843 * gas/mips/4650.s: Pad test code out to a 16byte boundary.
4844 * gas/mips/4650.d: Corresponding changes.
4845
4846 Fri Jan 30 14:09:13 1998 Ian Lance Taylor <ian@cygnus.com>
4847
4848 * gas/mri/moveml.d: Add test comments, fix regexps.
4849
4850 Thu Jan 29 13:34:49 1998 Doug Evans <devans@canuck.cygnus.com>
4851
4852 * gas/m32r/{allinsn,high-1}.d: Allow # constant prefix to be missing.
4853
4854 Thu Jan 29 09:43:50 1998 Richard Henderson <rth@cygnus.com>
4855
4856 * gas/m68k/mri_moveml.[sd]: Moved to ...
4857 * gas/mri/moveml.[sd]: ... here.
4858 * gas/mri/mri.exp: Run it.
4859
4860 Tue Jan 27 21:55:44 1998 Jeffrey A Law (law@cygnus.com)
4861
4862 * gas/mips/4010.s: Add 4010 tests.
4863 * gas/mips/4010.d: Expected output.
4864 * gas/mips/4100.s: Add 4010 tests.
4865 * gas/mips/4100.d: Expected output.
4866 * gas/mips/4650.s: Add 4010 tests.
4867 * gas/mips/4650.d: Expected output.
4868 * gas/mips/mips.exp: Run the new tests.
4869 * gas/mips/*.d: Pass the right processor model to objdump.
4870 Fix minor cases where expected output was wrong due to opcode
4871 conflicts.
4872
4873 Tue Jan 27 05:35:02 1998 Richard Henderson <rth@cygnus.com>
4874
4875 * gas/m68k/mri_moveml.[sd]: New testcase.
4876
4877 Thu Jan 22 17:29:07 1998 Nick Clifton <nickc@cygnus.com>
4878
4879 * gas/m32r/high-1.d: Add hash prefix to constants.
4880
4881 * gas/m32r/allinsn.s: Add hash prefix to some constants.
4882 * gas/m32r/allinsn.d: Add hash prefix to constants.
4883
4884 Wed Jan 21 21:24:08 1998 Manfred Hollstein <manfred@s-direktnet.de>
4885
4886 * gas/m88k/init.d: Fix hexadecimal offsets.
4887
4888 Wed Jan 14 17:49:22 1998 Nick Clifton <nickc@cygnus.com>
4889
4890 * gas/m32r/uppercase.d: Fix white space matching.
4891 * gas/m32r/relax-1.d: Fix white space matching.
4892
4893 Wed Jan 14 15:44:32 1998 Jeffrey A Law (law@cygnus.com)
4894
4895 * gas/mips/div.d: Update for recent assembler changes.
4896 * gas/mips/div-ilocks.d: Likewise.
4897
4898 Wed Jan 14 11:13:06 1998 Doug Evans <devans@seba.cygnus.com>
4899
4900 * gas/m32r/allinsn.d (cmpui): Update output to new format.
4901
4902 Thu Dec 18 11:10:42 1997 Nick Clifton <nickc@cygnus.com>
4903
4904 * gas/arm/inst.d: Updated to match latest disassembler changes.
4905
4906 * gas/arm/arm7t.d: Updated to match latest disassembler changes.
4907
4908 Tue Dec 16 22:19:25 1997 Ken Raeburn <raeburn@cygnus.com>
4909
4910 * gas/mips/lb-xgot.d, gas/mips/rol.d, gas/mips/jal-svr4pic.d,
4911 gas/mips/jal-xgot.d: Add assembler option to select a specific
4912 target chip, the R3000.
4913 * gas/mips/lb-xgot-ilocks.d: New test, specifically selecting
4914 R3900.
4915 * gas/mips/mips.exp: Run it.
4916
4917 * gas/ieee-fp/x930509a.exp: Don't run IEEE FP tests for Vax
4918 targets.
4919
4920 Wed Oct 15 10:40:14 1997 Jeffrey A Law (law@cygnus.com)
4921
4922 * gas/ieee-fp/x930509a.s: Tweak slightly to work on the PA.
4923
4924 * gas/hppa/unsorted/unsorted.exp: Update for recent disassembler
4925 changes.
4926
4927 1997-10-09 Doug Evans <dje@canuck.cygnus.com>
4928
4929 * gas/sparc/set64.[sd]: `set' doesn't take negative arguments.
4930
4931 1997-10-09 Ian Lance Taylor <ian@cygnus.com>
4932
4933 * gas/arm/arm7t.d: Update for recent disassembler changes.
4934 * gas/h8300/ffxx1.d: Likewise.
4935
4936 1997-10-08 Doug Evans <dje@canuck.cygnus.com>
4937
4938 * gas/sparc/reloc64.[sd]: Add testcases for %hix,%lox.
4939
4940 1997-10-08 Ian Lance Taylor <ian@cygnus.com>
4941
4942 * gas/sparc/synth.d: Update for recent disassembler changes.
4943 * gas/sparc/synth64.d: Likewise.
4944
4945 * gas/mips/beq.s: Add .text to .globl to mark the symbol to as a
4946 function symbol.
4947 * gas/mips/jal.s: Likewise.
4948
4949 1997-10-07 Doug Evans <dje@canuck.cygnus.com>
4950
4951 * gas/sparc/reloc64.[sd]: New testcase.
4952 * gas/sparc/sparc.exp: Run it.
4953
4954 1997-10-04 Ian Lance Taylor <ian@cygnus.com>
4955
4956 * gas/ieee-fp/x930509a.exp: Accept m68k listing format.
4957
4958 1997-10-03 Ian Lance Taylor <ian@cygnus.com>
4959
4960 * gas/ieee-fp/x930509a.exp: Remove setup_xfail; it should now
4961 work. Correct for big endian and for tabs in input file.
4962
4963 * gas/alpha/fp.exp: Check for alpha-*-osf*, not alpha-*-osf1*.
4964 * gas/alpha/fp.s: Change comment characters from ! to #.
4965
4966 1997-09-18 Doug Evans <dje@canuck.cygnus.com>
4967
4968 * gas/sparc/splet.d: Update to new objdump output format.
4969 * gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Likewise.
4970 * gas/sparc/set64.[ds]: New testcase.
4971 * gas/sparc/splet-2.[ds]: New testcase.
4972 * gas/sparc/sparc.exp: Run them.
4973
4974 1997-08-16 Ken Raeburn <raeburn@cygnus.com>
4975
4976 Merge changes from Martin Hunt:
4977
4978 * gas/d30v/inst.s: Add some new tests.
4979
4980 * gas/d30v/{inst, opt, reloc}.d: Update results with
4981 new disassembler changes.
4982
4983 * gas/d30v/inst.[sd]: Update examples for d*i instructions.
4984
4985 * gas/d30v/*.d: Update all test results because
4986 of new ".s" and ".l" extensions.
4987
4988 * gas/d30v/inst.[sd]: Correct entry for mulx2h.
4989 * gas/d30v/opt.[sd]: Correct st2w instruction.
4990
4991 * gas/d30v/align.d: Change expected output.
4992
4993 * gas/d30v/reloc.[sd]: Add test case.
4994
4995 * gas/d30v/array.[sd]: New test case.
4996
4997 * gas/d30v/opt.[sd]: Added more test cases.
4998
4999 * gas/d30v/opt.s: Add test cases.
5000 * gas/d30v/reloc.s: Fix a test case.
5001 * gas/d30v/{opt,reloc}.d: Regenerate.
5002
5003 Mon Sep 8 14:21:23 1997 Doug Evans <dje@canuck.cygnus.com>
5004
5005 * gas/m32r/high-1.[ds]: New testcase.
5006 * gas/m32r/m32r.exp: Run it.
5007
5008 Mon Aug 25 11:04:24 1997 Doug Evans <dje@canuck.cygnus.com>
5009
5010 * gas/m32r/relax-1.[ds]: New testcase.
5011 * gas/m32r/m32r.exp: Run it.
5012
5013 Thu Aug 14 23:49:49 1997 Doug Evans <dje@canuck.cygnus.com>
5014
5015 * gas/arc: New directory
5016 * gas/arc/{arc.exp,alias.[sd],branch.[sd],flag.[sd],insn3.[sd],j.[sd],
5017 ld.[sd],math.[sd],sshift.[sd],st.[sd],warn.{exp,s}}: New files.
5018
5019 Wed Aug 6 00:33:30 1997 Ian Lance Taylor <ian@cygnus.com>
5020
5021 * config/default.exp: Set AS and GASP to as-new, not as.new.
5022
5023 Tue Aug 5 12:33:23 1997 Ian Lance Taylor <ian@cygnus.com>
5024
5025 * config/default.exp: Set NM to nm-new, not nm.new, to match
5026 recent change in binutils build directory.
5027
5028 Thu Jul 31 15:21:51 1997 Jeffrey A Law (law@cygnus.com)
5029
5030 * gas/v850/range.s: New test.
5031 * gas/v850/basic.exp: Run it.
5032
5033 Tue Jul 29 14:35:02 1997 Jeffrey A Law (law@cygnus.com)
5034
5035 * gas/v850/hilo2.s: New test.
5036 * gas/v850/fepsw.s: New test.
5037 * gas/v850/basic.exp: Run them.
5038
5039 Tue Jul 15 13:03:17 1997 Doug Evans <dje@canuck.cygnus.com>
5040
5041 * gas/m32r/uppercase.[sd]: New testcase.
5042 * gas/m32r/m32r.exp: New file.
5043
5044 Mon Jun 16 14:32:11 1997 Ian Lance Taylor <ian@cygnus.com>
5045
5046 * gas/m68k/pcrel.d: Update for m68k disassembler changes.
5047 * gas/m68k/operands.d: Likewise.
5048
5049 Mon Jun 2 16:50:03 1997 Nick Clifton <nickc@cygnus.com>
5050
5051 * gas/arm/arm.exp: Added changes from armT-970328-branch.
5052
5053 Mon Jun 2 12:09:02 1997 Gavin Koch <gavin@cygnus.com>
5054
5055 * gas/mips/mips.exp: The r3900 has interlocks for mul, but
5056 not div.
5057
5058 Mon Jun 2 12:03:32 1997 Gavin Koch <gavin@.cygnus.com>
5059
5060 * gas/mips/mul.{d,s}: End the tests with no-ops.
5061
5062 Mon Jun 2 11:48:58 1997 Gavin Koch <gavin@cygnus.com>
5063
5064 * lib/gas-defs.exp (regexp_diff): Improve messages when one
5065 file is shorter than the other.
5066
5067 Wed May 7 16:18:30 1997 Manfred Hollstein <manfred@s-direktnet.de>
5068
5069 * gas/m88k/init.{s,d}: New checks for proper padding of
5070 .init sections.
5071 * gas/m88k/m88.exp: Run them.
5072
5073 * gas/m68k/t2.d: New file for check of presence of section
5074 symbols on the m68k-motorola-sysv.
5075 * gas/m68k/all.exp: Run t2 if [istarget m68*-motorola-sysv].
5076
5077 Wed May 7 16:12:24 1997 Ian Lance Taylor <ian@cygnus.com>
5078
5079 * gas/all/gas.exp: Don't run cofftag test for m88k-coff.
5080
5081 * gas/mips/lifloat.s: Update for recent changes to floating point
5082 handling.
5083 * gas/mips/lif-empic.d, gas/mips/lif-svr4pic.d: Likewise.
5084 * gas/mips/lif-xgot.d, gas/mips/lifloat.d: Likewise.
5085
5086 * gas/mips/mips.exp: Handle Irix 6 like Irix 5.
5087
5088 Sat Apr 19 23:16:35 1997 Niklas Hallqvist <niklas@petra.appli.se>
5089
5090 * gas/mips/mips.exp: Handle OpenBSD like NetBSD.
5091
5092 Wed Apr 16 12:20:24 1997 Martin Hunt <hunt@cygnus.com>
5093
5094 * gas/d30v/d30.exp: Add optimizer test case.
5095 * gas/d30v/opt.s: Add conditional compilation tests.
5096 * gas/d30v/opt.d: Rebuild.
5097
5098 Tue Apr 15 18:10:01 1997 Gavin Koch <gavin@cygnus.com>
5099
5100 * gas/mips/{delay.d,nodelay.d}: added.
5101
5102 Mon Apr 7 12:57:45 1997 Doug Evans <dje@canuck.cygnus.com>
5103
5104 * gas/m32r/allinsn.d: Update to new objdump output style.
5105
5106 Fri Apr 4 13:19:39 1997 Ian Lance Taylor <ian@cygnus.com>
5107
5108 * gas/all/float.s: Put a tab before .text, to keep the PA happy.
5109
5110 * gas/arm/arm.exp: Only run inst and arm7t on targets which can
5111 handle -EL. Add setup_xfail for thumb.
5112
5113 * gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits.
5114
5115 Thu Apr 3 18:26:56 1997 Doug Evans <dje@canuck.cygnus.com>
5116
5117 * gas/m32r/allinsn.{exp,s.d}: New testcases.
5118
5119 Thu Mar 27 00:42:28 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5120
5121 * gas/d30v/d30.exp: Add test case reloc.
5122 * gas/d30v/reloc.[sd]: New files to test relocations.
5123
5124 Sat Mar 15 17:21:46 1997 Ian Lance Taylor <ian@cygnus.com>
5125
5126 * gas/arm/inst.d: Update for disassembler changes.
5127 * gas/arm/arm7t.d: Likewise.
5128
5129 Tue Mar 11 13:31:56 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5130
5131 * gas/m68k/op68000.d: Update for recent assembler bug fix.
5132
5133 Wed Mar 5 13:01:24 1997 Jeffrey A Law (law@cygnus.com)
5134
5135 * gas/all/gas.exp: xfail a couple tests for the mn10300.
5136
5137 Mon Mar 3 11:41:00 1997 Fred Fish <fnf@cygnus.com>
5138
5139 * gas/tic80/{add.d, float.d, regops2.d, relocs1.d, relocs1b.d,
5140 relocs2.d, relocs2b.d}: Adjust to objdump format tweaks.
5141
5142 Thu Feb 27 15:21:46 1997 Fred Fish <fnf@cygnus.com>
5143
5144 * gas/tic80/{align.d, align.lst, align.s} New test for the
5145 ".align" pseudop.
5146 * gas/tic80/tic80.exp: Run the align test.
5147
5148 Wed Feb 26 20:36:46 1997 Fred Fish <fnf@cygnus.com>
5149
5150 * gas/tic80/{float.d, float.lst, float.s}: New tests for
5151 simple floating point operands.
5152 * gas/tic80/tic80.exp: Run the float test.
5153
5154 Wed Feb 26 15:16:04 1997 Fred Fish <fnf@cygnus.com>
5155
5156 * gas/tic80/{regops2.d, regops2.lst, regops2.s, regops3.d,
5157 regops3.lst, regops3.s, regops4.d, regops4.lst, regops4.s}:
5158 New tests for :m and :s operand modifiers.
5159 * gas/tic80/tic80.exp: Run the regops2, regops3, and regops4 tests.
5160
5161 Tue Feb 25 13:45:55 1997 Ian Lance Taylor <ian@cygnus.com>
5162
5163 * gas/macros/semi.s: Force the final alignment to use a fill value
5164 of 0.
5165
5166 * gas/all/cond.s, gas/all/cond.d: New test.
5167 * gas/all/gas.exp: Run it.
5168
5169 Mon Feb 24 10:52:12 1997 Bob Manson <manson@charmed.cygnus.com>
5170
5171 * lib/gas-defs.exp(gas_init): Added new parameter for script
5172 name.
5173
5174 Mon Feb 24 10:40:28 1997 Fred Fish <fnf@cygnus.com>
5175
5176 * gas/tic80/{add.d, bitnum.d, ccode.d, cregops.d, endmask.d,
5177 regops.d, relocs1.d,
5178 (relocs1.c): Add file for reference.
5179 (relocs1b.d): Split reloc table contents test to different test file.
5180 (relocs2.c): Add test that uses various types (char, short, int, ...) of
5181 static and global variables with data shuffling to generate lots of ld/st
5182 instructions for the different types.
5183 (relocs2.d): New file, expected code for relocs2 test.
5184 (relocs2.lst): New file, TI assembler listing for reference.
5185 (relocs2.s): New file, assembly source for relocs2 test.
5186 (relocs2b.d): New file, expected reloc table contents for relocs2 test.
5187 (tic80.exp): Run the relocs1b, relocs2, and relocs2b tests.
5188
5189 Sun Feb 23 17:54:00 1997 Dawn Perchik <dawn@cygnus.com>
5190
5191 * gas/all/itbl-test.c(main): Update function calls.
5192 Remove parameters from itbl_get_reg_val and
5193 change itbl_get_insn_name to itbl_get_field.
5194
5195 Sun Feb 23 17:22:00 1997 Dawn Perchik <dawn@cygnus.com>
5196
5197 * gas/mips/itbl: Add comments.
5198 * gas/mips/itbl.s: Add comments. Prefix register names with $.
5199 * gas/all/itbl: Generic table for testing for itbl support.
5200 * gas/all/itbl.s: Generic assembly for testing for itbl support.
5201 * gas/mips/itbl-test.c: Moved to gas/all.
5202 * gas/all/itbl-test.c: Moved from gas/mips.
5203
5204 Sat Feb 22 20:24:23 1997 Fred Fish <fnf@cygnus.com>
5205
5206 * gas/tic80/{add.lst, bitnum.lst, ccode.lst, cregops.lst,
5207 endmask.lst, regops.lst}: Remove ^M's from end of lines.
5208 * gas/tic80/bitnum.s: Add comment to each line showing value
5209 that symbolic BITNUM assembles to. Add coverage for raw
5210 numeric values for the BITNUM operand.
5211 * gas/tic80/bitnum.d: Update due to bitnum.s changes.
5212 * gas/tic80/regops.d: Update due to opcode library additions
5213 of floating point test BITNUM values that are ambiguous with
5214 the integral ones.
5215 * gas/tic80/relocs1.s: New test case that tests simple relocs.
5216 * gas/tic80/relocs1.d: Expected output for above.
5217 * gas/tic80/relocs1.lst: TI assembler listing for above.
5218 * gas/tic80/tic80.exp: Add relocs1 test.
5219
5220 Fri Feb 21 14:23:14 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5221
5222 * gas/d30v/{align.d, align.s, d30.exp, guard.d, guard.s,
5223 inst.d, inst.s, opt.d, opt.s}: Test files for D30V.
5224
5225 Wed Feb 19 00:55:29 1997 Ian Lance Taylor <ian@cygnus.com>
5226
5227 * gas/macros/semi.s, gas/macros/semi.d: New test.
5228 * gas/macros/macros.exp: Run it.
5229 * gas/mri/semi.s, gas/mri/semi.d: New test.
5230 * gas/mri/mri.exp: Run it.
5231
5232 Tue Feb 18 13:37:06 1997 Jeffrey A Law (law@cygnus.com)
5233
5234 * gas/hppa/unsorted/unsorted.exp (align4 tests): Tweak expected
5235 output.
5236
5237 Fri Feb 14 17:56:27 1997 Ian Lance Taylor <ian@cygnus.com>
5238
5239 * gas/all/align.d, gas/all/align.s: New test.
5240 * gas/all/gas.exp: Run it.
5241
5242 Thu Feb 13 14:44:05 1997 Ian Lance Taylor <ian@cygnus.com>
5243
5244 * gas/mips/mips16.d: Correct PC relative instruction bytes.
5245
5246 Wed Feb 12 12:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
5247
5248 * gas/mips/lif-svr4pic.d: Pass -EB when running the assembler.
5249 * gas/mips/lif-xgot.d: Likewise.
5250 * gas/mips/ulh-svr4pic.d: Likewise.
5251 * gas/mips/ulh-xgot.d: Likewise.
5252
5253 * gas/mips/mips16.d: Update for yet another change in disassembly
5254 output (this one is spacing only).
5255
5256 Tue Feb 11 14:45:39 1997 Fred Fish <fnf@cygnus.com>
5257
5258 * gas/tic80/{add.d, add.lst, add.s, bitnum.d, bitnum.lst, bitnum.s,
5259 ccode.d, ccode.lst, ccode.s, cregops.d, cregops.lst, cregops.s,
5260 endmask.d, endmask.lst, endmask.s, regops.d, regops.lst, regops.s,
5261 tic80.exp}: New files for TIc80 test cases.
5262
5263 Tue Feb 11 15:46:27 1997 Ian Lance Taylor <ian@cygnus.com>
5264
5265 * gas/mips/mips16.d: Update for change in disassembly output.
5266
5267 Mon Feb 10 22:24:00 1997 Dawn Perchik <dawn@cygnus.com>
5268
5269 * gas/mips/itbl-test.c: Add copyright message and fix indentation.
5270
5271 Mon Feb 10 17:54:00 1997 Dawn Perchik <dawn@cygnus.com>
5272
5273 * gas/mips/itbl-test.c: New file. Stand-alone assembler and
5274 dissassembler for itbl support.
5275
5276 Mon Feb 10 17:20:00 1997 Dawn Perchik <dawn@cygnus.com>
5277
5278 * gas/mips/itbl: New file. Instruction Spec for testing --itbl
5279 option.
5280 * gas/mips/itbl.s: New file. Assembly with ne2w instructions
5281 specified in itbl.
5282
5283 Fri Feb 7 16:42:53 1997 Bob Manson <manson@charmed.cygnus.com>
5284
5285 * gasp/gasp.exp: Use prune_warnings instead of prune_system_crud.
5286 * lib/gas-defs.exp: Ditto.
5287
5288 Mon Feb 3 15:46:05 1997 Ian Lance Taylor <ian@cygnus.com>
5289
5290 * gas/arm/inst.d, gas/arm/arm7t.d: Pass --prefix-addresses to
5291 objdump. Update for current relocation printing style.
5292
5293 Thu Jan 30 11:57:33 1997 Ian Lance Taylor <ian@cygnus.com>
5294
5295 * gas/mips/mips16.d: Update for disassembler changes.
5296
5297 Thu Jan 23 03:15:06 1997 Angela Marie Thomas (angela@cygnus.com)
5298
5299 * gas/mips/mips.exp: set ilocks for all 4100/4300
5300
5301 Thu Jan 2 16:49:17 1997 Ian Lance Taylor <ian@cygnus.com>
5302
5303 * gas/mips/mips16.s, gas/mips/mips16.d: New test.
5304 * gas/mips/mips.exp: Run mips16 test.
5305
5306 * gas/mips/mips.exp: Run dli test unconditionally.
5307 * gas/mips/dli.s: Add text symbol. Add nops to round to 16 byte
5308 boundary.
5309 * gas/mips/dli.d: Corresponding changes.
5310
5311 Tue Dec 31 13:03:16 1996 Ian Lance Taylor <ian@cygnus.com>
5312
5313 * gas/sparc/synth.d: Use --prefix-addresses for objdump.
5314 * gas/sparc/synth64.d: Likewise.
5315
5316 Tue Dec 24 16:30:58 1996 Angela Marie Thomas (angela@cygnus.com)
5317
5318 * gas/mips/*-ilocks.d: Fix regexps to resemble disassembled output.
5319
5320 Fri Dec 13 13:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
5321
5322 * gas/mips/*.[sd]: Add explicit nops, sometimes controlled by
5323 .ifdef, to accomodate change to avoid default alignment on
5324 embedded systems.
5325
5326 Wed Dec 11 09:26:01 1996 Jeffrey A Law (law@cygnus.com)
5327
5328 * gas/mn10200/basic.exp (do_movb): Fix bit pattern for
5329 "movb dm,(an)".
5330
5331 Tue Dec 10 13:01:05 1996 Jeffrey A Law (law@cygnus.com)
5332
5333 * gas/mn10300/basic.exp: Update after endianness changes to
5334 the assembler.
5335
5336 * gas/mn10200/{mov1.s,mov2.s,mov3.s,mov4.s,movx.s}: New tests.
5337 * gas/mn10200/{movb.s, movbu.s}: Likewise.
5338 * gas/mn10200/basic.exp: Run them.
5339
5340 Mon Dec 9 17:08:38 1996 Jeffrey A Law (law@cygnus.com)
5341
5342 * gas/mn10200/*.s: New tests for the mn10200 assembler.
5343 * gas/mn10200/basic.exp: Run them.
5344
5345 Fri Dec 6 15:35:04 1996 Jeffrey A Law (law@cygnus.com)
5346
5347 * gas/mn10300/*.s: Remove '$' register prefixing.
5348
5349 Mon Nov 25 16:35:33 1996 Doug Evans <dje@canuck.cygnus.com>
5350
5351 * gas/sparc-solaris/addend.exp: Fix patterns, you can't assume
5352 \r will be present.
5353
5354 Mon Nov 25 13:45:02 1996 Ian Lance Taylor <ian@cygnus.com>
5355
5356 * gas/m68k/*.d: Update for disassembler changes.
5357 * gas/mri/*.d: Likewise.
5358
5359 Mon Nov 25 11:38:37 1996 Jeffrey A Law (law@cygnus.com)
5360
5361 * gas/mn10300/*.s: Use '$' as register prefix for
5362 all register operands.
5363
5364 Thu Nov 21 11:52:54 1996 Jeffrey A Law (law@cygnus.com)
5365
5366 * gas/all/gas.exp: xfail a couple tests for the mn10300.
5367
5368 Wed Nov 20 11:31:41 1996 Jeffrey A Law (law@cygnus.com)
5369
5370 * gas/mn10300/other.s: Update for correct syntax on a
5371 few instructions (those with register lists).
5372 * gas/mn10300/basic.exp: Corresponding changes.
5373
5374 Tue Nov 19 13:36:57 1996 Jeffrey A Law (law@cygnus.com)
5375
5376 * gas/mn10300/movm.s: Update for correct syntax.
5377 * gas/mn10300/basic.exp: Update expected movm bit patterns.
5378
5379 Fri Nov 15 13:57:42 1996 Jeffrey A Law (law@cygnus.com)
5380
5381 * gas/mn10300/other.s: Put parens around register
5382 argument in calls and jmp instructions.
5383
5384 Wed Nov 13 13:16:04 1996 Jeffrey A Law (law@cygnus.com)
5385
5386 * gas/h8300/ffxx1.d: Update for recent disassembler changes.
5387
5388 Mon Nov 11 16:03:24 1996 Jeffrey A Law (law@cygnus.com)
5389
5390 * gas/hppa/reloc/reloc.exp: Pass "--prefix-addresses" to objdump
5391 as needed.
5392 * gas/hppa/unsorted/unsorted.exp: Likewise.
5393
5394 Thu Nov 7 00:27:52 1996 Jeffrey A Law (law@cygnus.com)
5395
5396 * gas/mn10300/basic.exp: Check opcode insertion for
5397 extended instructions.
5398 * gas/mn10300/extend.s: Tweak constants for better
5399 testsuite coverage.
5400
5401 Wed Nov 6 13:50:07 1996 Jeffrey A Law (law@cygnus.com)
5402
5403 * gas/mn10300/basic.exp: Test insertion of operands
5404 into call and jmp instructions with 32bit offsets.
5405 Fix typo in bit test patterns.
5406 * gas/mn10300/other.s: Tweak constants to improve
5407 testsuite coverage.
5408
5409 * gas/mn10300/basic.exp: Test insertion of 32bit operand
5410 in calls, btst, bclr & bset instructions.
5411
5412 * gas/mn10300/*.s: Tweak constants in 32bit insns for
5413 better testing coverage.
5414 * gas/mn10300/basic.exp: Test insertion of most 32bit
5415 operands.
5416
5417 Tue Nov 5 13:33:12 1996 Jeffrey A Law (law@cygnus.com)
5418
5419 * gas/mn10300/basic.exp: Check bit patterns for indexed mov,
5420 movbu, movhu instructions. Check bit patterns for more bit
5421 operations. Check bit patterns for various 16bit call, retf
5422 and ret instructions.
5423 * gas/mn10300/other.s: Update operands for better test coverage.
5424
5425 Mon Nov 4 12:55:11 1996 Jeffrey A Law (law@cygnus.com)
5426
5427 * gas/mn10300/basic.exp: Check bit patterns for a couple more
5428 mov and cmp instructions.
5429
5430 Tue Oct 29 17:05:43 1996 Ian Lance Taylor <ian@cygnus.com>
5431
5432 * gas/mips/*.d: Update for disassembler changes.
5433
5434 Wed Oct 16 22:39:50 1996 Jeffrey A Law (law@cygnus.com)
5435
5436 * gas/v850/reloc.s: New tests.
5437 * gas/v850/basic.exp: Run them.
5438
5439 Mon Oct 14 13:52:55 1996 Ian Lance Taylor <ian@cygnus.com>
5440
5441 * gas/mips: Add symbols to several testsuites, since the ELF
5442 assembler now always builds a symbol table, which means that
5443 objdump will no longer report `No symbols in FILE'. Change the
5444 expected output accordingly.
5445
5446 Thu Oct 10 13:11:48 1996 Jeffrey A Law (law@cygnus.com)
5447
5448 * gas/mn10300/basic.exp: Check bit patterns for instructions
5449 with a single 8bit or 16bit immediate operand.
5450
5451 * gas/mn10300/basic.exp: Check bit patterns for many
5452 instructions. Add missing test in do_mov1.
5453 * gas/mn10300/mov1.s: Add missing test.
5454
5455 Wed Oct 9 14:15:18 1996 Jeffrey A Law (law@cygnus.com)
5456
5457 * gas/mn10300/{add.s, bcc.s, bit.s, cmp.s, ext.s}: New tests.
5458 * gas/mn10300/{extend.s logical.s, loop.s, mov1.s}: Likewise.
5459 * gas/mn10300/{mov2.s, mov3.s, mov4.s, movbu.s}: Likewise.
5460 * gas/mn10300/{movhu.s, movm.s, muldiv.s, other.s}: Likewise.
5461 * gas/mn10300/{shift.s, sub.s}: Likewise.
5462 * gas/mn10300/basic.exp: Run them.
5463
5464 Thu Oct 3 09:57:03 1996 Jeffrey A Law (law@cygnus.com)
5465
5466 * gas/mn10200, gas/mn10300: New directories for Matsushita
5467 mn10200 and mn10300 tests.
5468
5469 Tue Oct 1 15:38:28 1996 Ian Lance Taylor <ian@cygnus.com>
5470
5471 * lib/gas-defs.exp (gas_version): Fix for current version
5472 printing.
5473
5474 Sun Sep 29 07:55:58 1996 Doug Evans <dje@canuck.cygnus.com>
5475
5476 * gas/sparc/splet.d: Fix typo in cpusha result.
5477
5478 Mon Sep 23 12:33:31 1996 Ian Lance Taylor <ian@cygnus.com>
5479
5480 * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: Add tests for fmovemx.
5481
5482 Wed Sep 18 12:14:06 1996 Ian Lance Taylor <ian@cygnus.com>
5483
5484 * gas/all/cofftag.s: Use .p2align rather than .align.
5485
5486 Fri Sep 13 15:28:04 1996 Jeffrey A Law (law@cygnus.com)
5487
5488 * gas/h8300/macs.s: Add "stmac" instructions.
5489 * gas/h8300/basic.exp: Test them.
5490
5491 Thu Sep 12 10:28:44 1996 James G. Smith <jsmith@cygnus.co.uk>
5492
5493 * gas/arm/thumb.s (back): Check assembly of Thumb BL.
5494
5495 Mon Sep 9 14:37:00 1996 Ian Lance Taylor <ian@cygnus.com>
5496
5497 * gas/mips/mips4.s, gas/mips/mips4.d: Use $fccN for condition code
5498 registers.
5499
5500 Fri Sep 6 18:23:54 1996 James G. Smith <jsmith@cygnus.co.uk>
5501
5502 * gas/mips/dli.{s,d}: More test cases added.
5503
5504 Wed Sep 4 11:47:29 1996 James G. Smith <jsmith@cygnus.co.uk>
5505
5506 * gas/mips/mips.exp: Add check for dli macro instruction.
5507 * gas/mips/dli.{s,d}: Added.
5508
5509 Sat Aug 31 01:25:03 1996 Jeffrey A Law (law@cygnus.com)
5510
5511 * gas/v850/basic.exp (do_mem): Check bit patterns for short
5512 load/store instructions. Remove xfails for short load/store
5513 instructions.
5514 * gas/v850/mem.s: Offsets for short load/store operands
5515 are unsigned.
5516
5517 * gas/v850/basic.exp (do_branch): Check offsets in branch insns.
5518 (do_jumps): Likewise.
5519
5520 Fri Aug 30 00:37:55 1996 Jeffrey A Law (law@cygnus.com)
5521
5522 * gas/v850/misc.s: Tweak register numbers for better testing.
5523 * gas/v850/basic.exp (do_misc): Corresponding changes.
5524
5525 * gas/v850/hilo.s: New testfile.
5526 * gas/v850/basic.exp: Run hilo tests.
5527
5528 Thu Aug 29 11:32:23 1996 James G. Smith <jsmith@cygnus.co.uk>
5529
5530 * gas/arm/arm7t.d: Explicitly force little-endian assembly.
5531
5532 Fri Aug 23 11:02:55 1996 Jeffrey A Law (law@cygnus.com)
5533
5534 * gas/v850/basic.exp (do_move): Test instruction bit patterns.
5535 * gas/v850/move.s: Tweak constants for better testing.
5536
5537 * gas/v850/basic.exp (do_mem): Test instruction bit patterns.
5538 xfail sst and sld tests.
5539 (do_mov): Remove bogus xfail.
5540 * gas/v850/mem.s: sst and sld instructions can only index from
5541 "ep" register.
5542
5543 * gas/v850/basic.exp (do_logical): Test instruction bit patterns.
5544 Update addresses.
5545 * gas/v850/logical.s: Tweak constants for better testing.
5546
5547 * gas/v850/basic.exp (do_jump): Test instruction bit patterns,
5548 but not displacements (yet).
5549
5550 * gas/v850/basic.exp (do_compare): Test instruction bit patterns.
5551
5552 * gas/v850/basic.exp (do_branch): Test instruction bit patterns,
5553 but not displacements (yet).
5554
5555 * gas/v850/basic.exp (do_bit): Test instruction bit patterns.
5556
5557 * gas/v850/basic.exp (do_arith): Test instruction bit patterns.
5558 * gas/v850/arith.s: Tweak constants for better testing.
5559
5560 * gas/v850/basic.exp (do_misc): No longer expect failures
5561 assembling "ldsr" and "stsr" opcodes.
5562 * gas/v850/misc.s: Re-enable assembling of "ldsr" and "stsr"
5563 opcodes.
5564
5565 * gas/v850/basic.exp (do_misc): No longer expect failures
5566 assembling "trap" opcodes.
5567 * gas/v850/misc.s: Re-enable assembling of "trap" opcodes.
5568
5569 * gas/v850: New directory with v850 tests.
5570
5571 Fri Aug 16 00:19:10 1996 Jeffrey A Law (law@cygnus.com)
5572
5573 * gas/hppa/basic/purge.s: Use "%sr4" on pitlb, pitlbe
5574 fic and fice instructions to test 3bit space identifiers.
5575 * gas/hppa/basic/system.s: Similarly for iitlba and
5576 iitlbp.
5577 * gas/hppa/basic/basic.exp: Corresponding changes.
5578
5579 Thu Aug 15 16:25:05 1996 James G. Smith <jsmith@cygnus.co.uk>
5580
5581 * gas/arm/arm.exp: Change inst.s test to check objdump.
5582 * gas/arm/inst.d: Added.
5583
5584 Thu Aug 15 16:06:02 1996 James G. Smith <jsmith@cygnus.co.uk>
5585
5586 * gas/arm/thumb.s: Added.
5587 * gas/arm/immed.s: Added.
5588 * gas/arm/arch4t.s: Added.
5589 * gas/arm/arm.exp: Updated to run the new tests.
5590
5591 Tue Aug 6 11:06:29 1996 Jeffrey A Law (law@cygnus.com)
5592
5593 * gas/h8300/misch.s: Reenable "eepmov.w" test.
5594 * gas/h8300/miscs.s: Likewise.
5595 * gas/h8300/h8300.exp: Check for correct assembly of "eepmov.w"
5596 on the H8/300H and H8/S. Don't expect it to fail.
5597
5598 Wed Jul 31 10:57:44 1996 Doug Evans <dje@canuck.cygnus.com>
5599
5600 * gas/sparc/asi.s: Update ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
5601
5602 Wed Jul 31 15:55:12 1996 James G. Smith <jsmith@cygnus.co.uk>
5603
5604 * gas/arm/arm7t.s: Added.
5605 * gas/arm/arm7t.d: Added.
5606 * gas/arm/arm.exp: Updated to run the new test.
5607
5608 Mon Jul 8 14:27:39 1996 Ian Lance Taylor <ian@cygnus.com>
5609
5610 * gas/m68k/pcrel.d: Rename from schwab.d.
5611 * gas/m68k/pcrel.s: Rename from schwab.s.
5612
5613 Mon Jul 8 14:23:26 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5614
5615 * gas/m68k/schwab.d: Correct for ELF format.
5616 * gas/m68k/all.exp: Run "schwab" test for all targets.
5617
5618 Thu Jul 4 14:23:36 1996 Ian Lance Taylor <ian@cygnus.com>
5619
5620 Avoid DOS file naming problems:
5621 * gas/h8300/branch.s: Rename from branches.s.
5622 * gas/h8300/branchh.s: Rename from branchesh.s.
5623 * gas/h8300/branchs.s: Rename from branchess.s.
5624 * gas/h8300/rotsh.s: Rename from rotshift.s.
5625 * gas/h8300/rotshh.s: Rename from rotshifth.s.
5626 * gas/h8300/rotshs.s: Rename from rotshifts.s.
5627 * gas/h8300/h8300.exp: Corresponding changes.
5628
5629 Thu Jul 4 14:01:46 1996 James G. Smith <jsmith@cygnus.co.uk>
5630
5631 * gas/mips/mips.exp: Add new tests for processors with interlocks
5632 on div and mul.
5633 * gas/mips/div-ilocks.d: Added.
5634 * gas/mips/mul-ilocks.d: Added.
5635
5636 Wed Jul 3 14:20:04 1996 Ian Lance Taylor <ian@cygnus.com>
5637
5638 * gas/all/gas.exp: Remove setup_xfail for h8300*-*-* for two tests
5639 which now pass.
5640 * gas/h8300/h8300.exp: Fix regexp of mov32bug test to work on a 64
5641 bit host.
5642
5643 Sat Jun 29 18:21:51 1996 Ian Lance Taylor <ian@cygnus.com>
5644
5645 * gas/all/gas.exp: Add setup_xfail for vax*-*-vms* for 930509a
5646 test.
5647 * gas/vax/quad.exp: Expect a nop after the movq.
5648
5649 Tue Jun 18 12:39:49 1996 Jeffrey A. Law <law@rtl.cygnus.com>
5650
5651 * gas/h8300/cbranchh.s: Switch into h8300h mode.
5652 * gas/h8300/h8300.exp (H8/300H misc tests): Fix test names.
5653
5654 * gas/h8300/{addsubs.s,bitops1s.s,bitops2s.s}: New tests for the
5655 H8/S.
5656 * gas/h8300/{bitops3.s,bitops4.s,cbranchs.s,logicals.s}: Likewise.
5657 * gas/h8300/{branchess.s,compares.s,macs.s,decimals.s}: Likewise.
5658 * gas/h8300/{incdecs.s,divmuls.s,miscs.s,multiples.s}: Likewise.
5659 * gas/h8300/{movbs.s,movws.s,movls.s,pushpops.s}: Likewise.
5660 * gas/h8300/{rotshifts.s,extends.s}: Likewise.
5661 * gas/h8300/h8300.exp: Run them.
5662
5663 Mon Jun 10 14:14:40 1996 Ian Lance Taylor <ian@cygnus.com>
5664
5665 * gas/all/cofftag.s, gas/all/cofftag.d: New test for COFF enum tag
5666 with the same name as a global variable.
5667 * gas/all/gas.exp: Run cofftag test for any COFF target.
5668
5669 Thu Jun 6 12:30:05 1996 Ian Lance Taylor <ian@cygnus.com>
5670
5671 * gas/m68k/all.exp: Pass -m68020 when assembling the disperr.s
5672 test.
5673
5674 Fri May 31 10:11:13 1996 Jeffrey A Law (law@cygnus.com)
5675
5676 * gas/h8300/h8300.exp: Fix add.l test for H8/300H.
5677
5678 Wed May 29 16:35:43 1996 Ian Lance Taylor <ian@cygnus.com>
5679
5680 * gas/mips/jal-xgot.d: Correct for 64 bit output.
5681
5682 Thu Apr 25 19:31:59 1996 Doug Evans <dje@canuck.cygnus.com>
5683
5684 * gas/sparc/sparc.exp: Only run sparclet tests if sparclet.
5685
5686 Wed Apr 24 17:06:18 1996 Ian Lance Taylor <ian@cygnus.com>
5687
5688 * gas/m68k/op68000.d: Add statements now caught by gas.
5689
5690 Mon Apr 22 16:45:12 1996 Doug Evans <dje@canuck.cygnus.com>
5691
5692 * gas/sparc/splet.[ds]: New tests for sparclet extensions.
5693 * gas/sparc/sparc.exp: Run them.
5694
5695 Mon Apr 15 17:25:18 1996 Ian Lance Taylor <ian@cygnus.com>
5696
5697 * gas/mips/la.d: Updated for April 5 MIPS assembler changes.
5698 * gas/mips/lb.d, gas/mips/ld.d, gas/mips/sb.d: Likewise.
5699 * gas/mips/uld.d, gas/mips/ulh.d, gas/mips/ulw.d: Likewise.
5700 * gas/mips/usd.d, gas/mips/ush.d, gas/mips/usw.d: Likewise.
5701
5702 Wed Apr 10 14:27:51 1996 Jeffrey A Law (law@cygnus.com)
5703
5704 * gas/h8300/mov32bug.s: New test.
5705 * gas/h8300/h8300.exp: Run it.
5706
5707 Fri Apr 5 10:13:28 1996 Jeffrey A Law (law@cygnus.com)
5708
5709 * gas/h8300/{addsubh.s,bitops1h.s,bitops2h.s}: New h8300h tests.
5710 * gas/h8300/{bitops3h.s,bitops4h.s,branchesh.s}: New h8300h tests.
5711 * gas/h8300/{cbranchh.s,compareh.s,decimalh.s}: New h8300h tests.
5712 * gas/h8300/{divmulh.s,incdech.s,logicalh.s}: New h8300h tests.
5713 * gas/h8300/{misch.s,movbh.s,movwh.s}: New h8300h tests.
5714 * gas/h8300/{pushpoph.s,rotshifth.s}: New h8300h tests.
5715 * gas/h8300/h8300.exp: Run them.
5716
5717 * gas/h8300/{movb.s,movw.s}: Correct predecrement syntax.
5718
5719 * gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests.
5720
5721 * gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests.
5722 * gas/h8300/{bitops3.s,bitops4.s,branches.s}: New h8300 tests.
5723 * gas/h8300/{cbranch.s,compare.s,decimal.s}: New h8300 tests.
5724 * gas/h8300/{divmul.s,incdec.s,logical.s}: New h8300 tests.
5725 * gas/h8300/{misc.s,movb.s,movw.s}: New h8300 tests.
5726 * gas/h8300/{pushpop.s,rotshift.s}: New h8300 tests.
5727 * gas/h8300/h8300.exp: Run them.
5728
5729 Fri Mar 15 17:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
5730
5731 * gas/sparc/synth.d: Don't require sparc in the file format, since
5732 it won't be there on SunOS.
5733
5734 Thu Mar 7 14:51:23 1996 Doug Evans <dje@charmed.cygnus.com>
5735
5736 * gas/sparc/synth.[ds]: New testcase.
5737 * gas/sparc/sparc.exp: Run it.
5738
5739 Fri Mar 1 12:01:48 1996 Jeffrey A Law (law@cygnus.com)
5740
5741 * gas/all/gas.exp: xfail difference of two undefined symbols
5742 and difference of forward references for the h8300.
5743
5744 Thu Feb 22 16:40:31 1996 Ian Lance Taylor <ian@cygnus.com>
5745
5746 * gas/mips/lb-xgot.d: Correct.
5747
5748 Mon Feb 19 02:43:36 1996 Doug Evans <dje@charmed.cygnus.com>
5749
5750 * gas/sparc/{asi,membar,prefetch,rdpr,synth64,wrpr}.d: Pass -Av9
5751 to gas.
5752 * gas/sparc/addend.exp: Execute for any sparc cpu.
5753 * gas/sparc/{mismatch.exp,mism-1.s}: New test.
5754
5755 Wed Feb 14 13:49:59 1996 Ian Lance Taylor <ian@cygnus.com>
5756
5757 * gas/mips/jal-xgot.d, gas/mips/la-xgot.d: New tests.
5758 * gas/mips/lb-xgot.d, gas/mips/ld-xgot.d: New tests.
5759 * gas/mips/lif-xgot.d, gas/mips/ulh-xgot.d: New tests.
5760 * gas/mips/mips.exp: Run new tests if svr4pic.
5761
5762 Sat Jan 27 13:27:45 1996 Doug Evans <dje@charmed.cygnus.com>
5763
5764 * lib/gas-dg.exp (gas-dg-test): Delete default_flags and libs args.
5765
5766 Fri Jan 26 14:24:01 1996 Jeffrey A Law (law@cygnus.com)
5767
5768 * gas/hppa/unsorted/unsorted.exp: Update for objdump changes.
5769
5770 Wed Jan 10 12:40:31 1996 Ian Lance Taylor <ian@cygnus.com>
5771
5772 * gas/mips/*.d: Update for changes to disassembler.
5773
5774 Wed Jan 3 22:59:53 1996 Ian Lance Taylor <ian@cygnus.com>
5775
5776 * gas/mips/ulh-svr4pic.d: Update for tc-mips.c load_address
5777 change.
5778
5779 Fri Nov 17 10:32:25 1995 Ian Lance Taylor <ian@cygnus.com>
5780
5781 * gas/mri/immconst.d: New test.
5782 * gas/mri/mri.exp: Run it.
5783 * gas/mri/constants.s: Test immediate constants.
5784 * gas/mri/constants.d: Corresponding change.
5785
5786 * gas/m68k/link.s: Add nop to pad to eight byte boundary.
5787 * gas/m68k/link.d: Corresponding change.
5788
5789 Sun Nov 12 21:28:11 1995 Jeffrey A Law (law@cygnus.com)
5790
5791 * gas/hppa/unsorted/brlenbug.s: New test.
5792 * gas/hppa/unsorted/unsorted.exp: Run it.
5793
5794 Sun Nov 5 12:49:27 1995 Ian Lance Taylor <ian@cygnus.com>
5795
5796 * gas/mips/beq.s: Declare text_label global.
5797 * gas/mips/jal.s: Likewise.
5798
5799 Fri Nov 3 12:35:07 1995 Ian Lance Taylor <ian@cygnus.com>
5800
5801 * gas/m68k/link.s: Use "&" instead of "#" for immediate values.
5802
5803 * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: New test.
5804 * gas/m68k/all.exp: Run it.
5805
5806 Thu Nov 2 23:11:05 1995 Ian Lance Taylor <ian@cygnus.com>
5807
5808 * gas/m68k/link.s, gas/m68k/link.d: New test.
5809 * gas/m68k/all.exp: Run it.
5810
5811 Tue Oct 24 10:57:20 1995 Jeffrey A Law (law@cygnus.com)
5812
5813 * gas/hppa/basic/basic.exp: Test lci and syncdma instructions.
5814 * gas/hppa/basic/system.s: Corresponding changes.
5815
5816 Fri Oct 6 17:13:35 1995 Ken Raeburn <raeburn@cygnus.com>
5817
5818 * gas/m68k/operands.d: Don't require a fixed number of leading
5819 zeros in any number.
5820
5821 * gas/m68k/operands.s, gas/m68k/bitfield.s: Use "&" instead of "#"
5822 for immediate values.
5823
5824 Fri Oct 6 10:54:13 1995 Doug Evans <dje@canuck.cygnus.com>
5825
5826 * gas/arm/arm.exp: Renamed from gas.exp.
5827 * gas/arm/le-fpconst.[sd]: New testcase.
5828
5829 Fri Sep 29 15:12:10 1995 Ian Lance Taylor <ian@cygnus.com>
5830
5831 * gas/mri/mri.exp: Only run tests for m68k target.
5832
5833 Mon Sep 25 12:31:46 1995 Ian Lance Taylor <ian@cygnus.com>
5834
5835 * gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants
5836 test.
5837
5838 Thu Sep 21 01:26:08 1995 Jeff Law (law@snake.cs.utah.edu)
5839
5840 * gas/sh/fp.s (fmac): Update for new assembly syntax.
5841
5842 Mon Sep 18 14:04:34 1995 Ian Lance Taylor <ian@cygnus.com>
5843
5844 * lib/gas-defs.exp (gas_run): Call prune_system_crud.
5845 (run_dump_test, objdump): Likewise.
5846
5847 Thu Sep 14 13:10:10 1995 Doug Evans <dje@canuck.cygnus.com>
5848
5849 * gas/sparc/{wrdr.[ds],rdpr.[ds]}: New tests.
5850 * gas/sparc/sparc.exp: Run them.
5851
5852 Wed Sep 13 16:35:51 1995 Ian Lance Taylor <ian@cygnus.com>
5853
5854 * Makefile.in, configure.in: Remove; the testsuite is now run
5855 directly from the gas Makefile.
5856
5857 Mon Sep 11 11:44:23 1995 Ian Lance Taylor <ian@cygnus.com>
5858
5859 * gas/mri/empty.s: New file.
5860 * gas/mri/mri.exp: Test assembling empty.s.
5861 * gas/mri/comment.s: Add a couple more comment variants.
5862
5863 * gas/mri/mri.exp: Add xfail for the expr test for all hppa
5864 targets.
5865
5866 Wed Sep 6 21:39:23 1995 Ian Lance Taylor <ian@cygnus.com>
5867
5868 * gas/mri/comment.s, gas/mri/comment.d: New test.
5869 * gas/mri/mri.exp: Run it.
5870 * gas/mri/expr.s: Remove whitespace in operand field.
5871 * gas/mri/for.s: Add comments for further testing.
5872 * gas/macros/test2.s: Put in an upper case ELSE to test case
5873 insensitivity.
5874
5875 Wed Aug 30 16:12:03 1995 Doug Evans <dje@canuck.cygnus.com>
5876
5877 * gas/sparc/{prefetch.[ds],synth64.[ds]}: New tests.
5878
5879 Tue Aug 29 18:59:33 1995 Doug Evans <dje@canuck.cygnus.com>
5880
5881 * gas/sparc/sparc.exp: New file.
5882 * gas/sparc/{asi.[ds],membar.[ds]}: New tests.
5883
5884 Mon Aug 21 14:39:29 1995 Ian Lance Taylor <ian@cygnus.com>
5885
5886 * gas/macros/*: New tests for macros.
5887
5888 * gas/mri/common.s: Use data, not .data.
5889
5890 * gasp/pl3.out: Update for changes in commented source output when
5891 LOCAL is used.
5892
5893 Sat Aug 19 17:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
5894
5895 * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output
5896 of diff.
5897 * lib/gas-defs.exp: Define prune_system_crud if it is not already
5898 defined.
5899
5900 Fri Aug 18 11:09:38 1995 Ian Lance Taylor <ian@cygnus.com>
5901
5902 * gasp/mri/*.out: Use ;, not !, for the comment character.
5903
5904 Wed Aug 16 12:24:12 1995 Ian Lance Taylor <ian@cygnus.com>
5905
5906 * gas/mri/mri.exp: Change hppa*-*-* expected failures to only
5907 expect failure for targets which use SOM.
5908
5909 * lib/gas-defs.exp (run_dump_test): If the program to run does not
5910 exist, mark the test as untested.
5911
5912 * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
5913 common test.
5914
5915 * lib/gas-defs.exp (run_dump_test): Name the output file dump.o,
5916 rather than using an implicit a.out.
5917
5918 * gas/mri/for.s: Add nop to round out to four byte boundary.
5919 * gas/mri/repeat.s: Likewise.
5920 * gas/mri/while.s: Likewise.
5921 * gas/mri/for.d: Expected added nop.
5922 * gas/mri/repeat.d: Likewise.
5923 * gas/mri/while.d: Likewise.
5924
5925 * gas/mips/*.d: Change all test names to say MIPS.
5926
5927 Tue Aug 15 15:42:33 1995 Ian Lance Taylor <ian@cygnus.com>
5928
5929 * gas/mri/for.d, gas/mri/for.s: New test.
5930 * gas/mri/if.d, gas/mri/if.s: New test.
5931 * gas/mri/repeat.d, gas/mri/repeat.s: New test.
5932 * gas/mri/while.d, gas/mri/while.s: New test.
5933 * gas/mri/mri.exp: Run the new tests.
5934
5935 Mon Aug 14 16:03:07 1995 Ian Lance Taylor <ian@cygnus.com>
5936
5937 * gas/mri/expr.d: Permit leading zeroes, in case we're using a
5938 64-bit BFD.
5939
5940 * gasp/mri/*: New tests.
5941 * gasp/gasp.exp: Run them. Also, clean up the test names used in
5942 pass and fail.
5943
5944 Sun Aug 13 00:39:24 1995 Jeff Law (law@snake.cs.utah.edu)
5945
5946 * gas/sh/basic.exp: Update now that we know the right
5947 bit patters for the new sts instructions.
5948
5949 Thu Aug 10 00:46:21 1995 Ian Lance Taylor <ian@cygnus.com>
5950
5951 * gas/mri/char.d: Fix for little endian machines.
5952 * gas/mri/float.d: Likewise.
5953
5954 Wed Aug 9 15:34:36 1995 Ian Lance Taylor <ian@cygnus.com>
5955
5956 * gas/all/struct.s, gas/all/struct.d: New test.
5957 * gas/all/gas.exp: Run it.
5958
5959 Tue Aug 8 17:11:39 1995 Ian Lance Taylor <ian@cygnus.com>
5960
5961 * gas/mri/common.s, gas/mri/common.d: New test.
5962 * gas/mri/mri.exp: Run it.
5963
5964 Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com>
5965
5966 * gas/mri/mri.exp: Add setup_xfail for a29k*-*-* for constants
5967 test.
5968
5969 * gasp/crash1.out, gasp/macro.out, gasp/sfunc.out: Complete
5970 truncated files, so that the tests pass.
5971
5972 * gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ,
5973 constants, and expr.
5974
5975 * gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run
5976 on vxworks*, not just vxworks5.1.
5977
5978 * lib/gas-defs.exp (fail_phase, pass_phase): Remove.
5979 (run_dump_test): Just call pass or fail.
5980
5981 * gas/m68k/operands.s, gas/m68k/operands.d: New test.
5982 * gas/m68k/op68000.d: New test.
5983 * gas/m68k/cas.s, gas/m68k/cas.d: New test.
5984 * gas/m68k/bitfield.s, gas/m68k/bitfield.d: New test.
5985 * gas/m68k/schwab.d: Run objdump with -j .text. Adjust for
5986 changes to disassembler.
5987 * gas/m68k/all.exp: Run new tests. Run schwab test for
5988 m68k-*-coff*.
5989
5990 Mon Aug 7 03:01:32 1995 Jeff Law (law@snake.cs.utah.edu)
5991
5992 * gas/sh/*: New tests for the hitachi-sh.
5993
5994 Tue Aug 1 18:02:47 1995 Ian Lance Taylor <ian@cygnus.com>
5995
5996 * gas/mri/*: New tests for MRI mode.
5997
5998 * lib/gas-defs.exp (run_dump_test): Support using objcopy. Dump
5999 program executions to the log file before running them. Use the
6000 simple program name, rather than the path to the binary being run,
6001 in pass/fail messages.
6002 (regexp_diff): If the regexp file has the special comment #pass,
6003 stop checking at that point.
6004 * config/default.exp: Set NM, NMFLAGS, OBJCOPY, and OBJCOPYFLAGS,
6005 if they are not already set.
6006
6007 Tue Aug 1 11:41:30 1995 steve chamberlain <sac@slash.cygnus.com>
6008
6009 * Makefile.in: Remove superfluous runtest gasp.
6010
6011 Mon Jul 31 18:19:26 1995 steve chamberlain <sac@slash.cygnus.com>
6012
6013 * gasp/*: New.
6014 * Makefile.in: Use gasp tests.
6015 * config/default.exp: Add gasp stuff.
6016
6017 Thu Jul 20 18:56:48 1995 Jeff Law (law@snake.cs.utah.edu)
6018
6019 * gas/all/gas.exp: Disable tests that are not appropriate for
6020 the PA.
6021
6022 Thu Jul 13 18:22:49 1995 Ken Raeburn <raeburn@cygnus.com>
6023
6024 * gas/m68k/all.exp: Run schwab test for m68k vxworks5.1.
6025
6026 Wed Jun 21 21:28:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6027
6028 * gas/m68k/schwab.*: New test based on a test case from Andreas
6029 Schwab.
6030 * gas/m68k/all.exp: Run it for some aout configurations.
6031
6032 Mon Jun 12 22:27:18 1995 Jeff Law (law@snake.cs.utah.edu)
6033
6034 * gas/hppa/parse/badfmpyadd.s: New test.
6035 * gas/hppa/parse/parse.exp: Run it.
6036
6037 Sun May 21 20:26:18 1995 Jeff Law (law@snake.cs.utah.edu)
6038
6039 * gas/hppa/unsorted/unsorted.exp: Disable align4 tests for
6040 ELF targets.
6041
6042 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
6043
6044 * arm/arm7dm.s: New file -- tests for ARM7DM instructions.
6045 * arm/arm6.s: Correct bogus tests.
6046 * arm/gas.exp (arm6.s): Is now a valid test.
6047 (arm7dm.s): New test.
6048 * arm/float.s: Add load/store multiple floating point instruction
6049 tests.
6050
6051 Wed May 3 13:14:44 1995 Jeff Law (law@snake.cs.utah.edu)
6052
6053 * gas/hppa/reloc/longcall.s: New test.
6054 * gas/hppa/reloc/reloc.exp: Run it.
6055
6056 Tue May 2 16:37:48 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6057
6058 * gas/mips/ld.d: Modified for gas delay-slot fixes.
6059
6060 Sat Apr 29 23:35:18 1995 Doug Evans <dje@chestnut.cygnus.com>
6061
6062 * lib/gas-dg.exp: New file.
6063
6064 Tue Apr 11 13:57:52 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6065
6066 * gas/mips/mips4.d: Allow more than exactly 8 zeros in bc1*
6067 targets.
6068
6069 Mon Apr 10 15:36:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6070
6071 * lib/gas-defs.exp (pass_phase): New proc.
6072 (run_dump_test): Note passing or failing of each phase of this
6073 test, instead of failure of phases or passing of complete test.
6074 Ensure test file name is in reported message.
6075
6076 Sat Apr 8 12:46:33 1995 Doug Evans <dje@chestnut.cygnus.com>
6077
6078 * lib/gas-defs.exp (run_dump_test): Handle arguments with paths.
6079 Always resolve testcase status before returning.
6080 If `slurp_options' fails, return and don't do test.
6081 (slurp_options): Fix "can't open" error message.
6082 Return -1 to indicate error.
6083
6084 Mon Mar 20 22:45:30 1995 Jeff Law (law@snake.cs.utah.edu)
6085
6086 * gas/hppa/unsorted/common.s: New test.
6087 * gas/hppa/unsorted/unsorted.exp: Run it.
6088
6089 Fri Mar 10 19:07:09 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6090
6091 * gas/h8300/ffxx1.s: Add .word 0 at the end to eliminate
6092 uncertainty as to whether there should be trailing bytes in the
6093 output file.
6094 * gas/h8300/ffxx1.d: Adjust reloc values to permit an addend value
6095 of 0x00000000ffffffff on 64-bit hosts. (I'm not sure if this is
6096 correct.) End with "..." to match trailing zero bytes.
6097
6098 Wed Mar 8 15:50:34 1995 Ian Lance Taylor <ian@cygnus.com>
6099
6100 * gas/mips/mips4.d, gas/mips/mips4.s: New files.
6101 * gas/mips/mips.exp: Run new test.
6102
6103 Thu Feb 23 17:58:50 1995 Jeff Law (law@snake.cs.utah.edu)
6104
6105 * gas/hppa/basic/fmemLRbug.s: Add indexing variants.
6106 * gas/hppa/basic/basic.exp: Test them.
6107
6108 Wed Feb 15 15:43:26 1995 Ian Lance Taylor <ian@cygnus.com>
6109
6110 * gas/mips/uld.d: New file.
6111 * gas/mips/uld.s: New file.
6112 * gas/mips/usd.d: New file.
6113 * gas/mips/usd.s: New file.
6114 * gas/mips/mips.exp: Run new tests.
6115
6116 Thu Feb 9 10:57:39 1995 Jeff Law (law@snake.cs.utah.edu)
6117
6118 * gas/hppa/reloc/applybug.s: New test.
6119 * gas/hppa/reloc/reloc.exp (do_applybug_test): Run it.
6120
6121 Thu Feb 2 00:34:55 1995 Jeff Law (law@snake.cs.utah.edu)
6122
6123 * gas/hppa/reloc/picreloc.s: New test.
6124 * gas/hppa/reloc/reloc.exp (do_pic_relocation_test): Run it.
6125
6126 Fri Jan 27 14:02:02 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6127
6128 * gas/h8300/ffxx1.d, gas/h8300/ffxx1.s, gas/h8300/cmpsi2.s,
6129 gas/h8300/h8300.exp: New tests.
6130
6131 Mon Jan 23 21:44:26 1995 Jeff Law (law@snake.cs.utah.edu)
6132
6133 * gas/hppa/basic/basic.exp (do_system): Update.
6134
6135 Wed Jan 11 17:20:25 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6136
6137 * gas/mips/mips.exp: Don't run the memory-access tests if the
6138 format is a.out, because the generated code is different from what
6139 is used with other formats.
6140
6141 Tue Jan 10 11:42:13 1995 Jeff Law (law@snake.cs.utah.edu)
6142
6143 * gas/hppa/unsorted/unsorted.exp (align4.s): Fix glitch in
6144 regexp to avoid losing without a controlling tty.
6145
6146 Fri Dec 30 18:08:20 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6147
6148 * gas/i386/pushw.l: Fixed whitespace to match current listing
6149 style.
6150
6151 * gas/all/gas.exp: Mark test p1480.s expected to pass, even with
6152 listings enabled.
6153
6154 Thu Dec 15 18:14:27 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6155
6156 * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set.
6157 (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp.
6158 * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use
6159 findfile and transform procedures to determine objdump program
6160 name.
6161
6162 * gas/mips/abs.s, gas/mips/div.s: Force some padding at the end,
6163 in case the format doesn't automatically require it.
6164 * gas/mips/beq.d, gas/mips/jal.d: Handle MIPS_JMP as an alternate
6165 name for the reloc type.
6166
6167 * lib/gas-defs.exp (file_contents, verbose_eval): New procs.
6168 (run_dump_test): If verbosity level is over 3, print out dump
6169 command and its output.
6170
6171 Tue Dec 13 18:21:09 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6172
6173 * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted
6174 disassembly.
6175
6176 Fri Dec 9 19:54:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6177
6178 * gas/all/gas.exp (comment.s test): Make the "\r" optional, since
6179 it depends on tty modes.
6180
6181 * lib/gas-defs.exp (gas_start): Try using -nottycopy instead of
6182 -nottyinit.
6183
6184 * gas/arm/gas.exp: The arm6 test should report errors, for now.
6185
6186 Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6187
6188 * lib/gas-defs.exp: Use -i in expect_after command.
6189
6190 Wed Dec 7 16:49:14 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6191
6192 * gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted
6193 disassembly.
6194
6195 * gas/ieee-fp: Renamed from ieee.fp.
6196
6197 * lib/gas-defs.exp: Make sure timeout is at least 2 minutes.
6198
6199 Wed Nov 30 10:48:00 1994 Jeff Law (law@snake.cs.utah.edu)
6200
6201 * gas/hppa/parse: Renamed from gas/hppa/more.parse.
6202
6203 Mon Nov 28 00:40:26 1994 Jeff Law (law@snake.cs.utah.edu)
6204
6205 * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
6206 to fail. Fix comments for the test. Tweak test name.
6207
6208 Tue Nov 22 23:38:20 1994 Jeff Law (law@snake.cs.utah.edu)
6209
6210 * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF
6211 output.
6212
6213 Fri Nov 18 17:56:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6214
6215 * gas/mips/ld.d: Adjust to work for both big and little endian
6216 code.
6217 * gas/mips/ld.s, gas/mips/lif-empic.d: Likewise.
6218 * gas/mips/lifloat.d, gas/mips/ulh-empic.d: Likewise.
6219 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise.
6220 * gas/mips/usw.d: Likewise.
6221
6222 Tue Nov 15 11:09:57 1994 Jeff Law (law@snake.cs.utah.edu)
6223
6224 * gas/hppa/unsorted/align4.s: New test.
6225 * gas/hppa/unsorted/unsorted.exp: Run it.
6226
6227 * gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match
6228 current expected PA ELF output.
6229 * gas/hppa/reloc/reloc.exp (do_r_no_reloc): Likewise.
6230 (do_plabel_relocation_test): Likewise.
6231
6232 Thu Nov 3 18:14:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6233
6234 * gas/all/p1480.s: Use larger constant, so expression can have a
6235 positive value.
6236 * gas/all/gas.exp: Expect p1480.s without listings to pass.
6237
6238 Thu Nov 3 15:43:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6239
6240 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d, gas/mips/usw.d:
6241 Correct test cases.
6242
6243 Thu Oct 20 00:55:13 1994 Jeff Law (law@snake.cs.utah.edu)
6244
6245 * gas/hppa/reloc/blebug3.s: New test.
6246 * gas/hppa/reloc/reloc.exp: Run it.
6247
6248 Mon Oct 17 02:33:53 1994 Jeff Law (law@snake.cs.utah.edu)
6249
6250 * gas/hppa/reloc/reduce3.s: New test.
6251 * gas/hppa/reloc/reloc.exp: Run it.
6252
6253 Sun Oct 16 22:25:56 1994 Jeff Law (law@snake.cs.utah.edu)
6254
6255 * gas/hppa/reloc/reloc.exp (r_no_reloc): Tweak output to match
6256 current reality.
6257
6258 Wed Sep 28 21:21:34 1994 Jeff Law (law@snake.cs.utah.edu)
6259
6260 * gas/hppa/reloc/reduce.s: Renamed from relocreduce.s
6261 * gas/hppa/reloc/reduce2.s: Renamed from relocreduce2.s
6262 * gas/hppa/reloc/r_no_reloc.s: Renamed from r_no_relocbug.s
6263 * gas/hppa/reloc/reloc.exp: Changed accordingly.
6264
6265 Wed Sep 28 13:25:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6266
6267 * gas/mips/beq.d, gas/mips/beq.s: Test that unconditional branch
6268 overflows are correctly converted to jumps.
6269
6270 Mon Sep 26 17:41:43 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6271
6272 * gas/mips: Add test cases for PIC code, both SVR4 style and
6273 -membedded-pic style.
6274
6275 Fri Sep 23 14:45:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6276
6277 * gas/mips: New directory with MIPS specific test cases.
6278
6279 * lib/gas-defs.exp (run_dump_test): Permit the .d file to specify
6280 the name of the source file to assemble.
6281 (regexp_diff): Put the reason for failure in the log file.
6282
6283 Wed Sep 21 13:44:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6284
6285 * lib/gas-defs.exp: Don't try to use shell redirection, since TCL
6286 doesn't support it. Redirect stdout using > instead of 1>, and
6287 don't bother to redirect stderr since TCL redirects it anyhow.
6288 (run_dump_test): Pass appropriate arguments to program, defaulting
6289 to -r.
6290
6291 Sat Sep 17 01:04:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6292
6293 * gas/vax: New directory.
6294 * gas/vax/{quad.s,quad.exp}: New test, for immediate quadword
6295 values.
6296
6297 Mon Sep 12 22:19:11 1994 Jeff Law (law@snake.cs.utah.edu)
6298
6299 * gas/hppa/reloc/r_no_relocbug.s: New test.
6300 * gas/hppa/reloc/reloc.exp: Run it.
6301
6302 * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Update
6303 expected output.
6304
6305 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
6306
6307 * gas/arm/*: New subtree. Add ARM tests.
6308
6309 Mon Aug 8 12:13:31 1994 Jeff Law (law@snake.cs.utah.edu)
6310
6311 * gas/hppa/unsorted/unsorted.exp: Accept any character
6312 between foo's type and foo itself.
6313
6314 Fri Jul 15 19:09:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6315
6316 * lib/gas-defs.exp (run_dump_test): New routine for running the
6317 assembler, running objdump or nm (not fully supported) on the
6318 resulting object file, and comparing the results against a file of
6319 regular expressions in the test suite, all in one command.
6320 Options for the assembler and objdump are read from comments at
6321 the start of the .d file.
6322 (fail_phase, slurp_options): New auxiliary routines.
6323 (regexp_diff): Always return a value. Fix bugs in actually doing
6324 the regexp test.
6325
6326 * gas/sun4/addend.exp: Use run_dump_test.
6327 * gas/sun4/addend.d: Fix regular expressions so that they work.
6328
6329 Thu Jul 7 11:55:33 1994 Jeff Law (law@snake.cs.utah.edu)
6330
6331 * gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.
6332 * gas/hppa/reloc/reloc.exp: Run them.
6333
6334 Thu Jun 30 18:49:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6335
6336 * config/default.exp: Look for "as.new" in "$base_dir/..", where
6337 it got compiled, not in "$base_dir".
6338 * config/unknown.exp: Deleted.
6339
6340 Sun Jun 26 13:23:54 1994 Jeff Law (law@snake.cs.utah.edu)
6341
6342 * gas/lib/gas-defs.exp (gas_finish): Call "close" and "wait"
6343 before exiting. Enclose both calls inside a "catch".
6344 (objdump_finish): Likewise.
6345
6346 Fri Jun 10 10:23:35 1994 Jeff Law (law@snake.cs.utah.edu)
6347
6348 * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
6349 for SOM to match current testcase.
6350
6351 Thu Jun 2 19:46:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6352
6353 * gas/i386/{pushw.s,pushw.l}: New test.
6354 * gas/i386/all.exp: Run it.
6355
6356 * Makefile.in (distclean): Remove site config files and gas.sum.
6357
6358 Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6359
6360 * gas/m68k/disperr.s: Use % for registers.
6361
6362 * gas/m68k-coff/gas.exp: Expect failure for p2389a.s.
6363
6364 Tue May 17 14:53:08 1994 Bill Cox (bill@rtl.cygnus.com)
6365
6366 * lib/gas-defs.exp: Replace error proc calls with perror calls.
6367
6368 Mon May 16 13:19:16 1994 Jeff Law (law@snake.cs.utah.edu)
6369
6370 * gas/hppa/reloc/reloc.exp: Tweak expected output to match new
6371 ELF code.
6372 * gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does
6373 not support them.
6374 * gas/hppa/unsorted/unsorted.exp: Tweak expected output to match
6375 new ELF code.
6376
6377 Thu May 5 17:27:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6378
6379 * config/default.exp: Renamed from unix-gas.exp.
6380
6381 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
6382
6383 * Makefile.in (check): Set TCL_LIBRARY for runtest.
6384
6385 Mon Apr 11 07:54:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6386
6387 * gas/hppa/more.parse/callinfobug.s: Add missing name for
6388 procedure.
6389
6390 * gas/hppa/reloc/funcrelocbug.s: Place the trampoline in the
6391 $DATA$ rather than $LIT$ subspace.
6392
6393 Sun Mar 27 14:05:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6394
6395 * gas/hppa/reloc/funcrelocbug.s: New test.
6396 * gas/hppa/reloc/reloc.exp: Run it.
6397
6398 Thu Mar 17 13:38:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6399
6400 * gas/hppa/unsorted/importbug.s: New test.
6401 * gas/hppa/unsorted/unsorted.exp: Run it.
6402
6403 Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6404
6405 * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test.
6406
6407 * gas/hppa/unsorted/globalbug.s: New test (expected to fail).
6408 * gas/hppa/unsorted/unsorted.exp: Run it.
6409
6410 * gas/hppa/more.parse/callinfobug.s: New test.
6411 * gas/hppa/omre.parse/parse.exp: Run it.
6412
6413 * gas/hppa/more.parse/regpopbug.s: New test.
6414 * gas/hppa/more.parse/parse.exp: Run it.
6415
6416 Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6417
6418 * lib/gas-defs.exp (objdump): New proc.
6419 (objdump_start): Deleted unused proc.
6420 (objdump_start_common): Merged into objdump_start_no_subdir.
6421
6422 * gas/alpha/fp.exp: Use objdump instead of
6423 objdump_start_no_subdir, since the former actually waits for
6424 objdump to finish. Specify .rdata section only. Make comment
6425 indicate Alpha architecture rather than SPARC.
6426 * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match
6427 against ASCII code 0x2a ("*", special in regexp).
6428 * gas/sun4/addend.exp: Use objdump instead of
6429 objdump_start_no_subdir.
6430
6431 Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6432
6433 * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
6434 a failure if gas is not producing an ELF object.
6435
6436 Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6437
6438 * gas/hppa/basic/fmemLRbug.s: New test.
6439 * gas/hppa/basic/basic.exp: Run it.
6440
6441 Thu Feb 10 00:34:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6442
6443 * gas/alpha/fp.*: New files.
6444 * lib/gas-defs.exp (regexp_diff): Report noted mismatch at
6445 verbosity level 3 or above only.
6446
6447 Mon Feb 7 15:53:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6448
6449 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather than
6450 PA OSF1.
6451
6452 Fri Feb 4 23:42:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6453
6454 * gas/hppa/more.parse/xmpyubug.s: New test.
6455 * gas/hppa/more.parse/parse.exp: Run it.
6456
6457 Fri Feb 4 17:13:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6458
6459 * lib/gas-defs.exp (regexp_diff): New procedure, vaguely based on
6460 "simple_diff" from linker test suite.
6461 * gas/sun4/addend.exp: Use it.
6462 * gas/sun4/addend.d: New file.
6463
6464 Sun Jan 30 23:34:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6465
6466 * gas/all/gas.exp: Adjust regexp for x930509.s for current listing
6467 format.
6468
6469 Thu Jan 20 16:44:51 1994 Rob Savoye (rob@darkstar.cygnus.com)
6470
6471 * gas/all/gas.exp, lib/gas-defs.exp, sun4/addend.exp,
6472 sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
6473 well under either version of expect.
6474
6475 Mon Jan 17 00:25:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6476
6477 * gas/hppa/basic/fp_misc.s: Delete copr instruction. It's tested
6478 elsewhere now.
6479 * gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
6480 * gas/hppa/basic/basic.exp: Run them.
6481
6482 Thu Jan 13 11:59:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6483
6484 * gas/all/gas.exp: No longer expect difference of forward
6485 references to fail.
6486 * gas/all/x930509.s: Fix testcase to match how the expect code was
6487 written.
6488
6489 Wed Jan 12 13:41:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6490
6491 * gas/hppa/reloc/reloc.exp: Fix typo in last change. Latest test
6492 for cross-subspace call bugs is no longer expected to fail.
6493
6494 * gas/hppa/more.parse/procbug.s: Add test for another bug relating
6495 to having a function's label follow the .PROC directive.
6496
6497 Tue Jan 11 21:47:48 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6498
6499 * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
6500 found while working on multiple $CODE$ subspace support.
6501
6502 Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6503
6504 * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
6505 to fail.
6506 * gas/hppa/more.parse/procbug.s: Add missing .procend.
6507
6508 Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6509
6510 * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last
6511 app.c change.
6512
6513 Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6514
6515 * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
6516
6517 Wed Dec 15 08:24:31 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
6518
6519 * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
6520 OBJDUMPFLAGS in case it's empty. Use temporary names until the
6521 end; make creating site.exp the final step.
6522 (check): Pass in ASFLAGS.
6523
6524 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
6525 C comments to avoid bugs in latest expect code.
6526
6527 Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6528
6529 * gas/m68k/disperr.s: New test.
6530 * gas/m68k/all.exp: Run it.
6531
6532 Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6533
6534 * gas/hppa/reloc/roundmode.s: New test.
6535 * gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
6536
6537 Wed Dec 1 10:44:18 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6538
6539 * gas/hppa/reloc/reloc.exp: Run the first half of bogus R_EXIT
6540 test for ELF.
6541
6542 Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6543
6544 * gas/hppa/more.parse/parse.exp: Test for error on for subspace
6545 directive is an XFAIL for SOM assmeblers.
6546
6547 * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
6548 cross-subspace call test.
6549
6550 Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6551
6552 * gas/hppa/more.parse/appbug.s: New test.
6553 * gas/hppa/more.parse/parse.exp: Run it.
6554
6555 * gas/hppa/unsorted/align3.s: New test.
6556 * gas/hppa/unsorted/unsorted.exp: Run it.
6557
6558 Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6559
6560 * gas/all/p2425.s: Insert a tab before assembler directives so
6561 that the directives are not interpreted as labels.
6562
6563 * gas/hppa/basic/weird.s: Sync with GDB version.
6564
6565 * gas/hppa/more.parse/labelbug.s: New test.
6566
6567 * gas/hppa/more.parse/parse.exp: Run it.
6568
6569 Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6570
6571 * gas/hppa/reloc/fixupbug.s: New test.
6572 * gas/hppa/reloc/reloc.exp: Run it.
6573
6574 * gas/hppa/reloc/exitbug.s: New test.
6575 * gas/hppa/reloc/reloc.exp: Run it.
6576
6577 Sun Nov 21 22:11:10 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6578
6579 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF can
6580 share the same test code.
6581 * gas/hppa/reloc/relocreduce.s: Likewise.
6582
6583 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.
6584 * gas/hppa/basic/basic.exp: Test quadword FP store instructions.
6585
6586 Sun Nov 7 00:31:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6587
6588 * gas/hppa/reloc/reloc.exp: No longer expect failure for
6589 field selector on ble instruction test.
6590
6591 * gas/hppa/basic/basic.exp: No longer expect failures for
6592 system instruction tests now that probei is fixed.
6593
6594 Sat Nov 6 22:45:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6595
6596 * gas/hppa/reloc/selectorbug.s: New test.
6597 * gas/hppa/reloc/reloc.exp: Run it.
6598
6599 Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6600
6601 * gas/hppa/unsorted/fragbug.s: New test.
6602 * gas/hppa/unsorted/unsorted.exp: Run it.
6603
6604 Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com)
6605
6606 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
6607
6608 Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6609
6610 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.
6611 * gas/hppa/more.parse/parse.exp: Run them.
6612
6613 Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6614
6615 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at
6616 which specific relocations are expected to be found.
6617
6618 Sat Oct 30 14:12:31 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6619
6620 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.
6621
6622 * gas/hppa/more.parse/parse.exp: Add new test.
6623 * gas/hppa/more.parse/ssbug.s: New test to make sure non-default
6624 sections are handled correctly.
6625
6626 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.
6627
6628 Fri Oct 29 16:29:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6629
6630 * gas/hppa/more.parse/calldatabug.s: Colonize.
6631 * gas/hppa/more.parse/parse.exp: Fix typos.
6632
6633 Thu Oct 28 21:40:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6634
6635 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
6636 * gas/hppa/*/*.exp: New test drivers.
6637 * gas/hppa/*/*.s: New test files.
6638
6639 Mon Oct 25 09:40:59 1993 Ken Raeburn (raeburn@cygnus.com)
6640
6641 * gas/sun4: New directory.
6642 * gas/sun4/addend.s,addend.exp: New test case.
6643 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
6644 test case.
6645
6646 * gas/all/gas.exp: Check `*' in C comments.
6647
6648 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
6649 simplify some tests.
6650 (want_no_output): Return zero or nonzero, depending on success or
6651 failure.
6652 (gas_test_old): Return value from want_no_output.
6653 (objdump_start_common): Split off from objdump_start.
6654 (objdump_start_no_subdir): New procedure.
6655
6656 Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com)
6657
6658 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
6659 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
6660
6661 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
6662 AS_FOR_TARGET.
6663 (check): Don't pass ASFLAGS variable.
6664 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
6665
6666 From Jeff Law:
6667
6668 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
6669 so that tests can parse the output of objdump looking for errors
6670 in relocation entires, file headers and the like.
6671
6672 Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6673
6674 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
6675 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
6676 call so it no longer performs multiple tests.
6677 * gas/m68k/all.exp (t2.s): Don't bother with listings.
6678 (p2410.s): Don't pass unwanted arguments to gas_test_error.
6679
6680 Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6681
6682 * lib/do*: Remove RCS id strings.
6683
6684 Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
6685
6686 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
6687 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
6688 * gas/i386: New directory.
6689
6690 Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
6691
6692 * Added directory structure, to categorize tests by targets.
6693 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
6694 and refined some to examine the assembler listing output.
6695 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
6696 expect_after patterns.
6697 (gas_start, gas_finish): New procs, for tests that examine process
6698 output.
6699 * config/unix-gas.exp: Invoke gas_init directly, instead of
6700 requiring test .exp files do it.
6701
6702 Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6703
6704 * gas/gas.exp: Handle new tests, and changes to testing procs.
6705
6706 * lib/gas-defs.exp (want_no_output): New proc; success iff output
6707 is empty.
6708 (gas_test_old): Functionally same as old gas_test.
6709 (gas_test_ignore_stdout): Rewritten to use want_no_output.
6710 (gas_test): New argument lists set of options to be tried in
6711 combinations. Option with trailing ">" indicates standard output
6712 should be ignored.
6713
6714 * gas/p2425a.s: Use %-form for registers, so this test can be run
6715 on m68k-coff targets too.
6716
6717 * gas/p2430a.s: New test case, whitespace &c matches customer
6718 report more closely. Gets different results from p2430.s; this is
6719 bad, and not yet tested for.
6720
6721 Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com)
6722
6723 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
6724 * lib/run: New script.
6725 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
6726 and redirection options. Use "run" script so redirection works.
6727 (gas_test): Now takes assembler options as separate arg from input
6728 file name.
6729 (gas_test_ignore_stdout): New proc. Discards output.
6730 (gas_test_error): New proc. Expects assembler to generate output.
6731 (target_cpu_family setting): Handle i486->i386 also.
6732
6733 * lib/do*: Scripts moved here from gas/testscripts. May be useful
6734 someday for writing more test cases; not currently used.
6735
6736 Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6737
6738 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
6739 cases.
6740 * gas/gas.exp: Enable them for appropriate targets. Removed some
6741 useless comments &c. Changed m68k target test to be more general.
6742
6743 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
6744 * gas/gas.exp: Call gas_init.
6745
6746 Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
6747
6748 * Test suite created.
This page took 0.20888 seconds and 5 git commands to generate.