diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-14 08:03:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-14 08:03:18 +0000 |
commit | d62507ddb703c5219bb320e0a4a87ddea17976e0 (patch) | |
tree | b16fe246166d8b3ffd23ba155b1a528652be68a1 /NEWS | |
parent | 27af5372488283ad601bf1abf3b4433f994065c4 (diff) | |
download | glibc-d62507ddb703c5219bb320e0a4a87ddea17976e0.tar.gz |
2002-10-05 Roland McGrath <roland@redhat.com>
* include/stubs-prologue.h: New file. Give #error under #ifdef _LIBC.
* Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
Use that file's contents instead of literal echo's for the prologue.
* include/features.h: Include <gnu/stubs.h> unconditionally.
* include/gnu/stubs.h: New file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Version 2.3.2 and are now also available on the Hurd. * ELF thread-local storage support (TLS) now works on x86-64. + +* The new dynamic string token $LIB is expanded in shared library names. + This normally expands to lib, but on some 64-bit platforms to lib64 instead. Version 2.3 |