|
From: | ccoutant at gmail dot com |
Subject: | [Bug gold/20834] ld.gold on armel hits internal error when using 64K page size |
Date: | Wed, 23 Nov 2016 16:41:09 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20834 Cary Coutant <ccoutant at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |ASSIGNED --- Comment #4 from Cary Coutant <ccoutant at gmail dot com> --- The problem is that the default text segment starting address (which is 0x1000 for ARM) is not congruent with -z max-page-size. Adding -Ttext-segment=0x10000 along with -z max-page-size=0x10000 -z common-page-size=0x10000 will workaround the problem. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |