* configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
authorIan Lance Taylor <ian@airs.com>
Wed, 28 Sep 1994 17:07:26 +0000 (17:07 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 28 Sep 1994 17:07:26 +0000 (17:07 +0000)
not for m68k-*-*.

binutils/testsuite/ChangeLog
binutils/testsuite/configure.in

index f30740cea03887d5852446771f150e8bf45cfb57..eefbd00034363327c9c396f46976dcb961a4c1d9 100644 (file)
@@ -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].
index 8f734d8f9b3d2d32efff0caece5c97f9997e0ffd..2abaadeca3f0fadb479437c8d94cb21e742f8f84 100644 (file)
@@ -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 ;;