]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: clean up SIM_EXTRA_OBJS references
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Apr 2015 06:34:00 +0000 (02:34 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 2 Apr 2015 04:51:40 +0000 (00:51 -0400)
This variable was deleted in previous commits and is not used anymore.
Prune any stray references to it.

sim/bfin/ChangeLog
sim/bfin/Makefile.in
sim/ft32/ChangeLog
sim/ft32/Makefile.in
sim/h8300/ChangeLog
sim/h8300/Makefile.in
sim/msp430/ChangeLog
sim/msp430/Makefile.in

index 921be9d5d097d90aaf53e67d21a91d0b0ca56b84..216872674e99e793e217bf315442bffcd9d89edc 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
+
 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
 
        * config.in, configure: Regenerate.
index a3dfd9f4a95543ec099c0271f64bd1d7035d8745..10178d13b66c88942b940ff8bd1c6cfbefd5da8c 100644 (file)
@@ -35,8 +35,7 @@ SIM_OBJS = \
        sim-reason.o \
        sim-reg.o \
        sim-resume.o \
-       sim-stop.o \
-       $(SIM_EXTRA_OBJS)
+       sim-stop.o
 
 INCLUDE = bfin-sim.h
 
index 7e87c63a8ed55f58587f96a086c124823b0ad0a0..d74e39071e68e9445fe202356779e96881b2bea1 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
+
 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
 
        * config.in, configure: Regenerate.
index f16039a6789575bee47dd6b2382f0130b3823687..e8c9bb55527ba6e949e11c70e5b516a672167660 100644 (file)
@@ -42,7 +42,6 @@ SIM_OBJS = \
        sim-signal.o    \
        sim-stop.o      \
        sim-trace.o     \
-       sim-utils.o     \
-       $(SIM_EXTRA_OBJS)
+       sim-utils.o
 
 ## COMMON_POST_CONFIG_FRAG
index 037568b67f075fe301161455f9c19e13058c63a2..641f72d854b63da00f08335037fa075d437cff97 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
+
 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
 
        * config.in, configure: Regenerate.
index 0333a569152e1e5922e1cde21991caf98b0be4b5..8893f80a402ceb3d07f53580c10d9ec0d3299105 100644 (file)
@@ -1,7 +1,7 @@
 #    Makefile template for Configure for the h8300 sim library.
 #    Copyright (C) 1990-2015 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
-# 
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 3 of the License, or
@@ -21,8 +21,7 @@ SIM_OBJS = compile.o \
           $(SIM_NEW_COMMON_OBJS) \
           sim-cpu.o \
           sim-engine.o \
-          sim-load.o \
-          $(SIM_EXTRA_OBJS)
+          sim-load.o
 
 ## COMMON_POST_CONFIG_FRAG
 
index 4f2793da622765f6130b147ef90cbca52f249ea2..29ff2f74da71f1d3efb2a874e54b209535bdb306 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
+
 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
 
        * config.in, configure: Regenerate.
index 20348676904b1d2ce4ec90e9653117c9369f6dbf..a7f3dee586fa3f3e18e280c0566d979be58cb36e 100644 (file)
@@ -1,17 +1,17 @@
 #    Makefile template for Configure for the MSP430 sim library.
 #    Copyright 2012-2015 Free Software Foundation, Inc.
 #    Written by Red Hat Inc.
-# 
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 # List of object files, less common parts.
 SIM_OBJS = \
-        $(SIM_NEW_COMMON_OBJS) \
-        msp430-sim.o \
+       $(SIM_NEW_COMMON_OBJS) \
+       msp430-sim.o \
        trace.o \
-        sim-cpu.o \
-        sim-engine.o \
-        sim-hload.o \
-        sim-hrw.o \
-        sim-reason.o \
-        sim-reg.o \
-        sim-resume.o \
-        sim-stop.o \
-        $(SIM_EXTRA_OBJS)
+       sim-cpu.o \
+       sim-engine.o \
+       sim-hload.o \
+       sim-hrw.o \
+       sim-reason.o \
+       sim-reg.o \
+       sim-resume.o \
+       sim-stop.o \
 
 # List of extra dependencies.
 # Generally this consists of simulator specific files included by sim-main.h.