mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
Update.
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.
This commit is contained in:
parent
541765b6b4
commit
a7ed068ebc
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user