diff options
author | Maxim Kuvyrkov <maxim@kugelworks.com> | 2013-12-07 08:46:58 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <mkuvyrkov@gcc.gnu.org> | 2013-12-07 08:46:58 +0000 |
commit | 1e9da8f6cf0d00e3492ff3a54f7a66ac107463b5 (patch) | |
tree | 940a713fde4803a2489793a0b0950a8baf0c4aa8 /gcc/config/linux.h | |
parent | 5c0b2c6e7f09d0c71b21ccaa68b47f05df766a5f (diff) | |
download | gcc-1e9da8f6cf0d00e3492ff3a54f7a66ac107463b5.tar.gz |
Rename functions relating to libc support on Linux targets.
* config/linux.c (linux_android_has_ifunc_p): Rename to
linux_has_ifunc_p.
(linux_android_libc_has_function): Rename to linux_libc_has_function.
* config/linux-protos.h (linux_android_has_ifunc_p,)
(linux_android_libc_has_function): Update declarations.
* config/linux.h, config/linux-android.h, config/alpha/linux.h,
* config/rs6000/linux.h, config/rs6000/linux64.h: Update.
From-SVN: r205778
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 8116e698d94..507471be938 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -102,4 +102,4 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* Determine what functions are present at the runtime; this includes full c99 runtime and sincos. */ #undef TARGET_LIBC_HAS_FUNCTION -#define TARGET_LIBC_HAS_FUNCTION linux_android_libc_has_function +#define TARGET_LIBC_HAS_FUNCTION linux_libc_has_function |