[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.
- [Bug ld/23571] New: arm: COMMONPAGESIZE issue, jernej.skrabec at gmail dot com, 2018/08/25
- [Bug ld/23571] arm: COMMONPAGESIZE issue, jernej.skrabec at gmail dot com, 2018/08/25
- [Bug ld/23571] arm: COMMONPAGESIZE issue, jernej.skrabec at gmail dot com, 2018/08/25
- [Bug ld/23571] arm: COMMONPAGESIZE issue, glibc at nmacleod dot com, 2018/08/25
- [Bug ld/23571] arm: COMMONPAGESIZE issue,
amodra at gmail dot com <=
- [Bug ld/23571] arm: COMMONPAGESIZE issue, amodra at gmail dot com, 2018/08/26
- [Bug ld/23571] arm: COMMONPAGESIZE issue, amodra at gmail dot com, 2018/08/26
- [Bug ld/23571] arm: COMMONPAGESIZE issue, cvs-commit at gcc dot gnu.org, 2018/08/26
- [Bug ld/23571] arm: COMMONPAGESIZE issue, amodra at gmail dot com, 2018/08/26
- [Bug ld/23571] arm: COMMONPAGESIZE issue, jernej.skrabec at gmail dot com, 2018/08/26