From: Mike Frysinger Date: Mon, 23 Mar 2015 02:25:04 +0000 (-0400) Subject: sim: sh64: delete dv-sockser references X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~20^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a863336bb768e5e26781e904a029eb1f65ed4ec;p=thirdparty%2Fbinutils-gdb.git sim: sh64: delete dv-sockser references This sim doesn't actually use dv-sockser code anywhere, so drop references to it in its build files. --- diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index ca0dee63954..0cb1075eacc 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,3 +1,8 @@ +2015-03-23 Mike Frysinger + + * Makefile.in (CONFIG_DEVICES): Delete. + (SIM_OBJS): Delete CONFIG_DEVICES. + 2015-03-16 Mike Frysinger * aclocal.m4, config.in, configure: Regenerate. diff --git a/sim/sh64/Makefile.in b/sim/sh64/Makefile.in index 6c23ad98880..3df481c8d6f 100644 --- a/sim/sh64/Makefile.in +++ b/sim/sh64/Makefile.in @@ -21,9 +21,6 @@ SH64_OBJS = sh64.o cpu.o sh-desc.o \ decode-compact.o sem-compact.o mloop-compact.o \ decode-media.o sem-media.o mloop-media.o -CONFIG_DEVICES = dv-sockser.o -CONFIG_DEVICES = - SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ @@ -34,8 +31,7 @@ SIM_OBJS = \ cgen-utils.o cgen-trace.o cgen-scache.o \ cgen-run.o sim-reason.o sim-engine.o sim-stop.o \ sim-if.o arch.o \ - $(SH64_OBJS) \ - $(CONFIG_DEVICES) + $(SH64_OBJS) # Extra headers included by sim-main.h. SIM_EXTRA_DEPS = \