sim: ppc: fix some Wunused-function warnings
[binutils-gdb.git] / sim / bfin / Makefile.in
index a7f852d223b129e30b156413d247d42b3779177c..c53acd11030a8ff7651ae339fe8146cbf124d042 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the Blackfin simulator.
-#    Copyright (C) 2005-2015 Free Software Foundation, Inc.
+#    Copyright (C) 2005-2021 Free Software Foundation, Inc.
 #    Written by Analog Devices, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# This selects the bfin newlib/libgloss syscall definitions.
-NL_TARGET = -DNL_TARGET_bfin
-
 ## COMMON_PRE_CONFIG_FRAG
 
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
-
 SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
        bfin-sim.o \
@@ -30,19 +24,7 @@ SIM_OBJS = \
        gui.o \
        interp.o \
        machs.o \
-       sim-cpu.o \
-       sim-engine.o \
-       sim-hload.o \
-       sim-hrw.o \
-       sim-model.o \
-       sim-reason.o \
-       sim-reg.o \
-       sim-resume.o \
-       sim-stop.o \
-       @BFIN_SIM_EXTRA_OBJS@ \
-       $(SIM_EXTRA_OBJS)
-
-INCLUDE = bfin-sim.h
+       sim-resume.o
 
 SIM_EXTRA_CFLAGS = @SDL_CFLAGS@
 SIM_EXTRA_LIBS = @SDL_LIBS@ -lm
@@ -58,7 +40,7 @@ $(srcdir)/linux-fixed-code.h: @MAINTAINER_MODE_TRUE@ $(srcdir)/linux-fixed-code.
                $(OBJDUMP_FOR_TARGET) -d -z linux-fixed-code.o > $@.dis; \
                sed -n \
                        -e 's:^[^       ]*      :0x:' \
-                       -e '/^0x/{s:    .*::;s: *$$:,:;s: :, 0x:g;p}' \
+                       -e '/^0x/{s:    .*::;s: *$$:,:;s: :, 0x:g;p;}' \
                        $@.dis; \
                rm -f $@.dis; \
                echo "};" \