bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/27101] as: Reject (byte) .align 0x100000000


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/27101] as: Reject (byte) .align 0x100000000
Date: Mon, 04 Jan 2021 00:41:23 +0000

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <amodra@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=90320e40958020aea265dc693d0613a330e40b61

commit 90320e40958020aea265dc693d0613a330e40b61
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Jan 4 08:53:37 2021 +1030

    PR27101, as: Reject (byte) .align 0x100000000

    This allows alignments up to 2**TC_ALIGN_LIMIT, which might be larger
    than an unsigned int can hold.

            PR 27101
            * read.c (s_align): Use a large enough type for "align" to hold
            the result of get_absolute_expression.

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