1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-02 16:21:06 +02:00
nbd 444f3dd7f1 package/grub: fix stage2 link with recent binutils
We want the `_start's symbols to be at the very beginning of the `stage2'
binary's `.text' section. However, nothing enforces this requirement. With
recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1)
puts another symbol (eg. `journal_init') at the beginning of the section.

Fix this by providing a stripped down version of the default linker script
where we enforces the position of `_start' in the `.text' section.

Patch by Arnaud Lacombe (#10444)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-12 18:40:18 +00:00
..
2011-11-09 21:16:45 +00:00
2011-03-07 12:59:19 +00:00
2011-11-27 05:30:40 +00:00
2012-02-08 10:20:13 +00:00
2009-12-19 22:19:42 +00:00
2011-07-10 10:40:37 +00:00
2011-02-07 21:48:55 +00:00
2010-09-30 10:48:37 +00:00
2011-12-06 16:00:00 +00:00