]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 27 Apr 2003 08:18:54 +0000 (08:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 27 Apr 2003 08:18:54 +0000 (08:18 +0000)
2003-04-27  Ulrich Drepper  <drepper@redhat.com>

* Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to
define __start_libc_freeres_ptrs and __stop___libc_freeres_ptrs.

ChangeLog
Makerules

index 9c9c2275a555258b549b0dd01d14627d87824f09..8f737fa8564400a19322ff02748f074e3492949a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-27  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to
+       define __start_libc_freeres_ptrs and __stop___libc_freeres_ptrs.
+
 2003-04-26  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/dl-close.c [USE_TLS && TLS_TCB_AT_TP] (_dl_close): Reimplement
index 28a7028d10e3c348ef07678ee6c0ffc94c96aa99..0929e6e92c0db617adf0007fd635c1d9a2957bc5 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -519,9 +519,9 @@ $(common-objpfx)shlib.lds: $(common-objpfx)config.make
              -e '/^=========/,/^=========/!d;/^=========/d' \
              -e 's/^.*\.hash[  ]*:.*$$/  .note.ABI-tag : { *(.note.ABI-tag) } &/' \
              -e 's/^.*\*(\.dynbss).*$$/& \
-                PROVIDE(__start___libc_freeres_ptrs = .); \
+                __start___libc_freeres_ptrs = .; \
                 *(__libc_freeres_ptrs) \
-                PROVIDE(__stop___libc_freeres_ptrs = .);/'
+                __stop___libc_freeres_ptrs = .;/'
        mv -f $@T $@
 common-generated += shlib.lds