X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fmsp430%2FMakefile.in;h=822b7fa86143d093a1dfb17d1a9c40d3ccecaa86;hb=9e790a80160676e7fd3fb8be6cf3c1c77d9ded81;hp=240d308fea34556deacfea8b2b8c30e71099eef7;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in index 240d308fea..822b7fa861 100644 --- a/sim/msp430/Makefile.in +++ b/sim/msp430/Makefile.in @@ -1,17 +1,17 @@ # Makefile template for Configure for the MSP430 sim library. -# Copyright 2012-2014 Free Software Foundation, Inc. +# Copyright 2012-2020 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. @@ -25,18 +25,9 @@ # List of object files, less common parts. SIM_OBJS = \ - $(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_NEW_COMMON_OBJS) \ + msp430-sim.o \ + sim-resume.o # List of extra dependencies. # Generally this consists of simulator specific files included by sim-main.h. @@ -47,8 +38,6 @@ SIM_EXTRA_CFLAGS = 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 `all' to build any extra files. SIM_EXTRA_ALL = # Dependency of `install' to install any extra files.