more cleanups
authorDavid MacKenzie <djm@cygnus>
Thu, 12 Aug 1993 02:32:34 +0000 (02:32 +0000)
committerDavid MacKenzie <djm@cygnus>
Thu, 12 Aug 1993 02:32:34 +0000 (02:32 +0000)
bfd/ChangeLog
bfd/configure.in

index b45fc968998a86c80a7a560213fed918f6d1e6eb..8d11088d4e27dff834f68dded07820852420f8b7 100644 (file)
@@ -1,7 +1,10 @@
 Wed Aug 11 12:11:23 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
 
+       * archures.c (archures_init_table): Add bfd_sh_arch.
+
        * configure.in: Include coff-m68k.o for m68kcoffun_vec.
        Include nlm32.o and nlm.o for bfd_nlm32_i386_vec.
+       Fix error in error message.
 
        * oasys.c: Make bfd_error_vector extern.
 
index c2891b44aa47b16e4dd302b03a448747d9992ced..f5d82094d94e59498fdb5526dab88114af9aeb85 100644 (file)
@@ -148,8 +148,7 @@ do
     fi
 done
 
-# We don't do any links based on the target system, just minor makefile
-# config.
+# We don't do any links based on the target system, just makefile config.
 
 # post-target:
 
@@ -263,7 +262,7 @@ if [ x${all_targets} = xfalse ]; then
        z8kcoff_vec)            tb="$tb coff-z8k.o" ;;
 
        "")                     ;;
-       *) echo "*** unknown target vector $vec in $f" 1>&2; exit 1 ;;
+       *) echo "*** unknown target vector $vec" 1>&2; exit 1 ;;
        esac
     done
 
This page took 0.03071 seconds and 4 git commands to generate.