commit | fe06c180664cc5da35b500708a5425b4b9a9f22b | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Mon Apr 23 10:55:02 2012 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Mon Jul 16 09:51:12 2012 +0800 |
tree | bec0816e1ab3861d0cf735325893fc76d63df77f | |
parent | 76a5ad386b3078d099561c6715ec502bb024040b [diff] |
nios2: move gd and bd into BSS As suggested by Graeme Russ, move gd and bd data structrures to BSS instead of calculating the locations around the stack and heap. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Mike Frysinger <vapier@gentoo.org>