]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: delete unused SIM_EXTRA_LIBDEPS
authorMike Frysinger <vapier@gentoo.org>
Mon, 22 Feb 2021 00:08:14 +0000 (19:08 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 28 Feb 2021 06:39:02 +0000 (01:39 -0500)
This was last used 15 years ago, so clearly not important enough to
keep around.  Punt it.

sim/ChangeLog
sim/README-HACKING
sim/common/ChangeLog
sim/common/Make-common.in
sim/msp430/ChangeLog
sim/msp430/Makefile.in

index 102fdc6f181737c58371565184ee444753dd7a29..e9afad05471395498d5708844c1f889130902ef0 100644 (file)
@@ -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.
index fcf30624140999a06ea067b8360d3d347b894b91..0a1a3b55c1ef5902e26a32e1570b531093aa5567 100644 (file)
@@ -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.
index 9ff2e7a1cabc2824b54b5cb076db56931e751cf3..35c10a550dde5ab5dcbc03baf4d064b61430189f 100644 (file)
@@ -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.
index 84bd1be37dba91637c63a95cd286aad13df46c0d..3f16dc476ef5cc8be9b47f3b7b49a9299c5e1d2b 100644 (file)
@@ -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)
 
index 0d99dbbf330ab70f120f06db3bcfd3770e77fa2d..fe2f7ac1f1a05d7e3e9e42f3d8374c4c207cdf0c 100644 (file)
@@ -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.
index 4bb13681a1e21ab49b48348e81a3fd49818cc02b..113f28d3c9030b31d21d2fcef9b50872b81edb5d 100644 (file)
@@ -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.