diff options
author | Dimitar Dimitrov <dimitar@dinux.eu> | 2021-05-10 14:00:00 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-05-10 14:00:00 +0100 |
commit | 5b45e89f56db79fc22ecbb1657eff8ef39fc2c5f (patch) | |
tree | 615c47ed75ce7f0fc1057af369573119703388ab /ld/ChangeLog | |
parent | 261980de18b895d270dc7876d22b706db696e669 (diff) | |
download | binutils-5b45e89f56db79fc22ecbb1657eff8ef39fc2c5f.zip binutils-5b45e89f56db79fc22ecbb1657eff8ef39fc2c5f.tar.gz binutils-5b45e89f56db79fc22ecbb1657eff8ef39fc2c5f.tar.bz2 |
Enable linker garbage collection for the PRU target.
bfd * elf32-pru.c (elf_backend_can_gc_sections): Define as 1.
ld * testsuite/ld-elf/group8a.d: Remove pru from XFAIL list.
* testsuite/ld-elf/group8b.d: Ditto.
* testsuite/ld-elf/group9a.d: Ditto.
* testsuite/ld-elf/group9b.d: Ditto.
* testsuite/ld-elf/pr12851.d: Ditto.
* testsuite/ld-elf/pr22677.d: Ditto.
* testsuite/lib/ld-lib.exp (check_gc_sections_available): Remove
pru from list.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b66e722..e92638a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,16 @@ 2021-05-10 Dimitar Dimitrov <dimitar@dinux.eu> + * testsuite/ld-elf/group8a.d: Remove pru from XFAIL list. + * testsuite/ld-elf/group8b.d: Ditto. + * testsuite/ld-elf/group9a.d: Ditto. + * testsuite/ld-elf/group9b.d: Ditto. + * testsuite/ld-elf/pr12851.d: Ditto. + * testsuite/ld-elf/pr22677.d: Ditto. + * testsuite/lib/ld-lib.exp (check_gc_sections_available): Remove + pru from list. + +2021-05-10 Dimitar Dimitrov <dimitar@dinux.eu> + * scripttempl/pru.sc (.resource_table): Add ALIGN directive. Use symbols for memory sizes. |