diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-26 23:54:30 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-26 23:54:30 +0000 |
commit | 3b2b21b8966b65266b48a979f1f5c9225adb11c9 (patch) | |
tree | ecb3a1ad37276540bbbf5b02dcf332f047b5bc19 /libio/ChangeLog | |
parent | 4aab7421b6cc75cf799588557d75eceaf1320b29 (diff) | |
download | gcc-3b2b21b8966b65266b48a979f1f5c9225adb11c9.tar.gz |
* configure.in (target frags): Add powerpc*-linux-gnulibc1.
(stdio-lock): Similarly.
* configure.in (target frags): Add alpha*-linux-gnulibc1.
(pic frags): Its alpha*- not alpha-.
(stdio-lock): Kill everything. Add alpha*-linux-gnulibc1.
* libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h. If not
_IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there.
* libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h.
* config/linuxaxp1-libc-lock.h: New file.
* config/linuxaxp1-stdio-lock.h: New file.
* config/linuxaxp1.mt: New file.
* gen-params (va_list): Check for and use __gnuc_va_list.
(NULL): Work around some linux kernel headers and redefine NULL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16769 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/ChangeLog')
-rw-r--r-- | libio/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index 6d39e982d4d..a9cf4d1e736 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,22 @@ +Wed Nov 26 16:08:50 1997 Richard Henderson (rth@cygnus.com) + + * configure.in (target frags): Add powerpc*-linux-gnulibc1. + (stdio-lock): Similarly. + + * configure.in (target frags): Add alpha*-linux-gnulibc1. + (pic frags): Its alpha*- not alpha-. + (stdio-lock): Kill everything. Add alpha*-linux-gnulibc1. + * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h. If not + _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there. + * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h. + + * config/linuxaxp1-libc-lock.h: New file. + * config/linuxaxp1-stdio-lock.h: New file. + * config/linuxaxp1.mt: New file. + + * gen-params (va_list): Check for and use __gnuc_va_list. + (NULL): Work around some linux kernel headers and redefine NULL. + Tue Nov 18 09:53:58 1997 H.J. Lu (hjl@gnu.ai.mit.edu) * stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE. |