diff options
author | Jeff Law <law@redhat.com> | 1997-02-20 17:36:12 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-02-20 17:36:12 +0000 |
commit | 66a5e0e94c6ac797ee1da096256093ab5191fd7a (patch) | |
tree | 167890d9da69b359f5607bd8738163974421f5ab /gdb/testsuite | |
parent | b934926eac081ecbc68f5b94c0b70fa3f1420371 (diff) | |
download | ppe42-binutils-66a5e0e94c6ac797ee1da096256093ab5191fd7a.tar.gz ppe42-binutils-66a5e0e94c6ac797ee1da096256093ab5191fd7a.zip |
* gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
and "add_tests" are not at the same address.
Fixes gdb disassembler testsuite failure on sunos4 hosted toolchain.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c319e6feaf..7cd029b144 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,18 @@ +Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com) + + * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main" + and "add_tests" are not at the same address. + +Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com> + + * gdb.base/ptype.exp: Use gdb_test. + Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com) + * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns. + * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally + left in. No longer expect them to fail. + * gdb.stabs/*.mt; Deleted, no longer used. * gdb.stabs/configure.in: Remove references to target makefile frags. |