diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-05-27 09:33:15 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-05-27 09:33:15 +0000 |
commit | e3b2bc81028cde3a8d45cbb6a41b75315e17fda7 (patch) | |
tree | fd519ea9210a3c4edad7effa1e75da4838f36a3e /firmware | |
parent | 2b56bcac3d11e67bd37547cd203524fa512889ac (diff) |
Removed .stack section declaration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@732 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/crt0.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S index 339caadb56..60b510dbe1 100644 --- a/firmware/crt0.S +++ b/firmware/crt0.S @@ -120,12 +120,6 @@ vbr_k: orig_vbr_k: .long 0x9000000 -#ifdef __ELF__ - .section .stack,"aw" -#else - .section .stack -#endif - .section .vectors vectors: .long start |