Commit 199299e8 by Alexander Ivchenko Committed by Kirill Yukhin

hpux.h (TARGET_LIBC_HAS_FUNCTION): Fix typo.

        * config/ia64/hpux.h (TARGET_LIBC_HAS_FUNCTION): Fix typo.

From-SVN: r205432
parent 9b95612e
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.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment