mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
sim: unify sim-hload
Pretty much all targets are using this module already, so add it to the common list of objects. The only oddball out here is cris and that's because it supports loading via an offset for all the phdrs. We drop support for that.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2015-12-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (SIM_OBJS): Delete sim-hload.o.
|
||||
|
||||
2015-12-26 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* config.in, configure: Regenerate.
|
||||
|
@ -28,7 +28,6 @@ SIM_OBJS = \
|
||||
$(SIM_NEW_COMMON_OBJS) \
|
||||
msp430-sim.o \
|
||||
trace.o \
|
||||
sim-hload.o \
|
||||
sim-resume.o
|
||||
|
||||
# List of extra dependencies.
|
||||
|
Reference in New Issue
Block a user