From b0a1bd0bc6e4826e48b810ff18def08b7cbceedd Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 18 May 2005 11:39:40 +0000 Subject: remove ## in #define for section --- istartup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istartup.s b/istartup.s index 66f38d4..dd80648 100644 --- a/istartup.s +++ b/istartup.s @@ -73,7 +73,7 @@ #endif #ifdef LINUX -# define section(n) .section .text.##n,"ax",@progbits +# define section(n) .section .text.n,"ax",@progbits #else # define section(n) .text #endif -- cgit v1.2.3