commit | 50e98e72e459e43b6b9a5449e35bb6fc54e21149 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Sep 27 11:40:05 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Sep 27 11:40:05 2006 +0900 |
tree | 7f807f70e884721535d56857a71d599ade6be9c4 | |
parent | 6ae5e8d7598ce01ac0e7dab1b89894c7386a2e61 [diff] |
sh: Kill off the .stack section. We had a special .stack section in the ld script that was being used to position r15 initially. This is nonsensical, as we can just use a THREAD_SIZE offset from the init_thread_union instead (as every other arch does). Signed-off-by: Paul Mundt <lethal@linux-sh.org>