Add support to the static linker for the tokens accepted by the dynamic linker when...
authorNick Clifton <nickc@redhat.com>
Tue, 11 Oct 2016 11:04:42 +0000 (12:04 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 11 Oct 2016 11:13:43 +0000 (12:13 +0100)
commit199fa1b7089d7f7438b087fa30504ea5a590f561
tree7cbfb0745751bb172694d4d402d354d37b697e21
parent93562a343c26f67d2bd0e93cceb18a0a793087c2
Add support to the static linker for the tokens accepted by the dynamic linker when resolving search paths.

PR ld/20535
* emultempl/elf32.em (_search_needed): Add support for pseudo
environment variables supported by ld.so.  Namely $ORIGIN, $LIB
and $PLATFORM.
* configure.ac: Add getauxval to list AC_CHECK_FUNCS list.
* config.in: Regenerate.
* configure: Regenerate.
ld/ChangeLog
ld/config.in
ld/configure
ld/configure.ac
ld/emultempl/elf32.em