diff options
author | Alan Modra <amodra@gmail.com> | 2023-03-09 11:53:52 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-03-10 21:22:16 +1030 |
commit | a4d5aec71e097837ee314eca612f71a3d85b6b3f (patch) | |
tree | d8a312e80b6695a55f015b38c6f842b3c4d6fa6a /ld/ChangeLog | |
parent | 75bd292bea53d6ce8de66f30d67c2edb4a558110 (diff) | |
download | gdb-a4d5aec71e097837ee314eca612f71a3d85b6b3f.zip gdb-a4d5aec71e097837ee314eca612f71a3d85b6b3f.tar.gz gdb-a4d5aec71e097837ee314eca612f71a3d85b6b3f.tar.bz2 |
Revert ld ASCII support
Revert "Prevent the ASCII linker script directive from generating huge amounts of padding if the size expression is not a constant."
This reverts commit adbe951fc95943016325af08d677f18e8c177ac1.
Revert "ld test asciz and ascii fails"
This reverts the ascii.d part of commit 5f497256bee624f0fa470949aa41534093bc5b25.
Revert "Add support for the ASCII directive inside linker scripts."
This mostly reverts commit 9fe129a4105bb59398f73ce96938a94f19265b79
leaving the asciz.d and asciz.t changes in place.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6a7bc06..9e876b6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,8 +1,3 @@ -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. @@ -17,25 +12,6 @@ * pe-dll.c (pe_dll_build_sections): Do not build an edata section if all symbols are being excluded. -2023-02-16 Ulf Samuelsson <binutils@emagii.com> - Nick Clifton <nickc@redhat.com> - - * ldlex.l: Add ASCII token. - * ldgram.y: Add parsing of the ASCII command. - * ldlang.c (lang_add_string): Add maximum size parameter. Move - escape character handling code into separate function. - * ldlang.h (lang_add_string): Update prototype. - * NEWS: Mention the new feature. - * ld.texi (Output Section Data): Document the new directives. - * testsuite/ld-scripts/asciz.t: Adjust to work on more architectures - and to test more aspects of the ASCIZ directive. - * testsuite/ld-scripts/asciz.d: Adjust to match the changes to the - test linker script. - * testsuite/ld-scripts/ascii.d: New test driver. - * testsuite/ld-scripts/ascii.s: New test assembler source. - * testsuite/ld-scripts/ascii.t: New test script. - * testsuite/ld-scripts/script.exp: Run the new test. - 2023-02-15 Nick Clifton <nickc@redhat.com> PR 30078 |