]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Prevent the ASCII linker script directive from generating huge amounts of padding...
authorNick Clifton <nickc@redhat.com>
Fri, 3 Mar 2023 13:56:36 +0000 (13:56 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 3 Mar 2023 13:56:36 +0000 (13:56 +0000)
commitadbe951fc95943016325af08d677f18e8c177ac1
tree6f2e0031aab67fa63ea904a65470e025688d6578
parent6a208145d24c47912c8beb4f1f4b9abeb8d51134
Prevent the ASCII linker script directive from generating huge amounts of padding if the size expression is not a constant.

 PR 30193 * ldgram.y (ASCII): Fail if the size is not a constant.
ld/ChangeLog
ld/ldgram.y