summaryrefslogtreecommitdiff
path: root/gcc/config/ia64
diff options
context:
space:
mode:
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-27 07:57:04 +0000
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-27 07:57:04 +0000
commitc33f7b6da998096ba9e39df52d5ca0d408d817dc (patch)
tree0bacf39aa861e5155a5609a366a94f078e0aa4f2 /gcc/config/ia64
parenta90353203da18288cdac1b0b78fe7b22c69fe63f (diff)
downloadgcc-c33f7b6da998096ba9e39df52d5ca0d408d817dc.tar.gz
* config/ia64/hpux.h (TARGET_LIBC_HAS_FUNCTION): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205432 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r--gcc/config/ia64/hpux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h
index 517132c8e63..4fc80ee37a5 100644
--- a/gcc/config/ia64/hpux.h
+++ b/gcc/config/ia64/hpux.h
@@ -182,7 +182,7 @@ do { \
/* ia64 HPUX has the float and long double forms of math functions.
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_c99_libc_has_function
+#define TARGET_LIBC_HAS_FUNCTION default_libc_has_function
#undef TARGET_INIT_LIBFUNCS
#define TARGET_INIT_LIBFUNCS ia64_hpux_init_libfuncs