From 98e9482ab5498f8debce0f11438e0e56599c986c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 Sep 1994 17:07:26 +0000 Subject: [PATCH] * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*, not for m68k-*-*. --- binutils/testsuite/ChangeLog | 16 ++++++++++++++++ binutils/testsuite/configure.in | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index f30740cea03..eefbd000343 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 + + * 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 8f734d8f9b3..2abaadeca3f 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 ;; -- 2.30.2