summaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-10 19:40:34 -0400
committerMike Frysinger <vapier@gentoo.org>2015-12-27 00:54:41 -0500
commit5e744ef887c1e879052cb30783638807190275f8 (patch)
treedecd6ae4c1ff57a091e5e9fbdcdda1abcfe5e502 /sim/common
parent1b393626cef48974502e7077b191555b56680ee6 (diff)
downloadbinutils-gdb-5e744ef887c1e879052cb30783638807190275f8.tar.gz
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.
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/Make-common.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 9d15f640572..ae9484643be 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-27 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (SIM_NEW_COMMON_OBJS): Add sim-hload.o.
+
2015-12-26 Mike Frysinger <vapier@gentoo.org>
* acinclude.m4 (AH_BOTTOM): Delete tconfig.h appending.
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index d2a84d42a9f..152c3c92cd0 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -185,6 +185,7 @@ SIM_NEW_COMMON_OBJS = \
sim-engine.o \
sim-events.o \
sim-fpu.o \
+ sim-hload.o \
sim-hrw.o \
sim-io.o \
sim-info.o \