Skip to content

Commit 2f2aeda

Browse files
Ulrich WeigandUlrich Weigand
authored andcommitted
Remove Cell Broadband Engine SPU targets
From-SVN: r275343
1 parent 9343921 commit 2f2aeda

File tree

273 files changed

+299
-34017
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+299
-34017
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
2+
3+
* MAINTAINERS: Remove spu port maintainers.
4+
15
2019-08-28 Martin Liska <mliska@suse.cz>
26

37
* .gitignore: Add .clangd and compile_commands.json

MAINTAINERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ sh port Alexandre Oliva <aoliva@gcc.gnu.org>
109109
sh port Oleg Endo <olegendo@gcc.gnu.org>
110110
sparc port David S. Miller <davem@redhat.com>
111111
sparc port Eric Botcazou <ebotcazou@libertysurf.fr>
112-
spu port Trevor Smigiel <trevor_smigiel@playstation.sony.com>
113-
spu port David Edelsohn <dje.gcc@gmail.com>
114-
spu port Ulrich Weigand <uweigand@de.ibm.com>
115112
tilegx port Walter Lee <walt@tilera.com>
116113
tilepro port Walter Lee <walt@tilera.com>
117114
v850 port Nick Clifton <nickc@redhat.com>

contrib/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
2+
3+
* compare-all-tests (all_targets): Remove references to spu.
4+
* config-list.mk (LIST): Likewise.
5+
16
2019-09-02 Alexander Monakov <amonakov@ispras.ru>
27

38
* vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.

contrib/compare-all-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ s390_opts='-m31 -m31/-mzarch -m64'
3434
sh_opts='-m3 -m3e -m4 -m4a -m4al -m4/-mieee -m1 -m1/-mno-cbranchdi -m2a -m2a/-mieee -m2e -m2e/-mieee'
3535
sparc_opts='-mcpu=v8/-m32 -mcpu=v9/-m32 -m64'
3636

37-
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
37+
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
3838

3939
test_one_file ()
4040
{

contrib/config-list.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
9090
sparc-leon3-linux-gnuOPT-enable-target=all sparc-netbsdelf \
9191
sparc64-sun-solaris2.11OPT-with-gnu-ldOPT-with-gnu-asOPT-enable-threads=posix \
9292
sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \
93-
sparc64-netbsd sparc64-openbsd spu-elf \
93+
sparc64-netbsd sparc64-openbsd \
9494
tilegx-linux-gnu tilegxbe-linux-gnu tilepro-linux-gnu \
9595
v850e-elf v850-elf v850-rtems vax-linux-gnu \
9696
vax-netbsdelf vax-openbsd visium-elf x86_64-apple-darwin \

contrib/header-tools/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
2+
3+
* README: Remove references to spu.
4+
* reduce-headers: Likewise.
5+
16
2017-07-02 Richard Sandiford <richard.sandiford@linaro.org>
27
Alan Hayward <alan.hayward@arm.com>
38
David Sherwood <david.sherwood@arm.com>

contrib/header-tools/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ reduce-headers
203203
these targets. They are also known to the tool. When building targets it
204204
will check those targets before the rest.
205205
This coverage can be achieved by building config-list.mk with :
206-
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"
206+
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"
207207

208208
-b specifies the native bootstrapped build root directory
209209
-t specifies a target build root directory that config-list.mk was run from

contrib/header-tools/reduce-headers

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ target_priority = [
3232
"powerpc-eabisimaltivec",
3333
"rs6000-ibm-aix5.1.0",
3434
"sh-superh-elf",
35-
"sparc64-elf",
36-
"spu-elf"
35+
"sparc64-elf"
3736
]
3837

3938

gcc/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
2+
3+
* config.gcc: Obsolete spu target. Remove references to spu.
4+
* configure.ac: Remove references to spu.
5+
* configure: Regenerate.
6+
* config/spu/: Remove directory.
7+
* common/config/spu/: Remove directory.
8+
9+
* doc/extend.texi: Remove references to spu.
10+
* doc/invoke.texi: Likewise.
11+
* doc/md.texi: Likewise.
12+
* doc/sourcebuild.texi: Likewise.
13+
114
2019-09-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
215

316
PR middle-end/91603

gcc/common/config/spu/spu-common.c

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)