This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH 0/9] rs6000: SPE removal, part 2
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: gcc-patches at gcc dot gnu dot org
- Cc: dje dot gcc at gmail dot com, Segher Boessenkool <segher at kernel dot crashing dot org>
- Date: Tue, 13 Jun 2017 12:53:07 +0000
- Subject: [PATCH 0/9] rs6000: SPE removal, part 2
- Authentication-results: sourceware.org; auth=none
This patch series makes further updates to remove SPE from the rs6000
port. The only thing that should be left now is the documentation.
Tested on powerpc64-linux {-m32,-m64}; I'll test on some more systems and
commit later today.
Segher
gcc/config/rs6000/eabispe.h | 26 ----------
gcc/config/rs6000/rs6000-modes.def | 15 ++++--
gcc/config/rs6000/rs6000-opts.h | 1 -
gcc/config/rs6000/rs6000.c | 97 +++++++++++++-------------------------
gcc/config/rs6000/rs6000.h | 12 +----
gcc/config/rs6000/t-linux | 4 --
gcc/config/rs6000/t-rtems | 6 +--
gcc/config/rs6000/t-spe | 72 ----------------------------
gcc/config/rs6000/vxworks.h | 8 +---
gcc/config/rs6000/vxworksae.h | 4 --
gcc/config/rs6000/vxworksmils.h | 4 --
11 files changed, 48 insertions(+), 201 deletions(-)
delete mode 100644 gcc/config/rs6000/eabispe.h
delete mode 100644 gcc/config/rs6000/t-spe
--
1.9.3