bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/23571] arm: COMMONPAGESIZE issue


From: amodra at gmail dot com
Subject: [Bug ld/23571] arm: COMMONPAGESIZE issue
Date: Sat, 25 Aug 2018 22:40:26 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=23571

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|amodra at gmail dot com            |

--- Comment #3 from Alan Modra <amodra at gmail dot com> ---
Description fixed.  The problem was caused by this part of the commit
+       * ldmain.c (main): Move config.maxpagesize and
+       config.commonpagesize initialization to..
+       * ldemul.c (after_parse_default): ..here.
in conjunction with the fact that the align argument in an output section
statement is evaluated only once.  ie. ld really only expects an integer there,
not an expression that might change.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]