aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-21 19:08:14 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-28 01:39:02 -0500
commited30adf75008c5205626b7f7dc9e90cdb1926b82 (patch)
tree39e6fdf7c6474d46c225728bbe5e30330f4f7a22 /sim
parentf8069d55c1c9fac14d68d22c6f7681055c0fd6e0 (diff)
downloadfsf-binutils-gdb-ed30adf75008c5205626b7f7dc9e90cdb1926b82.zip
fsf-binutils-gdb-ed30adf75008c5205626b7f7dc9e90cdb1926b82.tar.gz
fsf-binutils-gdb-ed30adf75008c5205626b7f7dc9e90cdb1926b82.tar.bz2
sim: delete unused SIM_EXTRA_LIBDEPS
This was last used 15 years ago, so clearly not important enough to keep around. Punt it.
Diffstat (limited to 'sim')
-rw-r--r--sim/ChangeLog4
-rw-r--r--sim/README-HACKING2
-rw-r--r--sim/common/ChangeLog5
-rw-r--r--sim/common/Make-common.in5
-rw-r--r--sim/msp430/ChangeLog4
-rw-r--r--sim/msp430/Makefile.in2
6 files changed, 14 insertions, 8 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 102fdc6..e9afad0 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-28 Mike Frysinger <vapier@gentoo.org>
+
+ * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
+
2021-02-27 Mike Frysinger <vapier@gentoo.org>
* README-HACKING: Delete SIM_EXTRA_ALL.
diff --git a/sim/README-HACKING b/sim/README-HACKING
index fcf3062..0a1a3b5 100644
--- a/sim/README-HACKING
+++ b/sim/README-HACKING
@@ -83,8 +83,6 @@ SIM_EXTRA_DEPS =
SIM_EXTRA_CFLAGS =
# List of extra libraries to link with.
SIM_EXTRA_LIBS =
-# List of extra program dependencies.
-SIM_EXTRA_LIBDEPS =
# Dependency of `install' to install any extra files.
SIM_EXTRA_INSTALL =
# Dependency of `clean' to clean any extra files.
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 9ff2e7a..35c10a5 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-28 Mike Frysinger <vapier@gentoo.org>
+
+ * Make-common.in (SIM_EXTRA_LIBDEPS): Delete.
+ (LIBDEPS): Delete $(SIM_EXTRA_LIBDEPS).
+
2021-02-27 Mike Frysinger <vapier@gentoo.org>
* Make-common.in (SIM_EXTRA_ALL): Delete.
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 84bd1be..3f16dc4 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -124,8 +124,6 @@ SIM_EXTRA_DEPS =
SIM_EXTRA_CFLAGS =
# List of extra libraries to link with.
SIM_EXTRA_LIBS =
-# List of extra program dependencies.
-SIM_EXTRA_LIBDEPS =
# List of main object files for `run'.
SIM_RUN_OBJS = nrun.o
# Dependency of `install' to install any extra files.
@@ -244,8 +242,7 @@ OPCODES_LIB = ../../opcodes/libopcodes.a
LIBINTL = @LIBINTL@
LIBINTL_DEP = @LIBINTL_DEP@
CONFIG_LIBS = @LIBS@ $(ZLIB)
-LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL_DEP) $(LIBIBERTY_LIB) \
- $(SIM_EXTRA_LIBDEPS)
+LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL_DEP) $(LIBIBERTY_LIB)
EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL) $(LIBIBERTY_LIB) \
$(CONFIG_LIBS) $(SIM_EXTRA_LIBS) $(LIBDL)
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog
index 0d99dbb..fe2f7ac 100644
--- a/sim/msp430/ChangeLog
+++ b/sim/msp430/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-28 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (SIM_EXTRA_LIBDEPS): Delete.
+
2021-02-27 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_EXTRA_ALL): Delete.
diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in
index 4bb1368..113f28d 100644
--- a/sim/msp430/Makefile.in
+++ b/sim/msp430/Makefile.in
@@ -36,8 +36,6 @@ SIM_EXTRA_DEPS =
SIM_EXTRA_CFLAGS =
# List of extra libraries to link with.
SIM_EXTRA_LIBS =
-# List of extra program dependencies.
-SIM_EXTRA_LIBDEPS =
# Dependency of `install' to install any extra files.
SIM_EXTRA_INSTALL =
# Dependency of `clean' to clean any extra files.