diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-25 13:19:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-25 13:22:53 -0500 |
commit | 2023145711ca36f06258e07f4fa1c490efbbf37e (patch) | |
tree | 262a8d1db3eb64851e26813b1ebb0d06b9d69a5d /sim/frv/Makefile.in | |
parent | 9c0c156bb7ddca2d3fce7bea96631715f8c67390 (diff) | |
download | gdb-2023145711ca36f06258e07f4fa1c490efbbf37e.zip gdb-2023145711ca36f06258e07f4fa1c490efbbf37e.tar.gz gdb-2023145711ca36f06258e07f4fa1c490efbbf37e.tar.bz2 |
sim: frv: punt WITH_DEVICE support
The frv port used the device logic to support a single cache address,
and the comments around that are "these were merely copied from a diff
port and are unused", plus the code to attach the memory is "#if 0".
Just punt it all.
Diffstat (limited to 'sim/frv/Makefile.in')
-rw-r--r-- | sim/frv/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index 86095ff..0f1ce51 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -28,7 +28,7 @@ SIM_OBJS = \ $(FRV_OBJS) \ traps.o interrupts.o memory.o cache.o pipeline.o \ profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \ - devices.o reset.o registers.o + reset.o registers.o # Extra headers included by sim-main.h. SIM_EXTRA_DEPS = \ |