diff options
author | Alexander Ivchenko <alexander.ivchenko@intel.com> | 2013-11-27 07:57:04 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2013-11-27 07:57:04 +0000 |
commit | 199299e8e54ad29fd3b140adae78e08bbbfef8c4 (patch) | |
tree | 0bacf39aa861e5155a5609a366a94f078e0aa4f2 /gcc | |
parent | 9b95612ecf4e64e443ab38d7673b39972d78daa8 (diff) | |
download | gcc-199299e8e54ad29fd3b140adae78e08bbbfef8c4.zip gcc-199299e8e54ad29fd3b140adae78e08bbbfef8c4.tar.gz gcc-199299e8e54ad29fd3b140adae78e08bbbfef8c4.tar.bz2 |
hpux.h (TARGET_LIBC_HAS_FUNCTION): Fix typo.
* config/ia64/hpux.h (TARGET_LIBC_HAS_FUNCTION): Fix typo.
From-SVN: r205432
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/hpux.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index abb3b3f..851f746 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-11-27 Alexander Ivchenko <alexander.ivchenko@intel.com> + + * config/ia64/hpux.h (TARGET_LIBC_HAS_FUNCTION): Fix typo. + 2013-11-26 David Malcolm <dmalcolm@redhat.com> * gengtype.c (struct seen_tag): New. diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 517132c..4fc80ee 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 |