summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2015-12-02 19:52:53 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2015-12-02 19:52:53 +0000
commit157bb85d48034bba6eb24f6f9f4ca4e6e8a5fa93 (patch)
tree15fd340dce2472a8f70811827a1383045c344076 /gcc/config.in
parent8923e02ee4fb1207f63254e975a8e96dce177c9d (diff)
configure.ac: Check assembler support for R_PPC64_ENTRY relocation.
* configure.ac: Check assembler support for R_PPC64_ENTRY relocation. * configure: Regenerate. * config.in: Regenerate. * config/rs6000/rs6000.c (rs6000_global_entry_point_needed_p): New function. (rs6000_output_function_prologue): Use it instead of checking cfun->machine->r2_setup_needed. Use internal labels instead of GNU as local label extension. Handle ELFv2 large code model. (rs6000_output_mi_thunk): Do not set cfun->machine->r2_setup_needed. (rs6000_elf_declare_function_name): Handle ELFv2 large code model. From-SVN: r231202
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index bb0d22053e9..a1762bec436 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -327,6 +327,12 @@
#endif
+/* Define if your assembler supports the R_PPC64_ENTRY relocation. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_AS_ENTRY_MARKERS
+#endif
+
+
/* Define if your assembler supports explicit relocations. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_EXPLICIT_RELOCS