summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2005-05-18 13:42:09 +0000
committerJohn van Groningen2005-05-18 13:42:09 +0000
commit42f57cb3b8546ed8fc084aebe85ffad95b47667e (patch)
treee81f5924f0f410309c1810b28b76170d0a55d095
parentremove ## in #define for section (diff)
change use of .section directive for linux
-rw-r--r--istartup.s2
1 files changed, 1 insertions, 1 deletions
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