summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2005-05-26 15:24:06 +0000
committerJohn van Groningen2005-05-26 15:24:06 +0000
commit86a627e0643bdd5f46294185e8b1b30c321fee97 (patch)
treea76ef9886b578628b9e34afac11f82c26c47a72e
parentchange use of .section directive for linux (diff)
change .section directive for linux again
-rw-r--r--istartup.s2
1 files changed, 1 insertions, 1 deletions
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