aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-02-04 21:32:42 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-02-04 21:32:42 +0000
commit1cc9ed2959f06502527d918afbe4df5b25b356fd (patch)
tree9f123c44b253285c8dc52d81f71e4138b5942e5f /sim
parent111c0666a7247450eaede59b02852c7987a3b89b (diff)
downloadbinutils-1cc9ed2959f06502527d918afbe4df5b25b356fd.zip
binutils-1cc9ed2959f06502527d918afbe4df5b25b356fd.tar.gz
binutils-1cc9ed2959f06502527d918afbe4df5b25b356fd.tar.bz2
* Makefile.in (libcommon.a): Delete.
(callback.o,targ-map.o): Delete, moved to Make-common.in. (gentmap,targ-vals.h,targ-map.c): Likewise. (run-autoconf): Delete. * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile. (common makefile fragment): Moved back into ... * Make-common.in: Resurrect. * configure.in (AC_LINK_FILES): Delete, unnecessary now. * configure: Regenerated.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog12
-rw-r--r--sim/common/configure.in10
2 files changed, 12 insertions, 10 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 957a40e..90551b0 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,15 @@
+Tue Feb 4 13:24:44 1997 Doug Evans <dje@canuck.cygnus.com>
+
+ * Makefile.in (libcommon.a): Delete.
+ (callback.o,targ-map.o): Delete, moved to Make-common.in.
+ (gentmap,targ-vals.h,targ-map.c): Likewise.
+ (run-autoconf): Delete.
+ * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
+ (common makefile fragment): Moved back into ...
+ * Make-common.in: Resurrect.
+ * configure.in (AC_LINK_FILES): Delete, unnecessary now.
+ * configure: Regenerated.
+
Fri Jan 31 07:16:49 1997 Doug Evans <dje@canuck.cygnus.com>
* aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
diff --git a/sim/common/configure.in b/sim/common/configure.in
index 8f74e77..833c919 100644
--- a/sim/common/configure.in
+++ b/sim/common/configure.in
@@ -33,16 +33,6 @@ else
fi
AC_SUBST(TARGET_SUBDIR)
-case "${target}" in
-*-*-*) TARG_VALS_DEF=nltvals.def ;;
-esac
-
-# Discard what SIM_AC_COMMON sets for these.
-sim_link_files="${TARG_VALS_DEF}"
-sim_link_links="targ-vals.def"
-
-AC_LINK_FILES($sim_link_files, $sim_link_links)
-
# These aren't all needed yet, but will be eventually.
AC_CHECK_HEADERS(stdlib.h string.h strings.h time.h sys/times.h)