diff options
author | John van Groningen | 2005-05-18 13:42:09 +0000 |
---|---|---|
committer | John van Groningen | 2005-05-18 13:42:09 +0000 |
commit | 42f57cb3b8546ed8fc084aebe85ffad95b47667e (patch) | |
tree | e81f5924f0f410309c1810b28b76170d0a55d095 | |
parent | remove ## in #define for section (diff) |
change use of .section directive for linux
-rw-r--r-- | istartup.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |