Commit d650c37b authored by Roland McGrath's avatar Roland McGrath Committed by Tony Luck

[IA64] check-segrel.lds vs --build-id

Some versions of ld with --build-id support will crash when using the flag
with a linker script that discards notes.  This bites ia64's check-segrel.lds.
The bug is easy to avoid.
Signed-off-by: default avatarRoland McGrath <roland@redhat.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 1775fe85
SECTIONS { SECTIONS {
. = SIZEOF_HEADERS; . = SIZEOF_HEADERS;
.rodata : { *(.rodata) } :ro .rodata : { *(.rodata) } :ro
.note : { *(.note*) }
. = 0xa0000; . = 0xa0000;
.data : { *(.data) } :dat .data : { *(.data) } :dat
/DISCARD/ : { *(*) } /DISCARD/ : { *(*) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment