aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-02-11 21:10:23 +0000
committerAndrew Cagney <cagney@redhat.com>1998-02-11 21:10:23 +0000
commite0deacd295f2b2cf7843301b08c4688fa0ad4fe6 (patch)
treeeb28e9b232de8b18e4e5df57761e678b438e4d68
parent43a6998b412a4f30974081b19771da32c4375ea1 (diff)
downloadgdb-e0deacd295f2b2cf7843301b08c4688fa0ad4fe6.zip
gdb-e0deacd295f2b2cf7843301b08c4688fa0ad4fe6.tar.gz
gdb-e0deacd295f2b2cf7843301b08c4688fa0ad4fe6.tar.bz2
* sim-load.c (sim_load_file): Print LMA/VMA according to value
used.
-rw-r--r--sim/common/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 00cd48e..f73927f 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,14 @@
+Tue Feb 10 18:31:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * sim-load.c (sim_load_file): Print LMA/VMA according to value
+ used.
+
+Tue Feb 10 14:56:23 1998 Ian Carmichael <iancarm@cygnus.com>
+
+ * sim-core.c: Add missing prototypes for WITH_DEVICES.
+ Add missing parameters to device_io calls.
+ * sim-core.h: Add missing parameters to device_io calls.
+
Mon Feb 9 14:48:37 1998 Doug Evans <devans@canuck.cygnus.com>
* cgen-sim.h (DECODE): Always use switch for `read' for now.