diff options
Diffstat (limited to 'ld/scripttempl/elf.sc')
-rw-r--r-- | ld/scripttempl/elf.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index be8d19f..6d34912 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -734,7 +734,7 @@ cat <<EOF data, but this is not guaranteed to always be the case. */ .note.build-id : { *(.note.build-id) } ${RELOCATING+${REGION}} .note.GNU-stack : { *(.note.GNU-stack) } ${RELOCATING+${REGION}} - .note.gnu-property : { *(.note.gnu-property) } ${RELOCATING+${REGION}} + .note.gnu.property : { *(.note.gnu.property) } ${RELOCATING+${REGION}} .note.ABI-tag : { *(.note.ABI-tag) } ${RELOCATING+${REGION}} .note.package : { *(.note.package) } ${RELOCATING+${REGION}} .note.dlopen : { *(.note.dlopen) } ${RELOCATING+${REGION}} |