diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-11 17:50:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-11 17:50:24 +0000 |
commit | beb5387cf656c281f9cc81d6a04f1085fe534c9a (patch) | |
tree | 0ef71cac8c17d2b5b8375d8854c77b94d61cfa27 /CONFORMANCE | |
parent | c926001f2a943e3208c0d89096926e3a62481cd7 (diff) | |
download | glibc-beb5387cf656c281f9cc81d6a04f1085fe534c9a.tar.gz |
Update.
2001-01-10 H.J. Lu <hjl@gnu.org>
* elf/dl-libc.c (do_dlopen): Call DL_STATIC_INIT for static binaries.
* sysdeps/unix/sysv/linux/ia64/Makefile (sysdep-dl-routines): Add
dl-static.
* sysdeps/unix/sysv/linux/ia64/Versions (ld): Add _dl_var_init.
* sysdeps/generic/ldsodefs.h (DL_STATIC_INIT): Defined if not defined.
* sysdeps/unix/sysv/linux/ia64/ldsodefs.h: New file.
* sysdeps/unix/sysv/linux/ia64/dl-static.c: New file.
* sysdeps/unix/sysv/linux/ia64/Dist: Add dl-static.c.
Diffstat (limited to 'CONFORMANCE')
-rw-r--r-- | CONFORMANCE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFORMANCE b/CONFORMANCE index 1cfbb6a913..20a9ae5156 100644 --- a/CONFORMANCE +++ b/CONFORMANCE @@ -167,7 +167,7 @@ as of 2001-01-10, and relates to i686-linux; older GCC may lead to more problems in the headers. Note that the _t suffix is reserved by POSIX, but not by pure ISO C. -Update.Also, the Single Unix Specification generally requires more types to +Also, the Single Unix Specification generally requires more types to be included in headers (if _XOPEN_SOURCE is defined appropriately) than ISO C permits. |