diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 10:31:52 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 10:31:52 +0000 |
commit | ed119303f57ee53c23a8915978332beeb953c7a3 (patch) | |
tree | bbc3954b8b58096d24455a9250a9a96e045da7a0 /sim/ppc/ChangeLog | |
parent | 6cc6987e1e674007d8a3f72f138b96fa97c8d3cc (diff) | |
download | gdb-ed119303f57ee53c23a8915978332beeb953c7a3.zip gdb-ed119303f57ee53c23a8915978332beeb953c7a3.tar.gz gdb-ed119303f57ee53c23a8915978332beeb953c7a3.tar.bz2 |
* psim.c (psim_options): Ignore -E option (sets endianness).
* sim_calls.c: #include bfd.h.
(entry_point): New static local.
(sim_load): Return SIM_RC. New arg abfd. Set start address from bfd.
(sim_create_inferior): Return SIM_RC. Delete arg start_address.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index a91f387..9c35194 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,11 @@ +Thu Apr 17 03:28:03 1997 Doug Evans <dje@canuck.cygnus.com> + + * psim.c (psim_options): Ignore -E option (sets endianness). + * sim_calls.c: #include bfd.h. + (entry_point): New static local. + (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd. + (sim_create_inferior): Return SIM_RC. Delete arg start_address. + Tue Apr 15 14:57:18 1997 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (INSTALL): Set to @INSTALL@. |