linux.h (TARGET_LIBC_HAS_FUNCTION): Define as gnu_libc_has_function.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 22 Aug 2013 15:28:15 +0000 (15:28 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Thu, 22 Aug 2013 15:28:15 +0000 (15:28 +0000)
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

gcc/ChangeLog
gcc/config/s390/linux.h
gcc/config/s390/tpf.h

index 6cfd96e401e4d56d74ca753208dd6b3a97526845..4ebbc85e509870535a575858121401c63887e153 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2013-08-22  Jan Hubicka  <jh@susue.cz>
 
        * timevar.c (validate_phases): Add cast.
index 3b4966a91ff7bcd259da3ca0d29dd1bb8e79af7f..699b5dfb7e2f69d50bd75ed04263caec6c23f59b 100644 (file)
@@ -87,4 +87,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Define if long doubles should be mangled as 'g'.  */
 #define TARGET_ALTERNATE_LONG_DOUBLE_MANGLING
 
+#undef TARGET_LIBC_HAS_FUNCTION
+#define TARGET_LIBC_HAS_FUNCTION gnu_libc_has_function
+
 #endif
index 8eb1947dd3ce7a4969f57118d828a3794a8f4bad..a1af01b07b68cdf185526606b7be90858e05267d 100644 (file)
@@ -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 */