summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2019-09-03 15:08:28 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2019-09-03 15:08:28 +0000
commit2f2aeda98f3aa24034a700e7efcb6c1a9397836f (patch)
tree5b5243531a267cc134be476ce30f7405ea5998a4 /contrib
parent934392185369af22fee845e4edd92c420b8c248b (diff)
Remove Cell Broadband Engine SPU targets
From-SVN: r275343
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog5
-rw-r--r--contrib/compare-all-tests2
-rw-r--r--contrib/config-list.mk2
-rw-r--r--contrib/header-tools/ChangeLog5
-rw-r--r--contrib/header-tools/README2
-rwxr-xr-xcontrib/header-tools/reduce-headers3
6 files changed, 14 insertions, 5 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index af7b08b327e..95a64658b62 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * compare-all-tests (all_targets): Remove references to spu.
+ * config-list.mk (LIST): Likewise.
+
2019-09-02 Alexander Monakov <amonakov@ispras.ru>
* vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
diff --git a/contrib/compare-all-tests b/contrib/compare-all-tests
index 7851a1b2b61..502cc64f522 100644
--- a/contrib/compare-all-tests
+++ b/contrib/compare-all-tests
@@ -34,7 +34,7 @@ s390_opts='-m31 -m31/-mzarch -m64'
sh_opts='-m3 -m3e -m4 -m4a -m4al -m4/-mieee -m1 -m1/-mno-cbranchdi -m2a -m2a/-mieee -m2e -m2e/-mieee'
sparc_opts='-mcpu=v8/-m32 -mcpu=v9/-m32 -m64'
-all_targets='alpha arm avr bfin cris fr30 frv h8300 ia64 iq2000 m32c m32r m68k mcore mips mmix mn10300 pa pdp11 ppc sh sparc spu v850 vax xstormy16 xtensa' # e500
+all_targets='alpha arm avr bfin cris fr30 frv h8300 ia64 iq2000 m32c m32r m68k mcore mips mmix mn10300 pa pdp11 ppc sh sparc v850 vax xstormy16 xtensa' # e500
test_one_file ()
{
diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index 69c826e649a..8c37cdb628c 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -90,7 +90,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
sparc-leon3-linux-gnuOPT-enable-target=all sparc-netbsdelf \
sparc64-sun-solaris2.11OPT-with-gnu-ldOPT-with-gnu-asOPT-enable-threads=posix \
sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \
- sparc64-netbsd sparc64-openbsd spu-elf \
+ sparc64-netbsd sparc64-openbsd \
tilegx-linux-gnu tilegxbe-linux-gnu tilepro-linux-gnu \
v850e-elf v850-elf v850-rtems vax-linux-gnu \
vax-netbsdelf vax-openbsd visium-elf x86_64-apple-darwin \
diff --git a/contrib/header-tools/ChangeLog b/contrib/header-tools/ChangeLog
index 8977a000cd9..64154730f84 100644
--- a/contrib/header-tools/ChangeLog
+++ b/contrib/header-tools/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * README: Remove references to spu.
+ * reduce-headers: Likewise.
+
2017-07-02 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>
diff --git a/contrib/header-tools/README b/contrib/header-tools/README
index 3b20e515da1..592af3ab60d 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 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"
-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 26a7df9dc6c..8363736d0c8 100755
--- a/contrib/header-tools/reduce-headers
+++ b/contrib/header-tools/reduce-headers
@@ -32,8 +32,7 @@ target_priority = [
"powerpc-eabisimaltivec",
"rs6000-ibm-aix5.1.0",
"sh-superh-elf",
- "sparc64-elf",
- "spu-elf"
+ "sparc64-elf"
]