diff options
author | DJ Delorie <dj@delorie.com> | 2005-04-11 19:32:04 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-04-11 19:32:04 +0000 |
commit | 93cfb17dba9393694034bc0e9eddca00ac4944cb (patch) | |
tree | c567f4d439331a410517c46bbc735f903fbc64af /libiberty/ChangeLog | |
parent | 611f4e474aebc7b3e7a3848f8cf93bd190c345f6 (diff) | |
download | gdb-93cfb17dba9393694034bc0e9eddca00ac4944cb.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 169c821e5ac..df6106e8c60 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * Makefile.in (CFILES): Add fopen_unlocked.c. + (REQUIRED_OFILES): Add ./fopen_unlocked.o. + Regenerate dependencies. + + * configure.ac: Check for stdio_ext.h and __fsetlocking. + + * fopen_unlocked.c: New file. + + * functions.texi, configure, config.in: Regenerate. + 2005-04-04 Ian Lance Taylor <ian@airs.com> * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable |