aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-08-12 02:32:34 +0000
committerDavid MacKenzie <djm@cygnus>1993-08-12 02:32:34 +0000
commita339de272f416e89afb14373a0a58b443fcfc7b2 (patch)
tree30622b23940839bed8b91055e08ac4b17807cd4c /bfd
parent3c957a61b3892a6816e42960ad3e6e6afa2f34b5 (diff)
downloadfsf-binutils-gdb-a339de272f416e89afb14373a0a58b443fcfc7b2.zip
fsf-binutils-gdb-a339de272f416e89afb14373a0a58b443fcfc7b2.tar.gz
fsf-binutils-gdb-a339de272f416e89afb14373a0a58b443fcfc7b2.tar.bz2
more cleanups
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/configure.in5
2 files changed, 5 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b45fc96..8d11088 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/configure.in b/bfd/configure.in
index c2891b4..f5d8209 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -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