diff options
author | Oleg Endo <olegendo@gcc.gnu.org> | 2016-04-30 09:11:03 +0000 |
---|---|---|
committer | Oleg Endo <olegendo@gcc.gnu.org> | 2016-04-30 09:11:03 +0000 |
commit | bc6d901463cf9173fdce15c22bbb85f274ce3565 (patch) | |
tree | 61d8b04e14692728276576e7938ca4863d94aa68 /libada/ChangeLog | |
parent | c41de70aca6d2c0c848dbf5671852eb43e8f561f (diff) | |
download | gcc-bc6d901463cf9173fdce15c22bbb85f274ce3565.tar.gz |
config.guess: Remove SH5 support.
/
* config.guess: Remove SH5 support.
* config.sub: Likewise.
* configure: Likewise.
* configure.ac: Likewise.
config/
* picflag.m4: Remove SH5 support.
gcc/
* config/sh/t-sh: Remove SH5 support.
* config.gcc: Likewise.
* configure: Likewise.
contrib/
* compare-all-tests: Remove SH5 support.
* config-list.mk: Likewise.
libada/
* configure: Remove SH5 support.
libgcc/
* config.host: Remove SH5 support.
* configure: Likewise.
libiberty/
* configure: Remove SH5 support.
libjava/
* classpath/config.guess: Remove SH5 support.
* classpath/config.sub: Likewise.
From-SVN: r235676
Diffstat (limited to 'libada/ChangeLog')
-rw-r--r-- | libada/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog index 9ba85572a2d..a790c5b3078 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2016-04-30 Oleg Endo <olegendo@gcc.gnu.org> + + * configure: Remove SH5 support. + 2016-01-04 Jakub Jelinek <jakub@redhat.com> Update copyright years. |