From 0f7d9ee5bc055de8cfa46a5e650613ebb7aa5aac Mon Sep 17 00:00:00 2001 From: tbsaunde Date: Tue, 21 Jun 2016 21:57:44 +0000 Subject: remove avr-rtems support contrib/ChangeLog: 2016-06-21 Trevor Saunders * config-list.mk: Stop testing avr-rtems. libgcc/ChangeLog: 2016-06-21 Trevor Saunders * config.host: Remove support for avr-rtems. * config/avr/t-rtems: Remove. ChangeLog: 2016-06-21 Trevor Saunders * configure: Regenerate. * configure.ac: Remove support for avr-rtems. gcc/ChangeLog: 2016-06-21 Trevor Saunders * config.gcc: Remove support for avr-rtems. * config/avr/gen-avr-mmcu-specs.c: Likewise. * config/avr/rtems.h: Remove. * config/avr/t-rtems: Remove. contrib/header-tools/ChangeLog: 2016-06-21 Trevor Saunders * README: Remove references to avr-rtems. * reduce-headers: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237665 138bc75d-0d04-0410-961f-82ee72b054a4 --- contrib/ChangeLog | 4 ++++ contrib/config-list.mk | 2 +- contrib/header-tools/ChangeLog | 5 +++++ contrib/header-tools/README | 2 +- contrib/header-tools/reduce-headers | 1 - 5 files changed, 11 insertions(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/ChangeLog b/contrib/ChangeLog index feb5f173f06b..faebe41c8539 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2016-06-21 Trevor Saunders + + * config-list.mk: Stop testing avr-rtems. + 2016-06-21 Trevor Saunders * config-list.mk: Stop testing m32r-rtems. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index cdb89ddf424a..fb6e4756bcf6 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -37,7 +37,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ arc-linux-uclibcOPT-with-cpu=arc700 arceb-linux-uclibcOPT-with-cpu=arc700 \ arm-wrs-vxworks arm-netbsdelf \ arm-linux-androideabi arm-uclinux_eabi arm-eabi arm-rtems \ - arm-symbianelf avr-rtemsOPT-enable-obsolete avr-elf \ + arm-symbianelf avr-elf \ bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \ c6x-elf c6x-uclinux cr16-elf cris-elf cris-linux crisv32-elf crisv32-linux \ epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \ diff --git a/contrib/header-tools/ChangeLog b/contrib/header-tools/ChangeLog index 9baeaa6548d8..bf89e6c2da9e 100644 --- a/contrib/header-tools/ChangeLog +++ b/contrib/header-tools/ChangeLog @@ -1,3 +1,8 @@ +2016-06-21 Trevor Saunders + + * README: Remove references to avr-rtems. + * reduce-headers: Likewise. + 2015-11-11 Andrew MacLeod * count-headers: Initial file. diff --git a/contrib/header-tools/README b/contrib/header-tools/README index 05d3b97f62a1..3b20e515da11 100644 --- a/contrib/header-tools/README +++ b/contrib/header-tools/README @@ -203,7 +203,7 @@ reduce-headers these targets. They are also known to the tool. When building targets it will check those targets before the rest. This coverage can be achieved by building config-list.mk with : - LIST="aarch64-linux-gnu arm-netbsdelf avr-rtems c6x-elf epiphany-elf hppa2.0-hpux10.1 i686-mingw32crt i686-pc-msdosdjgpp mipsel-elf powerpc-eabisimaltivec rs6000-ibm-aix5.1.0 sh-superh-elf sparc64-elf spu-elf" + LIST="aarch64-linux-gnu arm-netbsdelf c6x-elf epiphany-elf hppa2.0-hpux10.1 i686-mingw32crt i686-pc-msdosdjgpp mipsel-elf powerpc-eabisimaltivec rs6000-ibm-aix5.1.0 sh-superh-elf sparc64-elf spu-elf" -b specifies the native bootstrapped build root directory -t specifies a target build root directory that config-list.mk was run from diff --git a/contrib/header-tools/reduce-headers b/contrib/header-tools/reduce-headers index e4f4d7b123dc..26a7df9dc6c7 100755 --- a/contrib/header-tools/reduce-headers +++ b/contrib/header-tools/reduce-headers @@ -23,7 +23,6 @@ no_remove = [ "system.h", "coretypes.h", "config.h" , "bconfig.h", "backend.h" ] target_priority = [ "aarch64-linux-gnu", "arm-netbsdelf", - "avr-rtems", "c6x-elf", "epiphany-elf", "hppa2.0-hpux10.1", -- cgit v1.2.3