summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-26 22:16:22 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-26 22:16:22 +0000
commit5b9c32cc0c1d65fab311a66986e16b9a8a03743c (patch)
treeabf7f88230a2187567939ea2395d6bb024607d07 /libiberty/ChangeLog
parenta150fb6269f24e7120104a7c085f6052552e3f6d (diff)
downloadgcc-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/ChangeLog7
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".