* 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.
From-SVN: r248983
+2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * 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.
+
2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
extra_headers="ppc-asm.h altivec.h htmintrin.h htmxlintrin.h"
extra_headers="${extra_headers} bmi2intrin.h bmiintrin.h x86intrin.h"
extra_headers="${extra_headers} ppu_intrinsics.h spu2vmx.h vec_types.h si2vmx.h"
- extra_headers="${extra_headers} spe.h paired.h"
+ extra_headers="${extra_headers} paired.h"
case x$with_cpu in
xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456789]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500)
cpu_is_64bit=yes
powerpc*-*-linux*altivec*)
tm_file="${tm_file} rs6000/linuxaltivec.h" ;;
powerpc*-*-linux*spe*)
- tm_file="${tm_file} rs6000/linuxspe.h rs6000/e500.h" ;;
+ tm_file="${tm_file} ${cpu_type}/linuxspe.h ${cpu_type}/e500.h" ;;
powerpc*-*-linux*paired*)
tm_file="${tm_file} rs6000/750cl.h" ;;
esac
(include "vector.md")
(include "vsx.md")
(include "altivec.md")
-(include "spe.md")
(include "dfp.md")
(include "paired.md")
(include "crypto.md")
$(srcdir)/config/rs6000/altivec.md \
$(srcdir)/config/rs6000/crypto.md \
$(srcdir)/config/rs6000/htm.md \
- $(srcdir)/config/rs6000/spe.md \
$(srcdir)/config/rs6000/dfp.md \
$(srcdir)/config/rs6000/paired.md