diff options
author | John van Groningen | 2005-05-18 11:39:40 +0000 |
---|---|---|
committer | John van Groningen | 2005-05-18 11:39:40 +0000 |
commit | b0a1bd0bc6e4826e48b810ff18def08b7cbceedd (patch) | |
tree | 03820965d608266341163f60173b09563395bfbb | |
parent | disable OLD_READ_STRING and OLD_WRITE_STRING for linux (diff) |
remove ## in #define for section
-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,"ax",@progbits #else # define section(n) .text #endif |