diff options
author | DJ Delorie <dj@redhat.com> | 2002-06-06 12:55:24 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-06-06 12:55:24 +0000 |
commit | 1889369086cf46614f44da31e29d6583d9a16b01 (patch) | |
tree | 5340c7d96c01f33e41985a7458a663fb772f0051 /include/ChangeLog | |
parent | 7217313c59cbed12b40cb122de1dc3c609efb2e8 (diff) | |
download | gdb-1889369086cf46614f44da31e29d6583d9a16b01.zip gdb-1889369086cf46614f44da31e29d6583d9a16b01.tar.gz gdb-1889369086cf46614f44da31e29d6583d9a16b01.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index e4b1110..c0a912a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,30 @@ +2002-06-06 DJ Delorie <dj@redhat.com> + + * hashtab.h (htab): Rearrange new members for backward + compatibility. + (htab_create): Don't use a macro that requires other headers. + +2002-06-05 Geoffrey Keating <geoffk@redhat.com> + + * hashtab.h (htab_create): Restore prototype for backward + compatibility. + (htab_try_create): Likewise. + +2002-05-22 Geoffrey Keating <geoffk@redhat.com> + + * hashtab.h (struct htab): Update for change to length specifier. + +2002-05-10 Geoffrey Keating <geoffk@redhat.com> + + * hashtab.h (GTY): Define if undefined. + (htab_alloc): New typedef. + (htab_free): New typedef. + (struct htab): Support gengtype; allow user-specified memory + allocation. + (htab_create_alloc): New. + (htab_create): Replace with #define. + (htab_try_create): Delete. + 2002-05-31 Michal Ludvig <mludvig@suse.cz> * elf/dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed |