This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA][1/3] Remove Cell Broadband Engine SPU targets


On 9/2/19 2:16 PM, Ulrich Weigand wrote:
> Hello,
> 
> as announced here: https://gcc.gnu.org/ml/gcc/2019-04/msg00023.html
> we have declared the spu-elf target obsolete in GCC 9 with the goal
> of removing support in GCC 10.  Nobody has stepped up to take over
> maintainership of the target.
> 
> This patch set therefore removes this target and all references
> to it from the GCC source tree.  (libstdc++ and testsuite are
> done as separate patches, this patch handles everything else.)
> 
> Tested on s390x-ibm-linux.
> 
> OK for mainline?
> 
> (Deleted directories omitted from patch.)
> 
> Bye,
> Ulrich
> 
> 
> ChangeLog:
> 
> 	* MAINTAINERS: Remove spu port maintainers.
> 
> contrib/ChangeLog:
> 
> 	* compare-all-tests (all_targets): Remove references to spu.
> 	* config-list.mk (LIST): Likewise.
> 
> contrib/header-tools/ChangeLog:
> 
> 	* README: Remove references to spu.
> 	* reduce-headers: Likewise.
> 
> libbacktrace/ChangeLog:
> 
> 	* configure.ac: Remove references to spu.
> 	* configure: Regenerate.
> 
> libcpp/ChangeLog:
> 
> 	* directives.c: Remove references to spu from comments.
> 	* expr.c: Likewise.
> 
> libgcc/ChangeLog:
> 
> 	* config.host: Remove references to spu.
> 	* config/spu/: Remove directory.
> 
> gcc/ChangeLog:
> 
> 	* config.gcc: Obsolete spu target.  Remove references to spu.
> 	* configure.ac: Remove references to spu.
> 	* configure: Regenerate.
> 	* config/spu/: Remove directory.
> 	* common/config/spu/: Remove directory.
> 
> 	* doc/extend.texi: Remove references to spu.
> 	* doc/invoke.texi: Likewise.
> 	* doc/md.texi: Likewise.
> 	* doc/sourcebuild.texi: Likewise.
OK for all 3 patches.  Similarly for removing any other remnants you
might find later.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]