[Bug ld/25020] Report "sh_link of section ... points to discarded section ..." for more input sections

2024-03-15 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25020 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are

[Bug ld/25020] Report "sh_link of section ... points to discarded section ..." for more input sections

2019-09-22 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25020 --- Comment #2 from Fangrui Song --- I mean the error should probably be issued for any discarded section. .globl _start _start: call .foo1 call baz0 call baz1 .section .foo0,"a" .byte 0 .section .foo1,"a" .byte 0 ## The linked-to

[Bug ld/25020] Report "sh_link of section ... points to discarded section ..." for more input sections

2019-09-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25020 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|