aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-05-02 10:38:00 +0000
committerAlan Modra <amodra@gmail.com>2007-05-02 10:38:00 +0000
commit0d063f63c5ddefb05c3a80e3ce1d2dd5c07e996d (patch)
tree753d7270dab2eada460a9b951ebea6e7c020dc7a /binutils/testsuite/ChangeLog
parent9e7750f2abd3c64e99d9a048958f4fd90acbb8b5 (diff)
downloadgdb-0d063f63c5ddefb05c3a80e3ce1d2dd5c07e996d.zip
gdb-0d063f63c5ddefb05c3a80e3ce1d2dd5c07e996d.tar.gz
gdb-0d063f63c5ddefb05c3a80e3ce1d2dd5c07e996d.tar.bz2
* binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
(copy_executable): Return early if test2 is blank. Return unsupported rather than unresolved if we can't run executables. Do test1 if we can compile.
Diffstat (limited to 'binutils/testsuite/ChangeLog')
-rw-r--r--binutils/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 7ec2cea..7b4a1fa 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-02 Alan Modra <amodra@bigpond.net.au>
+
+ * binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
+ (copy_executable): Return early if test2 is blank.
+ Return unsupported rather than unresolved if we can't run
+ executables. Do test1 if we can compile.
+
2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
Phil Edwards <phil@codesourcery.com>