diff options
author | John van Groningen | 2005-05-26 15:24:06 +0000 |
---|---|---|
committer | John van Groningen | 2005-05-26 15:24:06 +0000 |
commit | 86a627e0643bdd5f46294185e8b1b30c321fee97 (patch) | |
tree | a76ef9886b578628b9e34afac11f82c26c47a72e | |
parent | change use of .section directive for linux (diff) |
change .section directive for linux again
-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 +# define section(n) .section .text.n,"ax" #else # define section(n) .text #endif |