diff options
author | Alan Modra <amodra@gmail.com> | 2020-04-21 11:06:53 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-04-21 11:35:43 +0930 |
commit | fad3d2c1b268735fe6bfa280a8e4e260fb0196a7 (patch) | |
tree | 0684428fcd0605405ee4382be78831492fabe6bf /include/ChangeLog | |
parent | 0ff8f4b9f0839f04868aac6fa2f7ca8cf14ef7ca (diff) | |
download | gdb-fad3d2c1b268735fe6bfa280a8e4e260fb0196a7.zip gdb-fad3d2c1b268735fe6bfa280a8e4e260fb0196a7.tar.gz gdb-fad3d2c1b268735fe6bfa280a8e4e260fb0196a7.tar.bz2 |
Remove SH-5 remnants
git commit 211dc24b87 removed most sh5 and sh64 SuperH support, after
they were obsoleted by git commit 2b213129c5. This patch removes a
few remaining pieces that should have gone with 211dc24b87.
include/
* elf/sh.h (STO_SH5_ISA32, SHF_SH5_ISA32, SHF_SH5_ISA32_MIXED),
(SHT_SH5_CR_SORTED, STT_DATALABEL): Delete.
bfd/
* elf32-sh.c (sh_elf_relocate_section): Remove STO_SH5_ISA32
processing.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 42698b2..1829ec5 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2020-04-21 Alan Modra <amodra@gmail.com> + + * elf/sh.h (STO_SH5_ISA32, SHF_SH5_ISA32, SHF_SH5_ISA32_MIXED), + (SHT_SH5_CR_SORTED, STT_DATALABEL): Delete. + 2020-04-10 Fangrui Song <maskray@google.com> PR binutils/24613 |