You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/grub/patches
Felix Fietkau 9f551028d2 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)

SVN-Revision: 30484
13 years ago
..
002-strip_note_gnu_build_id.patch grub: fix potential build issues on redhat/fedora host systems (should close: #3793) 15 years ago
010-fixes-1.patch refresh grub patches 15 years ago
020-ext4_support.patch add ext4 support 14 years ago
030-add-stage2-ldscripts.patch package/grub: fix stage2 link with recent binutils 13 years ago
100-add_configure_macros.patch grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo) 14 years ago
110-remove_configure_errors.patch grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo) 14 years ago
200-darwin_fixes.patch grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo) 14 years ago