diff options
author | Jeff Law <law@redhat.com> | 1997-08-06 06:24:31 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-08-06 06:24:31 +0000 |
commit | c031a0bdf6bb1f5cdf16b338ba5c5f4e08fbc8f1 (patch) | |
tree | d34b69b20d4c0c3ccf8043fa345b7845f1061e47 /gdb/ChangeLog | |
parent | ef9a68f7e3e53c264e53597034c9c345e39e93b6 (diff) | |
download | gdb-c031a0bdf6bb1f5cdf16b338ba5c5f4e08fbc8f1.zip gdb-c031a0bdf6bb1f5cdf16b338ba5c5f4e08fbc8f1.tar.gz gdb-c031a0bdf6bb1f5cdf16b338ba5c5f4e08fbc8f1.tar.bz2 |
* hpread.c (hpread_read_struct_type): Use accessor macros rather
than directly mucking around with data structures.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2fe53e7..25b098f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 6 00:24:08 1997 Jeffrey A Law (law@cygnus.com) + + * hpread.c (hpread_read_struct_type): Use accessor macros rather + than directly mucking around with data structures. + Tue Aug 5 13:37:14 1997 Per Bothner <bothner@cygnus.com> * gdbtypes.h: Re-interpret struct field. Suppport address of static. |