https://sourceware.org/bugzilla/show_bug.cgi?id=23571
Bug ID: 23571 Summary: arm: COMMONPAGESIZE issue Product: binutils Version: 2.32 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: jernej.skrabec at gmail dot com Target Milestone: --- Created attachment 11210 --> https://sourceware.org/bugzilla/attachment.cgi?id=11210&action=edit U-Boot sections before Hello, since the commit 702d167134149f420ea3bcbc194d63a2653a0c27 (powerpc common-page-size), U-Boot for some armhf targets is not linked properly anymore. Issue lies in following linker script: http://git.denx.de/?p=u-boot.git;a=blob;f=arch/arm/cpu/u-boot.lds If "CONSTANT(COMMONPAGESIZE)" is replaced with "0x1000", U-Boot works properly. Alternatively, if aforementioned commit is reverted, it works too. It looks like COMMONPAGESIZE is 0. You can find attached sections info before and after that commit. -- 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/mailman/listinfo/bug-binutils