diff options
author | Richard Henderson <rth@redhat.com> | 2002-01-22 22:32:35 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-01-22 22:32:35 +0000 |
commit | 58b1717a5eda251ff165b5107764947bef66a26e (patch) | |
tree | b3292147d90cd7400159b40f2ee05d4da1d04834 /libiberty/ChangeLog | |
parent | 9a2e995d8ac926488ad1472e6fb76352122ff576 (diff) | |
download | gdb-58b1717a5eda251ff165b5107764947bef66a26e.zip gdb-58b1717a5eda251ff165b5107764947bef66a26e.tar.gz gdb-58b1717a5eda251ff165b5107764947bef66a26e.tar.bz2 |
* configure.in (variable detection): Use arrays of unspecified
size instead of plain integers.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cb53fb6..59f48d4 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2002-01-22 Momchil Velikov <velco@fadata.bg> + + * configure.in (variable detection): Use arrays of unspecified + size instead of plain integers. + 2002-01-18 DJ Delorie <dj@redhat.com> * Makefile.in (TESTLIB): New. This library is for future |