diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-05-25 08:29:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-05-25 08:29:05 +0000 |
commit | 325a1ba87687ac0a8002b24a6a1215b933ae28bb (patch) | |
tree | 7e6c37f8d8a42de205db97ee72101896334e926c /sim/common/ChangeLog | |
parent | 69be0d4cb816ba39cbe29091d8579b661f57d3fc (diff) | |
download | gdb-325a1ba87687ac0a8002b24a6a1215b933ae28bb.zip gdb-325a1ba87687ac0a8002b24a6a1215b933ae28bb.tar.gz gdb-325a1ba87687ac0a8002b24a6a1215b933ae28bb.tar.bz2 |
Initialize/destory hw-properties within the hw-device.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index ae5e2a3..96431f0 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,11 @@ +Mon May 25 18:21:38 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * hw-base.h (create_hw_property_data, delete_hw_property_data): + Declare. + * hw-base.c (hw_create, hw_delete): Call + * hw-properties.c (create_hw_property_data, + delete_hw_property_data): Define. + Mon May 25 17:40:46 1998 Andrew Cagney <cagney@b1.cygnus.com> * hw-device.c, hw-properties.c: Include hw-base.h |