diff options
author | Nick Clifton <nickc@redhat.com> | 2016-11-04 13:57:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-11-04 13:57:40 +0000 |
commit | 88ba72a2dfae2e71e3b0798ac74c6853749fd502 (patch) | |
tree | f58c9d3eb530cd7b2c4786a1f60cbfd2050efc1d /ld/config.in | |
parent | 1b7a12f2d68f2f334fbe78cc2db76982ba6d4ef1 (diff) | |
download | gdb-88ba72a2dfae2e71e3b0798ac74c6853749fd502.zip gdb-88ba72a2dfae2e71e3b0798ac74c6853749fd502.tar.gz gdb-88ba72a2dfae2e71e3b0798ac74c6853749fd502.tar.bz2 |
Remove support for $PLATFORM in rpath search paths.
* emultempl/elf32.em (search_needed): Remove use of getauxval and
inclusion of <sys/auxv.h>. Replace support for $PLATFORM with a
warning message.
* configure.ac (AC_CHECK_FUNCS): Remove getauxval.
* configure: Regenerate.
* config.in: Regenerate.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/config.in b/ld/config.in index 5c614ed..2c6d698 100644 --- a/ld/config.in +++ b/ld/config.in @@ -62,9 +62,6 @@ /* 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 |