summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-16 13:45:25 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-16 13:45:25 +0000
commitd68451393afcbe8f25b843d0dd8d30a5d9ea78d6 (patch)
treed9a473d88d703aacdf7e3191ba2b717abcb59e6d /gcc/config.in
parenta44dc11544d24e159da34f774c93f4383131486e (diff)
downloadgcc-d68451393afcbe8f25b843d0dd8d30a5d9ea78d6.tar.gz
toplevel:
* configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx separately. * configure: Regenerate. gcc: * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor. * configure: Regenerate. * config.in: Regenerate. * doc/install.texi (Prerequisites): Document that Solaris 2 libelf works. gcc/lto: * lto-elf.c [!HAVE_ELF_GETSHDRSTRNDX] (elf_getshdrstrndx): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158423 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index a9e208fa4eb..9525625630f 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -814,6 +814,24 @@
#endif
+/* Define to 1 if you have the `elf_getshdrstrndx' function. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_ELF_GETSHDRSTRNDX
+#endif
+
+
+/* Define to 1 if you have the `elf_getshstrndx' function. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_ELF_GETSHSTRNDX
+#endif
+
+
+/* Define if elf_getshstrndx has gABI conformant return values. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_ELF_GETSHSTRNDX_GABI
+#endif
+
+
/* Define to 1 if you have the <fcntl.h> header file. */
#ifndef USED_FOR_TARGET
#undef HAVE_FCNTL_H