From: Andreas Krebbel Date: Thu, 5 Jul 2012 10:45:24 +0000 (+0000) Subject: config.gcc: Enable ifunc attribute by default on s390 and s390x. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=604fbe51d9742f5384c04e795dbdad44776c4110;p=gcc.git config.gcc: Enable ifunc attribute by default on s390 and s390x. 2012-07-05 Andreas Krebbel * config.gcc: Enable ifunc attribute by default on s390 and s390x. From-SVN: r189287 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 091bda2132d..eeec49d4022 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-07-05 Andreas Krebbel + + * config.gcc: Enable ifunc attribute by default on s390 and s390x. + 2012-07-05 Steven Bosscher * expr.c (try_casesi): Remove bogus ATTRIBUTE_UNUSED markers. diff --git a/gcc/config.gcc b/gcc/config.gcc index 40d513f9d25..7768917f914 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2096,12 +2096,14 @@ rx-*-elf*) tmake_file="${tmake_file} rx/t-rx" ;; s390-*-linux*) + default_gnu_indirect_function=yes tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h" if test x$enable_targets = xall; then tmake_file="${tmake_file} s390/t-linux64" fi ;; s390x-*-linux*) + default_gnu_indirect_function=yes tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h" tm_p_file=s390/s390-protos.h md_file=s390/s390.md