From 5ca10a0c9ad1edb3b2e2e59ac6dccdd879cf84ae Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 3 Feb 2015 07:41:25 -0500 Subject: powerpc: Remove HAVE_ASM_GLOBAL_DOT_NAME define With AIX port deprecated there is no need to check/define HAVE_ASM_GLOBAL_DOT_NAME anymore since the current minimum binutils supported (2.22) does not emit global symbol with dot. This patch removes all the HAVE_ASM_GLOBAL_DOT_NAME definition and checks for powerpc64 port. --- config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 695ca35dc0..a1ae478209 100644 --- a/config.h.in +++ b/config.h.in @@ -37,9 +37,6 @@ /* Define if the assembler supports the gnu_unique_object symbol type. */ #undef HAVE_ASM_UNIQUE_OBJECT -/* Define a symbol_name as a global .symbol_name for ld. */ -#undef HAVE_ASM_GLOBAL_DOT_NAME - /* On powerpc64, use overlapping .opd entries. */ #undef USE_PPC64_OVERLAPPING_OPD -- cgit v1.2.3