update documentation files for mips64 port

This commit is contained in:
Rich Felker 2016-03-06 17:48:58 +00:00
parent 83933573af
commit 589aefa5b0
2 changed files with 11 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Gianluca Anzolin
Hauke Mehrtens Hauke Mehrtens
Hiltjo Posthuma Hiltjo Posthuma
Isaac Dunham Isaac Dunham
Jaydeep Patil
Jens Gustedt Jens Gustedt
Jeremy Huntwork Jeremy Huntwork
Jo-Philipp Wich Jo-Philipp Wich
@ -55,6 +56,7 @@ Kylie McClain
Luca Barbato Luca Barbato
Luka Perkov Luka Perkov
M Farkas-Dyck (Strake) M Farkas-Dyck (Strake)
Mahesh Bodapati
Michael Forney Michael Forney
Natanael Copa Natanael Copa
Nicholas J. Kain Nicholas J. Kain
@ -123,6 +125,9 @@ Pennington for use in the ellcc project. The original code was adapted
by Rich Felker for build system and code conventions during upstream by Rich Felker for build system and code conventions during upstream
integration. It is licensed under the standard MIT terms. integration. It is licensed under the standard MIT terms.
The mips64 port was contributed by Imagination Technologies and is
licensed under the standard MIT terms.
The powerpc port was also originally written by Richard Pennington, The powerpc port was also originally written by Richard Pennington,
and later supplemented and integrated by John Spencer. It is licensed and later supplemented and integrated by John Spencer. It is licensed
under the standard MIT terms. under the standard MIT terms.

View File

@ -62,6 +62,12 @@ and ABI combinations:
* MIPS2 or later, or kernel emulation of ll/sc (standard in Linux) * MIPS2 or later, or kernel emulation of ll/sc (standard in Linux)
is required is required
* MIPS64
* ABI is n64 (LP64)
* Big-endian default; little-endian variants also supported
* Default ABI variant uses FPU registers; alternate soft-float ABI
that does not use FPU registers or instructions is available
* PowerPC * PowerPC
* Only 32-bit is supported * Only 32-bit is supported
* Compiler toolchain must provide 64-bit long double, not IBM * Compiler toolchain must provide 64-bit long double, not IBM