about summary refs log tree commit diff
path: root/nptl_db/db-symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl_db/db-symbols.h')
-rw-r--r--nptl_db/db-symbols.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/nptl_db/db-symbols.h b/nptl_db/db-symbols.h
index 47fe951e86..0f27e67d93 100644
--- a/nptl_db/db-symbols.h
+++ b/nptl_db/db-symbols.h
@@ -16,11 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifdef HAVE_ASM_GLOBAL_DOT_NAME
-# define DOT(x)	.##x		/* PPC64 requires . prefix on code symbols.  */
-#else
-# define DOT(x)	x		/* No prefix.  */
-#endif
+#define DOT(x)	x		/* No prefix.  */
 
 #define STRINGIFY(name)		STRINGIFY_1(name)
 #define STRINGIFY_1(name)	#name