diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-01-31 14:07:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-01-31 14:07:23 +0000 |
commit | 412c4e940ed0380b2a7205327c43175fbf880ec7 (patch) | |
tree | 4e3cd3ae42fde405a17db15842ef14e4e459b47f /sim/common/ChangeLog | |
parent | c4db5b04f888efa8b06871eafab17ef5d720a9c7 (diff) | |
download | gdb-412c4e940ed0380b2a7205327c43175fbf880ec7.zip gdb-412c4e940ed0380b2a7205327c43175fbf880ec7.tar.gz gdb-412c4e940ed0380b2a7205327c43175fbf880ec7.tar.bz2 |
Add config support for the size of the target address and OF cell.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 11cf423..67bee19 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,23 @@ +Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +Sat Jan 31 18:03:55 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-types.h (address_word): Typedef according to + WITH_TARGET_ADDRESS_BITSIZE. + (signed_cell, unsigned_cell, natural_cell): Ditto using + WITH_TARGET_CELL_BITSIZE. + + * sim-config.h (WITH_TARGET_ADDRESS_BITSIZE): Define. + (WITH_TARGET_CELL_BITSIZE): Define. + (WITH_HOST_WORD_BITSIZE): Delete. + + * sim-config.c (print_sim_config): Update. + + * aclocal.m4 (SIM_AC_OPTION_BITSIZE): Add support for + configuration of address and OpenFirmware cell sizes. + Fri Jan 30 09:36:33 1998 Andrew Cagney <cagney@b1.cygnus.com> * sim-engine.h (sim_engine_run): Add argument nr_cpus. |