aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-08-27 04:44:41 +0000
committerAndrew Cagney <cagney@redhat.com>1997-08-27 04:44:41 +0000
commitfafce69ab16b45fb1ac6bd2ec5afc8e8dbed0374 (patch)
treeeaab2b03e17f79cd61e73a0b510942da3f20dcc3 /include/ChangeLog
parent9f64f00adaa7fb89b13ed291a778a262260dc409 (diff)
downloadbinutils-fafce69ab16b45fb1ac6bd2ec5afc8e8dbed0374.zip
binutils-fafce69ab16b45fb1ac6bd2ec5afc8e8dbed0374.tar.gz
binutils-fafce69ab16b45fb1ac6bd2ec5afc8e8dbed0374.tar.bz2
Add ABFD argument to sim_create_inferior. Document.
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 42d62f6..9ec1e76 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,7 +1,10 @@
+Tue Aug 26 12:25:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * remote-sim.h (sim_create_inferior): Add ABFD arg. Document.
+
Mon Aug 25 10:50:51 1997 Andrew Cagney <cagney@b1.cygnus.com>
- * remote-sim.h (sim_open): Add ABFD arg. Change ARGV to PARGV.
- Document.
+ * remote-sim.h (sim_open): Add ABFD arg. Document.
Fri Aug 8 16:43:56 1997 Doug Evans <dje@canuck.cygnus.com>