summaryrefslogtreecommitdiff
path: root/gcc/config/s390/tpf.h
diff options
context:
space:
mode:
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2013-08-22 15:28:15 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2013-08-22 15:28:15 +0000
commitbcba7ecc113b82f1b80457df2b4edf35847fcf56 (patch)
tree6adc5be20fce6ef7cfa799f25d20cdeeed0cacfd /gcc/config/s390/tpf.h
parent4c495b0d9944eca0fbfb1abf3ad306e9b11ebde0 (diff)
downloadgcc-bcba7ecc113b82f1b80457df2b4edf35847fcf56.tar.gz
linux.h (TARGET_LIBC_HAS_FUNCTION): Define as gnu_libc_has_function.
2013-08-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/linux.h (TARGET_LIBC_HAS_FUNCTION): Define as gnu_libc_has_function. * config/s390/tpf.h: Likewise. From-SVN: r201922
Diffstat (limited to 'gcc/config/s390/tpf.h')
-rw-r--r--gcc/config/s390/tpf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h
index 8eb1947dd3c..a1af01b07b6 100644
--- a/gcc/config/s390/tpf.h
+++ b/gcc/config/s390/tpf.h
@@ -111,8 +111,8 @@ along with GCC; see the file COPYING3. If not see
/* IBM copies these libraries over with these names. */
#define MATH_LIBRARY "CLBM"
#define LIBSTDCXX "CPP2"
-#endif /* ! _TPF_H */
-/* We redefine this hook so the version from elfos.h header won't be used. */
#undef TARGET_LIBC_HAS_FUNCTION
-#define TARGET_LIBC_HAS_FUNCTION default_libc_has_function
+#define TARGET_LIBC_HAS_FUNCTION gnu_libc_has_function
+
+#endif /* ! _TPF_H */