diff options
author | Geoffrey Keating <geoffk@redhat.com> | 2002-06-06 03:23:27 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2002-06-06 03:23:27 +0000 |
commit | 045b3a49caf8407c938c33f24f3cc90401f53d82 (patch) | |
tree | e0250b97a908b1c147678728dd4baea6059d3377 /include/ChangeLog | |
parent | 3cb8660c64af87c83b1a5f74563d0e54826185b7 (diff) | |
download | gcc-045b3a49caf8407c938c33f24f3cc90401f53d82.zip gcc-045b3a49caf8407c938c33f24f3cc90401f53d82.tar.gz gcc-045b3a49caf8407c938c33f24f3cc90401f53d82.tar.bz2 |
Index: include/ChangeLog
Index: include/ChangeLog
* hashtab.h (htab_create): Restore prototype for backward
compatibility.
(htab_try_create): Likewise.
Index: libiberty/ChangeLog
* hashtab.c (htab_create): New stub function for backward
compatibility.
(htab_try_create): Likewise.
From-SVN: r54300
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 75ce45a..7b1dc5a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +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. |