X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fm68hc11%2FMakefile.in;h=a789c783c0531904ff8448425bc9c6ff87202cff;hb=17fc27167f678285d2f64040837b8cc41b6a664a;hp=7db38973c51da01e772355a0b8d11d37e6068ff5;hpb=bea3f671c5734eb96a02055fbaa0c938ad535b66;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index 7db38973c5..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-2015 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 @@ -22,11 +22,7 @@ M68HC11_OBJS = interp.o m68hc11int.o m68hc12int.o \ SIM_OBJS = $(M68HC11_OBJS) \ $(SIM_NEW_COMMON_OBJS) \ - sim-cpu.o \ - sim-load.o \ - sim-hload.o \ - sim-stop.o \ - sim-reason.o + sim-resume.o SIM_PROFILE= -DPROFILE=1 -DWITH_PROFILE=-1 # We must use 32-bit addresses to support memory bank switching.