From 8b19fd5b44373213b806a5b30705e6882560cdfc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 9 Jan 2008 05:54:25 +0000 Subject: add workaround for gcc-3.4.6 with mips --- libc/string/mips/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/string/mips/sysdep.h b/libc/string/mips/sysdep.h index 96f088c94..5dad8342e 100644 --- a/libc/string/mips/sysdep.h +++ b/libc/string/mips/sysdep.h @@ -29,7 +29,7 @@ .globl name; \ .align 2; \ .ent name,0; \ - name##: + name/* use a comment rather than ## to workaround bug in gcc-3.4.x */: #undef END #define END(function) \ -- cgit v1.2.3