diff options
| author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-24 21:57:08 +0000 |
|---|---|---|
| committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-24 21:57:08 +0000 |
| commit | 429f8d685feb0b3808013e88fdcb779006ced627 (patch) | |
| tree | 62260745ef05b530d9696fd569b6bc264845b3bb /libjava/ChangeLog | |
| parent | e647551769827d68434acab38033cdc1fbeda627 (diff) | |
| download | ppe42-gcc-429f8d685feb0b3808013e88fdcb779006ced627.tar.gz ppe42-gcc-429f8d685feb0b3808013e88fdcb779006ced627.zip | |
* configure.in (case $THREADS): Add *-*-freebsd* configuration.
(HAVE_GETHOSTBYADDR_R): Create a valid, non-optimal
configuration when gethostbyaddr_r exists yet no prototype
exists in netdb.h.
* configure: Rebuilt.
* posix-threads.cc (INTR): Reuse path for LINUX_THREADS
with FREEBSD_THREADS. However, comment different reason.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46476 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 9e0dd109521..fdfde620137 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,13 @@ +2001-10-16 Loren J. Rittle <ljrittle@acm.org> + + * configure.in (case $THREADS): Add *-*-freebsd* configuration. + (HAVE_GETHOSTBYADDR_R): Create a valid, non-optimal + configuration when gethostbyaddr_r exists yet no prototype + exists in netdb.h. + * configure: Rebuilt. + * posix-threads.cc (INTR): Reuse path for LINUX_THREADS + with FREEBSD_THREADS. However, comment different reason. + 2001-10-24 Tom Tromey <tromey@redhat.com> Warren Levy <warrenl@redhat.com> |

