[Bug ld/25081] Discrepancy between VMA and LMA after ALIGN

2019-10-09 Thread joey.ye at arm dot com
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

[Bug ld/25081] New: Discrepancy between VMA and LMA after ALIGN

2019-10-08 Thread joey.ye at arm dot com
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