aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-05-10 18:26:39 +0000
committerStan Shebs <shebs@codesourcery.com>1994-05-10 18:26:39 +0000
commit39a20ec6777401cc752d7766e0660cddacedc758 (patch)
tree6a84fdd4a94877628d27b00f18a79ce019e9b3bd
parent420e63c68580e7abbb9c5bb43493003b24c8d1d9 (diff)
downloadgdb-39a20ec6777401cc752d7766e0660cddacedc758.zip
gdb-39a20ec6777401cc752d7766e0660cddacedc758.tar.gz
gdb-39a20ec6777401cc752d7766e0660cddacedc758.tar.bz2
Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
* configure.in (sparclite): Match on sparclite*-*-*.
-rw-r--r--binutils/testsuite/ChangeLog17
-rw-r--r--binutils/testsuite/configure.in2
2 files changed, 18 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index ce0a210..e050e43 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,20 @@
+Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * configure.in (sparclite): Match on sparclite*-*-*.
+
+Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * config/unix.exp: Use nm.new, not nm, from newly built tree.
+
+ * binutils.all/objdump.exp: Add more wildcards to list of
+ single-letter options in pattern for usage message.
+
+ * binutils.all/nm.exp: Deleted debug-symbols test, since it only
+ works for a.out/stabs systems. Fixed regexps to make underscores
+ optional, since some C compilers don't prepend them. Deleted
+ check for foo.o symbol, since again some systems don't generate
+ it.
+
Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
* Makefile.in (check): Set TCL_LIBRARY for runtest.
diff --git a/binutils/testsuite/configure.in b/binutils/testsuite/configure.in
index c188994..9b6e7a4 100644
--- a/binutils/testsuite/configure.in
+++ b/binutils/testsuite/configure.in
@@ -20,7 +20,7 @@ case "${target}" in
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
- sparclite-*-*) target_makefile_frag=config/mt-slite ;;
+ sparclite*-*-*) target_makefile_frag=config/mt-slite ;;
sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;;
mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;;
esac