From 42f57cb3b8546ed8fc084aebe85ffad95b47667e Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 18 May 2005 13:42:09 +0000 Subject: change use of .section directive for linux --- istartup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istartup.s b/istartup.s index dd80648..655733e 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 #else # define section(n) .text #endif -- cgit v1.2.3