diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-02 18:25:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-02 18:25:29 +0000 |
commit | 768027a456732285abffbddbce3127a29cdacf3e (patch) | |
tree | 0098787c3a9208876cd54811e0de0f606eb993ed /README.template | |
parent | d4ed75616838868f7b11f3cb5ee40561a47104ef (diff) | |
download | glibc-768027a456732285abffbddbce3127a29cdacf3e.zip glibc-768027a456732285abffbddbce3127a29cdacf3e.tar.gz glibc-768027a456732285abffbddbce3127a29cdacf3e.tar.bz2 |
* elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
used.
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/README.template b/README.template index 5e22a27..02ef86c 100644 --- a/README.template +++ b/README.template @@ -10,13 +10,6 @@ In GNU/Linux systems, the C library works with the Linux kernel to implement the operating system behavior seen by user applications. In GNU/Hurd systems, it works with a microkernel and Hurd servers. -Version 2.4 is the first release after a long period of development, and -introduces changes to the API and a new ABI for all configurations. It -has been tested and deployed in new production systems, but should still -be considered somewhat experimental. The stable 2.3 release series -continues to be maintained, and implements a widely-deployed ABI. -Version 2.3.6 is available, and we will release 2.3.7 with more bug fixes. - The GNU C Library implements much of the POSIX.1 functionality in the GNU/Hurd system, using configurations i[34567]86-*-gnu. |