diff options
author | Nick Clifton <nickc@redhat.com> | 1998-06-24 16:22:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-06-24 16:22:25 +0000 |
commit | 0bbdd534d2d8a5d0d5115b3e7e0edc9e0dc4fe81 (patch) | |
tree | 6dc8a406450d5d6ea5269a5491888efea04d4188 /binutils | |
parent | 70f4a97cb583f16c25aa7ef1c452706dce85676b (diff) | |
download | gdb-0bbdd534d2d8a5d0d5115b3e7e0edc9e0dc4fe81.zip gdb-0bbdd534d2d8a5d0d5115b3e7e0edc9e0dc4fe81.tar.gz gdb-0bbdd534d2d8a5d0d5115b3e7e0edc9e0dc4fe81.tar.bz2 |
Fixed parsing of output to cope with .call_table_data sections on v850
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index b3029ac..a624e25 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,43 @@ +Wed Jun 24 09:20:21 1998 Nick Clifton <nickc@cygnus.com> + + * binutils-all/objdump.exp: Look for '.data' rather than 'data' + when parsing output of objdump -h. + * binutils-all/size.exp: Look for '.data' rather than 'data' when + parsing output of size -A. + +Fri May 29 14:50:24 1998 Ian Lance Taylor <ian@cygnus.com> + + * binutils-all/objcopy.exp: Don't xfail the simple objcopy test + when cross compiling. + +Thu Nov 6 14:32:37 1997 Bob Manson <manson@charmed.cygnus.com> + + * lib/utils-lib.exp: Temporary definition of target_assemble and + default_target_assemble so that testing can work with older + dejagnu versions. + +Wed Sep 24 12:09:15 1997 Bob Manson <manson@charmed.cygnus.com> + + * binutils-all/objcopy.exp(strip_executable): Make a new copy of + the executable being tested. + +Mon Sep 15 21:25:20 1997 Bob Manson <manson@charmed.cygnus.com> + + * binutils-all/objcopy.exp: Compile the executables to be tested + on the target with a status wrapper (as necessary). + + * binutils-all/ar.exp: If testing on a remote host, don't bother + looking on the local host for the program being tested. Use the + correct filenames on the remote host. + + * binutils-all/nm.exp: Ditto. + + * binutils-all/size.exp: Ditto. + + * binutils-all/objdump.exp: Ditto. + (cpus_expected): Add the target CPU to the regexp of CPUs to be + expected, if it's not already there. + Thu Aug 28 09:57:27 1997 Doug Evans <dje@canuck.cygnus.com> * binutils-all/objdump.exp (cpus_expected): Add arc. |