This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r248983 - in /trunk/gcc: ChangeLog config.gcc c...
- From: segher at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 07 Jun 2017 15:27:45 -0000
- Subject: r248983 - in /trunk/gcc: ChangeLog config.gcc c...
Author: segher
Date: Wed Jun 7 15:27:45 2017
New Revision: 248983
URL: https://gcc.gnu.org/viewcvs?rev=248983&root=gcc&view=rev
Log:
rs6000: Remove spe.md, spe.h, linuxspe.h
* config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
(powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
* config/rs6000/linuxspe.h: Delete file.
* config/rs6000/rs6000.md: Don't include spe.md.
* config/rs6000/spe.h: Delete file.
* config/rs6000/spe.md: Delete file.
* config/rs6000/t-rs6000: Remove spe.md.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config.gcc
trunk/gcc/config/rs6000/rs6000.md
trunk/gcc/config/rs6000/t-rs6000