summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2005-05-18 11:39:40 +0000
committerJohn van Groningen2005-05-18 11:39:40 +0000
commitb0a1bd0bc6e4826e48b810ff18def08b7cbceedd (patch)
tree03820965d608266341163f60173b09563395bfbb
parentdisable OLD_READ_STRING and OLD_WRITE_STRING for linux (diff)
remove ## in #define for section
-rw-r--r--istartup.s2
1 files changed, 1 insertions, 1 deletions
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