From 86a627e0643bdd5f46294185e8b1b30c321fee97 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 26 May 2005 15:24:06 +0000 Subject: change .section directive for linux again --- istartup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istartup.s b/istartup.s index 655733e..858b9f0 100644 --- a/istartup.s +++ b/istartup.s @@ -73,7 +73,7 @@ #endif #ifdef LINUX -# define section(n) .section .text.n +# define section(n) .section .text.n,"ax" #else # define section(n) .text #endif -- cgit v1.2.3