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:
parent
1b393626ce
commit
5e744ef887
46 changed files with 93 additions and 67 deletions
|
@ -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.
|
||||
|
|
|
@ -23,7 +23,6 @@ SIM_EXTRA_LIBS = -lm
|
|||
SIM_OBJS = \
|
||||
wrapper.o \
|
||||
$(SIM_NEW_COMMON_OBJS) \
|
||||
sim-hload.o \
|
||||
armemu26.o armemu32.o arminit.o armos.o armsupp.o \
|
||||
armvirt.o thumbemu.o \
|
||||
armcopro.o maverick.o iwmmxt.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue