diff options
author | Nick Clifton <nickc@redhat.com> | 2016-10-11 12:04:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-10-11 12:13:43 +0100 |
commit | 199fa1b7089d7f7438b087fa30504ea5a590f561 (patch) | |
tree | 7cbfb0745751bb172694d4d402d354d37b697e21 /ld/config.in | |
parent | 93562a343c26f67d2bd0e93cceb18a0a793087c2 (diff) | |
download | gdb-199fa1b7089d7f7438b087fa30504ea5a590f561.zip gdb-199fa1b7089d7f7438b087fa30504ea5a590f561.tar.gz gdb-199fa1b7089d7f7438b087fa30504ea5a590f561.tar.bz2 |
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.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index 2c6d698..5c614ed 100644 --- a/ld/config.in +++ b/ld/config.in @@ -62,6 +62,9 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the `getauxval' function. */ +#undef HAVE_GETAUXVAL + /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE |