diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-08-25 23:14:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-08-25 23:14:25 +0000 |
commit | 247fccdeb54a09a14287b2e829511803ad9d7cc1 (patch) | |
tree | c992df7132ca0c315cbcfd5ad81bbc4f16675936 /include/ChangeLog | |
parent | 04f295b64859a6c6b01739fc4dd7fddce42db8d9 (diff) | |
download | gdb-247fccdeb54a09a14287b2e829511803ad9d7cc1.zip gdb-247fccdeb54a09a14287b2e829511803ad9d7cc1.tar.gz gdb-247fccdeb54a09a14287b2e829511803ad9d7cc1.tar.bz2 |
Add ABFD argument to sim_open call. Pass through to sim_config so
that image properties such as endianness can be checked.
More strongly document the expected behavour of each of the sim_*
interfaces.
Add default endian argument to simulator config macro
SIM_AC_OPTION_ENDIAN. Use in sim_config.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 0e5b3ad..42d62f6 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,6 +1,7 @@ -Thu Aug 14 12:54:07 1997 Doug Evans <dje@canuck.cygnus.com> +Mon Aug 25 10:50:51 1997 Andrew Cagney <cagney@b1.cygnus.com> - * callback.h (cb_printf, cb_eprintf): Declare. + * remote-sim.h (sim_open): Add ABFD arg. Change ARGV to PARGV. + Document. Fri Aug 8 16:43:56 1997 Doug Evans <dje@canuck.cygnus.com> |