]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 23:09:20 +0000 (16:09 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 23:09:38 +0000 (16:09 -0700)
commita0aef7830eb0698f72129b647be8c00cdf0c7938
treef649980f9d20665da5916e17915bd31414a24471
parent3ee8209be761210dc6a8f121fd79231e7f364a9b
Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]

__dl_iterate_phdr is hidden and should be accessed directly within
libc.so and libc.a without using GOT nor PLT.

[BZ #18822]
* elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
to ...
* include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
ChangeLog
elf/dl-iteratephdr.c
include/link.h