You need to sign in or sign up before continuing.
提交 d650c37b 编写于 作者: R Roland McGrath 提交者: 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: NRoland McGrath <roland@redhat.com>
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册