diff options
author | DJ Delorie <dj@redhat.com> | 2002-06-06 12:55:14 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-06-06 12:55:14 +0000 |
commit | a81cc3be2ab2a194428a4225709b91366511f1f8 (patch) | |
tree | 61a16ce1ccdb69967f92dcb677af834353fdedf2 /include/ChangeLog | |
parent | 2e8abfc1c50f541002610c4473caefee64183f04 (diff) | |
download | cygnal-a81cc3be2ab2a194428a4225709b91366511f1f8.tar.gz cygnal-a81cc3be2ab2a194428a4225709b91366511f1f8.tar.bz2 cygnal-a81cc3be2ab2a194428a4225709b91366511f1f8.zip |
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 e4b111022..c0a912af5 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 |