aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-17 09:23:55 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-17 09:23:55 +0000
commit22003c917e05848dd91b347c77dbcdd980720d88 (patch)
tree2d1d7c67b0fc18b2b4404554d60cef592a65ba97
parent44cd79e4b194f2aa8d7ba0718ea0e3361706e9cc (diff)
downloadgdb-22003c917e05848dd91b347c77dbcdd980720d88.zip
gdb-22003c917e05848dd91b347c77dbcdd980720d88.tar.gz
gdb-22003c917e05848dd91b347c77dbcdd980720d88.tar.bz2
(gdbsim_open): Pass endian indicator as arg.
[forgot this]
-rw-r--r--gdb/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 87f6030..3317119 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -3,6 +3,7 @@ Thu Apr 17 02:20:23 1997 Doug Evans <dje@canuck.cygnus.com>
* remote-sim.c (gdbsim_load): Update call to sim_load.
(gdbsim_create_inferior): No longer pass start_address to
sim_create_inferior.
+ (gdbsim_open): Pass endian indicator as arg.
Tue Apr 15 15:31:09 1997 Stan Shebs <shebs@andros.cygnus.com>