diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-05-25 08:18:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-05-25 08:18:03 +0000 |
commit | 69be0d4cb816ba39cbe29091d8579b661f57d3fc (patch) | |
tree | 4ab56c60c4aae652609f72a2031d57fd9ad54355 /sim/common/ChangeLog | |
parent | 39e953a72287cfa9335871478f27258989a22a66 (diff) | |
download | gdb-69be0d4cb816ba39cbe29091d8579b661f57d3fc.zip gdb-69be0d4cb816ba39cbe29091d8579b661f57d3fc.tar.gz gdb-69be0d4cb816ba39cbe29091d8579b661f57d3fc.tar.bz2 |
Split out hw-alloc code. Add constructor and destructor for hw-alloc.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 1e32237..ae5e2a3 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,10 +1,25 @@ -Mon May 25 17:14:27 1998 Andrew Cagney <cagney@b1.cygnus.com> +Mon May 25 17:40:46 1998 Andrew Cagney <cagney@b1.cygnus.com> - * dv-pal.c: Update. + * hw-device.c, hw-properties.c: Include hw-base.h + + * hw-alloc.h, hw-alloc.c: New files. Move alloc code to here. + * hw-device.c: From here. + * hw-base.h: Include "hw-events.h". + + * hw-base.h (create_hw_alloc_data, delete_hw_alloc_data): Declare. + * hw-base.c (hw_create, hw_delete): Call. + * hw-alloc.c (create_hw_alloc_data, delete_hw_alloc_data): Define. + + * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-alloc.o. + (hw-alloc.o): New target. + +Mon May 25 17:14:27 1998 Andrew Cagney <cagney@b1.cygnus.com> * hw-events.h, hw-events.c: New files. Move event code to here. * sim-hw.c: From here. * hw-base.h: Include "hw-events.h". + * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-events.o. + (hw-events.o): New target. * hw-device.h (struct hw): Add struct hw_event_data events_of_hw. * hw-events.h (struct hw_event): Replace typedef hw_event. @@ -13,8 +28,7 @@ Mon May 25 17:14:27 1998 Andrew Cagney <cagney@b1.cygnus.com> * hw-base.c (hw_create, hw_delete): Call. * hw-events.c (create_hw_event_data, delete_hw_event_data): Define. - * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-events.o. - (hw-events.o): New target. + * dv-pal.c: Update. Mon May 25 16:55:16 1998 Andrew Cagney <cagney@b1.cygnus.com> |