diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-26 22:16:22 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-26 22:16:22 +0000 |
commit | 5b9c32cc0c1d65fab311a66986e16b9a8a03743c (patch) | |
tree | abf7f88230a2187567939ea2395d6bb024607d07 /libiberty/ChangeLog | |
parent | a150fb6269f24e7120104a7c085f6052552e3f6d (diff) | |
download | gcc-5b9c32cc0c1d65fab311a66986e16b9a8a03743c.tar.gz |
* bsearch.c: New file.
* configure.in (funcs): Add bsearch.
(AC_CHECK_FUNCS): Likewise.
* configure, config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38492 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 3bb0139ea54..e3142bf8e9e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG> + + * bsearch.c: New file. + * configure.in (funcs): Add bsearch. + (AC_CHECK_FUNCS): Likewise. + * configure, config.in: Regenerate. + 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG> * safe-ctype.c: #include "ansidecl.h". |