diff options
author | kyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-27 07:57:04 +0000 |
---|---|---|
committer | kyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-27 07:57:04 +0000 |
commit | c33f7b6da998096ba9e39df52d5ca0d408d817dc (patch) | |
tree | 0bacf39aa861e5155a5609a366a94f078e0aa4f2 /gcc/config/ia64 | |
parent | a90353203da18288cdac1b0b78fe7b22c69fe63f (diff) | |
download | gcc-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.h | 2 |
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 |