diff options
author | Doug Evans <dje@google.com> | 1998-12-05 02:19:39 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-12-05 02:19:39 +0000 |
commit | 17f07639b43998b42f49d11e860388de7d3a180a (patch) | |
tree | be3fa0e1af9b1f40cd8b00cb43074b67814ec20c /sim/common/ChangeLog | |
parent | c8faefbe09607adbee1c07a08b7e953552a3538b (diff) | |
download | gdb-17f07639b43998b42f49d11e860388de7d3a180a.zip gdb-17f07639b43998b42f49d11e860388de7d3a180a.tar.gz gdb-17f07639b43998b42f49d11e860388de7d3a180a.tar.bz2 |
address range support
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index daba533..511f4b9 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,17 @@ +1998-12-04 Doug Evans <devans@casey.cygnus.com> + + * sim-arange.c: New file. + * sim-arange.h: New file. + +1998-12-03 Frank Ch. Eigler <fche@cygnus.com> + + * sim-memopt.c (sim_memory_uninstall): Deallocate all memory + regions. + +1998-12-01 Doug Evans <devans@casey.cygnus.com> + + * sim-inline.c (SIM_INLINE_P): Fix typo. + start-sanitize-gxsim 1998-12-01 Frank Ch. Eigler <fche@elastic.org> |