diff options
author | Nick Clifton <nickc@redhat.com> | 2023-03-03 13:56:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-03-03 13:56:36 +0000 |
commit | adbe951fc95943016325af08d677f18e8c177ac1 (patch) | |
tree | 6f2e0031aab67fa63ea904a65470e025688d6578 /ld/ChangeLog | |
parent | 6a208145d24c47912c8beb4f1f4b9abeb8d51134 (diff) | |
download | gdb-adbe951fc95943016325af08d677f18e8c177ac1.zip gdb-adbe951fc95943016325af08d677f18e8c177ac1.tar.gz gdb-adbe951fc95943016325af08d677f18e8c177ac1.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9f4ad7c..6a7bc06 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2023-03-03 Nick Clifton <nickc@redhat.com> + + PR 30193 + * ldgram.y (ASCII): Fail if the size is not a constant. + 2023-02-23 Fangrui Song <i@maskray.me> * emultempl/riscvelf.em: Add option parsing. |