diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-10-20 15:38:42 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-10-20 15:38:42 +0000 |
commit | 726b30ba28dd701dcbbf12232b596985b0d400e2 (patch) | |
tree | 36ad8fe80299dfe7963a209620f72958ff6f4247 /gas | |
parent | dc0d7d91da7a315e499aa86a9999b63513189e91 (diff) | |
download | gdb-726b30ba28dd701dcbbf12232b596985b0d400e2.zip gdb-726b30ba28dd701dcbbf12232b596985b0d400e2.tar.gz gdb-726b30ba28dd701dcbbf12232b596985b0d400e2.tar.bz2 |
Makefile.in (OBJDUMP_FOR_TARGET): Define similar to AS_FOR_TARGET.
(check): Don't pass ASFLAGS variable.
(site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
From Jeff Law:
lib/gas-defs.exp (objdump_start, objdump_finish): New functions
so that tests can parse the output of objdump looking for errors
in relocation entires, file headers and the like.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 546dab2..4b32f17 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,8 +1,23 @@ +Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com) + + * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to + AS_FOR_TARGET. + (check): Don't pass ASFLAGS variable. + (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp. + + From Jeff Law: + + * lib/gas-defs.exp (objdump_start, objdump_finish): New functions + so that tests can parse the output of objdump looking for errors + in relocation entires, file headers and the like. + Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * gas/ieee.fp/x930509a.exp: Currently expected to fail always. * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test call so it no longer performs multiple tests. + * gas/m68k/all.exp (t2.s): Don't bother with listings. + (p2410.s): Don't pass unwanted arguments to gas_test_error. Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) |