From: Ulrich Drepper Date: Sun, 27 Apr 2003 08:18:54 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~815 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ed068ebcc9a24898149961a3cd53efded9e803;p=thirdparty%2Fglibc.git Update. 2003-04-27 Ulrich Drepper * Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to define __start_libc_freeres_ptrs and __stop___libc_freeres_ptrs. --- diff --git a/ChangeLog b/ChangeLog index 9c9c2275a55..8f737fa8564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-27 Ulrich Drepper + + * 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 * elf/dl-close.c [USE_TLS && TLS_TCB_AT_TP] (_dl_close): Reimplement diff --git a/Makerules b/Makerules index 28a7028d10e..0929e6e92c0 100644 --- 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