diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2015-12-02 19:52:53 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2015-12-02 19:52:53 +0000 |
commit | 157bb85d48034bba6eb24f6f9f4ca4e6e8a5fa93 (patch) | |
tree | 15fd340dce2472a8f70811827a1383045c344076 /gcc/config.in | |
parent | 8923e02ee4fb1207f63254e975a8e96dce177c9d (diff) | |
download | gcc-157bb85d48034bba6eb24f6f9f4ca4e6e8a5fa93.zip gcc-157bb85d48034bba6eb24f6f9f4ca4e6e8a5fa93.tar.gz gcc-157bb85d48034bba6eb24f6f9f4ca4e6e8a5fa93.tar.bz2 |
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.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index bb0d220..a1762be 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 |