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: Sun, 26 Aug 2018 07:55:54 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Alan Modra <amodra at gmail dot com> ---
Patch applied.  I'll note that the U-Boot script would have worked if the align
expression had been put on the left of the colon.  Like this:

        .__secure_start
#ifndef CONFIG_ARMV7_SECURE_BASE
                ALIGN(CONSTANT(COMMONPAGESIZE))
#endif
        : {
                KEEP(*(.__secure_start))
        }

-- 
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]