Merge branch 'vendor/OPENSSL'
[dragonfly.git] / contrib / binutils-2.17 / ld / emulparams / sort-sections.sh
1 # This is a ld genscripts.sh customizer script
2
3 # We need to source the original emulation script!
4
5 . "${srcdir}/emulparams/${EMULATION_NAME}.sh"
6
7 # We want to sort the .note.ABI-tag section to the front
8 # so that the kernel will find it in the first page of the file.
9
10 INITIAL_READONLY_SECTIONS=".note.ABI-tag        ${RELOCATING-0} : { *(.note.ABI-tag) }"