https://sourceware.org/bugzilla/show_bug.cgi?id=25081
--- Comment #4 from Joey Ye ---
Confirmed.
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailm
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: joey.ye at arm dot com
Target Milestone: ---
Following case fails with trunk 2.33 on x86_64 and arm, and seems to be working
with 2.27:
$ cat a.c
int g = 4;
int main()
{
return g;
}
$ cat s.ld
MEMORY