mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 14:53:32 +08:00
94d401b8b8
Set non_ir_ref_regular to TRUE for symbols forced into the output file so that they won't be removed by garbage collection with LTO. PR ld/23309 * ldlang.c (insert_undefined): Set non_ir_ref_regular to TRUE. * plugin.c (is_visible_from_outside): Don't scan entry_symbol. * testsuite/ld-plugin/pr23309.c: New file. * testsuite/ld-plugin/pr23309.d: Likewise.
11 lines
57 B
C
11 lines
57 B
C
int
|
|
main (void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
void
|
|
KeepMe (void)
|
|
{
|
|
}
|