X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fm68hc11%2FMakefile.in;h=a789c783c0531904ff8448425bc9c6ff87202cff;hb=2106ed9baf1098a5d76469ecde30813065c46c68;hp=4336de57bda630fc9b8528dd24517a142f4c6089;hpb=4744ac1bb0d2f2294c7762577262fdcafb67883b;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index 4336de57bd..a789c783c0 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the 68HC11 sim library. -# Copyright (C) 1999, 2000, 2001, 2007 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # Written by Cygnus Support. # # This program is free software; you can redistribute it and/or modify @@ -20,18 +20,9 @@ M68HC11_OBJS = interp.o m68hc11int.o m68hc12int.o \ emulos.o interrupts.o m68hc11_sim.o -# List of main object files for `run'. -SIM_RUN_OBJS = nrun.o - SIM_OBJS = $(M68HC11_OBJS) \ $(SIM_NEW_COMMON_OBJS) \ - sim-load.o \ - sim-hload.o \ - sim-engine.o \ - sim-stop.o \ - sim-hrw.o \ - sim-reason.o \ - $(SIM_EXTRA_OBJS) + sim-resume.o SIM_PROFILE= -DPROFILE=1 -DWITH_PROFILE=-1 # We must use 32-bit addresses to support memory bank switching. @@ -45,8 +36,6 @@ SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 \ -DWITH_TARGET_WORD_MSB=31 SIM_EXTRA_CLEAN = clean-extra -SIM_EXTRA_OBJS = @m68hc11_extra_objs@ - INCLUDE = $(srcdir)/../../include/gdb/callback.h \ interrupts.h sim-main.h