diff options
author | mkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-07 08:47:21 +0000 |
---|---|---|
committer | mkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-07 08:47:21 +0000 |
commit | 89ac5e5b6484fbebffda8c762212972a90361fad (patch) | |
tree | 4cb5f17950d5d331b440312114e361ecb5adec94 /gcc/config/linux-android.h | |
parent | 53a2661297954f7c88bb8593f83f5a9c2c4e9df4 (diff) | |
download | gcc-89ac5e5b6484fbebffda8c762212972a90361fad.tar.gz |
Cleanup definitions of libc-related target hooks.
* config/bfin/uclinux.h, config/c6x/uclinux-elf.h,
* config/lm32/uclinux-elf.h, config/m68k/uclinux.h,
* config/moxie/uclinux.h (TARGET_LIBC_HAS_FUNCTION): Move definitions
to linux.h.
* config/linux-android.h (TARGET_HAS_IFUNC_P): Move definition
to linux.h.
* config/linux.h (TARGET_LIBC_HAS_FUNCTION, TARGET_HAS_IFUNC_P):
Define appropriately for Linux and uClinux targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205780 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux-android.h')
-rw-r--r-- | gcc/config/linux-android.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/linux-android.h b/gcc/config/linux-android.h index 30ce5aef4e8..2c87c846cd7 100644 --- a/gcc/config/linux-android.h +++ b/gcc/config/linux-android.h @@ -57,6 +57,3 @@ #define ANDROID_ENDFILE_SPEC \ "%{shared: crtend_so%O%s;: crtend_android%O%s}" - -#undef TARGET_HAS_IFUNC_P -#define TARGET_HAS_IFUNC_P linux_has_ifunc_p |