aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-17 10:52:59 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-17 10:52:59 +0000
commit1d77e69d4a314da4c5b0e63d6eecd083cd3c5d52 (patch)
tree25d1e91ff9d1d20711bfa463011d5f6e8995f7db /sim/sh/ChangeLog
parented119303f57ee53c23a8915978332beeb953c7a3 (diff)
downloadgdb-1d77e69d4a314da4c5b0e63d6eecd083cd3c5d52.zip
gdb-1d77e69d4a314da4c5b0e63d6eecd083cd3c5d52.tar.gz
gdb-1d77e69d4a314da4c5b0e63d6eecd083cd3c5d52.tar.bz2
* Makefile.in (SIM_OBJS): Add sim-load.o.
* interp.c (target_byte_order): Delete. (sim_kind, myname, little_endian_p): New static locals. (init_pointers): Use little_endian_p instead of target_byte_order. (sim_resume): Likewise. (sim_open): Set sim_kind, myname. Set little_endian_p from -E arg. (sim_load): Return SIM_RC. New arg abfd. Call sim_load_file to load file into simulator. Set start address from bfd. (sim_create_inferior): Return SIM_RC. Delete arg start_address.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index f382b05..91bcaef 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,3 +1,20 @@
+Thu Apr 17 03:32:04 1997 Doug Evans <dje@canuck.cygnus.com>
+
+ * Makefile.in (SIM_OBJS): Add sim-load.o.
+ * interp.c (target_byte_order): Delete.
+ (sim_kind, myname, little_endian_p): New static locals.
+ (init_pointers): Use little_endian_p instead of target_byte_order.
+ (sim_resume): Likewise.
+ (sim_open): Set sim_kind, myname. Set little_endian_p from -E arg.
+ (sim_load): Return SIM_RC. New arg abfd. Call sim_load_file to
+ load file into simulator. Set start address from bfd.
+ (sim_create_inferior): Return SIM_RC. Delete arg start_address.
+
+Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
+
+ * configure: Regenerated to track ../common/aclocal.m4 changes.
+ * config.in: Ditto.
+
Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
* interp.c (sim_open): New arg `kind'.