From defb9e49f98f300b34dceaf3bc959aea45f35045 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 21 Jun 2006 20:44:28 +0000 Subject: allow arches to easily override asm-line-sep, move cris over to new style, and have hppa use it now --- include/libc-symbols.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/libc-symbols.h') diff --git a/include/libc-symbols.h b/include/libc-symbols.h index ec3696b5e..c5d574d90 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -131,7 +131,9 @@ # endif #endif -#ifndef ASM_LINE_SEP +#ifdef __UCLIBC_ASM_LINE_SEP__ +# define ASM_LINE_SEP __UCLIBC_ASM_LINE_SEP__ +#else # define ASM_LINE_SEP ; #endif -- cgit v1.2.3