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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to