* scripttempl/elf.sc: Add .note.gnu.build-id.

This commit is contained in:
Jakub Jelinek 2007-07-27 22:33:24 +00:00
parent d63388ff70
commit cd714b7904
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-07-28 Jakub Jelinek <jakub@redhat.com>
* scripttempl/elf.sc: Add .note.gnu.build-id.
2007-07-25 Nick Clifton <nickc@redhat.com>
PR 4824

View File

@ -267,6 +267,7 @@ SECTIONS
${CREATE_SHLIB+${RELOCATING+. = ${SHLIB_TEXT_START_ADDR:-0} + SIZEOF_HEADERS;}}
${CREATE_PIE+${RELOCATING+. = ${SHLIB_TEXT_START_ADDR:-0} + SIZEOF_HEADERS;}}
${INITIAL_READONLY_SECTIONS}
.note.gnu.build-id : { *(.note.gnu.build-id) }
${TEXT_DYNAMIC+${DYNAMIC}}
.hash ${RELOCATING-0} : { *(.hash) }
.gnu.hash ${RELOCATING-0} : { *(.gnu.hash) }