opnsense-src/gnu/usr.bin/cc/cc_tools
Justin Hibbits dc9b124d66 Create a new MACHINE_ARCH for Freescale PowerPC e500v2
Summary:
The Freescale e500v2 PowerPC core does not use a standard FPU.
Instead, it uses a Signal Processing Engine (SPE)--a DSP-style vector processor
unit, which doubles as a FPU.  The PowerPC SPE ABI is incompatible with the
stock powerpc ABI, so a new MACHINE_ARCH was created to deal with this.
Additionaly, the SPE opcodes overlap with Altivec, so these are mutually
exclusive.  Taking advantage of this fact, a new file, powerpc/booke/spe.c, was
created with the same function set as in powerpc/powerpc/altivec.c, so it
becomes effectively a drop-in replacement.  setjmp/longjmp were modified to save
the upper 32-bits of the now-64-bit GPRs (upper 32-bits are only accessible by
the SPE).

Note: This does _not_ support the SPE in the e500v1, as the e500v1 SPE does not
support double-precision floating point.

Also, without a new MACHINE_ARCH it would be impossible to provide binary
packages which utilize the SPE.

Additionally, no work has been done to support ports, work is needed for this.
This also means no newer gcc can yet be used.  However, gcc's powerpc support
has been refactored which would make adding a powerpcspe-freebsd target very
easy.

Test Plan:
This was lightly tested on a RouterBoard RB800 and an AmigaOne A1222
(P1022-based) board, compiled against the new ABI.  Base system utilities
(/bin/sh, /bin/ls, etc) still function appropriately, the system is able to boot
multiuser.

Reviewed By:	bdrewery, imp
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D5683
2016-10-22 01:57:15 +00:00
..
arm.md.diff Remove gratuitous white space change. 2006-11-06 02:49:19 +00:00
auto-host.h After the binutils 2.17.50 import, the assembler supports AS_REL16 2012-07-08 17:02:14 +00:00
elfos-undef.h Add FreeBSD/MIPS support to GCC. 2008-09-01 18:46:03 +00:00
freebsd-native.h Spell 1200000 correctly. 2016-07-08 00:52:53 +00:00
freebsd.opt Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
i386-freebsd.opt Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
Makefile WITH_META_MODE: Don't expect a .meta file for side-effect generated files. 2016-06-15 23:57:53 +00:00
Makefile.dep Convert to new FAST_DEPEND syntax for guessed dependencies. 2016-06-15 23:57:46 +00:00
Makefile.depend DIRDEPS_BUILD: Update GCC dependencies. 2016-06-04 17:37:25 +00:00
Makefile.hdrs Create a new MACHINE_ARCH for Freescale PowerPC e500v2 2016-10-22 01:57:15 +00:00
size-host.h Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00