From 9cd6514517f8b385fda74dcdca2b9266c6f7eb14 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Sat, 5 Dec 2015 08:10:51 +0100
Subject: remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__

It's even no longer required for non-ported ppc64
architecture. Sync with GNU C library.
This simplify the macros in include/libc-symbols.h.
---
 libc/sysdeps/linux/cris/bits/uClibc_arch_features.h | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'libc/sysdeps/linux/cris/bits')

diff --git a/libc/sysdeps/linux/cris/bits/uClibc_arch_features.h b/libc/sysdeps/linux/cris/bits/uClibc_arch_features.h
index 0b47ee9b0..570a28d20 100644
--- a/libc/sysdeps/linux/cris/bits/uClibc_arch_features.h
+++ b/libc/sysdeps/linux/cris/bits/uClibc_arch_features.h
@@ -33,9 +33,6 @@
 /* define if target supports .weakext */
 #undef __UCLIBC_HAVE_ASM_WEAKEXT_DIRECTIVE__
 
-/* needed probably only for ppc64 */
-#undef __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__
-
 /* define if target supports CFI pseudo ops */
 #undef __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__
 
-- 
cgit v1.2.3