aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-28 17:07:26 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-28 17:07:26 +0000
commit98e9482ab5498f8debce0f11438e0e56599c986c (patch)
tree5e6d3446b20cf559e77073b14e2a7e5e644728de /binutils
parentaa39dc49cbc0e87f33bff273507169bab446806d (diff)
downloadgdb-98e9482ab5498f8debce0f11438e0e56599c986c.zip
gdb-98e9482ab5498f8debce0f11438e0e56599c986c.tar.gz
gdb-98e9482ab5498f8debce0f11438e0e56599c986c.tar.bz2
* configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
not for m68k-*-*.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/ChangeLog16
-rw-r--r--binutils/testsuite/configure.in3
2 files changed, 18 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index f30740c..eefbd00 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+
+ * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
+ not for m68k-*-*.
+
+Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
+
+ * binutils.all/objdump.exp: Added ARM to list of CPU types.
+
+Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+
+ * binutils.all/objdump.exp: Update for new usage message.
+ * binutils.all/size.exp: Use a double backslash in the string to
+ get a single backslash to the regexp matcher. Accept $TEXT$,
+ $DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
+
Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* config/unix.exp: If nm.new does not exist, use [transform nm].
diff --git a/binutils/testsuite/configure.in b/binutils/testsuite/configure.in
index 8f734d8..2abaade 100644
--- a/binutils/testsuite/configure.in
+++ b/binutils/testsuite/configure.in
@@ -17,7 +17,8 @@ case "${target}" in
i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;;
*-*-lynx*) target_makefile_frag=config/mt-lynx ;;
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
- m68k-*-*) target_makefile_frag=config/mt-m68k ;;
+ m68k*-*-aout*) target_makefile_frag=config/mt-m68k ;;
+ m68k*-*-coff*) 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 ;;