diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2017-07-20 00:39:57 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2017-07-20 00:39:57 +0100 |
commit | 2018ef80ae7ebbe410aed0e30367fca27e3eb2d8 (patch) | |
tree | f8a3f66b3404ce3fd32b06b39e438e5fc31f8c80 /ld | |
parent | f2e6a8430e72d58e70aaaaefbb32dc3953d5cf33 (diff) | |
download | gdb-2018ef80ae7ebbe410aed0e30367fca27e3eb2d8.zip gdb-2018ef80ae7ebbe410aed0e30367fca27e3eb2d8.tar.gz gdb-2018ef80ae7ebbe410aed0e30367fca27e3eb2d8.tar.bz2 |
PR ld/16656: Add missing annotation to the relevant ChangeLog entries
Add PR ld/16656 annotation to ChangeLog entries for commit 9a0f1d5099fa
("LD/testsuite: Conditionalize the placement of `.dynamic' in
GNU_RELRO") and commit ("LD/testsuite: Conditionalize the placement of
`.got' in GNU_RELRO").
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 534204d..ee309d4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -29,12 +29,14 @@ 2017-07-18 Maciej W. Rozycki <macro@imgtec.com> + PR ld/16656 * testsuite/ld-elf/binutils.exp (binutils_test): Make the expectation for `.got' in GNU_RELRO segment target-specific. Handle `.got.plt' separately. 2017-07-18 Maciej W. Rozycki <macro@imgtec.com> + PR ld/16656 * testsuite/ld-elf/binutils.exp (binutils_test): Make the expectation for `.dynamic' in GNU_RELRO segment target-specific. |