freebsd-dev/sys/boot/ficl
Robert Watson 02f21ea80b Give mips64 its own ficl configuration that sizes pointers/etc suitably for
a 64-bit architecture, rather than trying to share the 32-bit MIPS ficl
configuration.

When building ficl on MIPS, don't conflate 32-bit and 64-bit ISAs -- unlike
x86, we don't want a 32-bit loader on a 64-bit CPU.  Use quite conservative
code generation -- e.g., softfloat, no GOT, etc -- suitable for early boot.

MFC after:	3 weeks
Sponsored by:	DARPA, AFRL
2014-02-23 22:10:25 +00:00
..
amd64
arm Fix two broken macros. 2013-04-07 05:40:49 +00:00
i386
ia64
mips
mips64 Give mips64 its own ficl configuration that sizes pointers/etc suitably for 2014-02-23 22:10:25 +00:00
powerpc
softwords
sparc64
dict.c
ficl.c
ficl.h
fileaccess.c
float.c
loader.c Fix the freaddir implementation for the stand-alone interpreter. 2013-08-09 19:10:56 +00:00
Makefile Give mips64 its own ficl configuration that sizes pointers/etc suitably for 2014-02-23 22:10:25 +00:00
math64.c
math64.h
prefix.c
search.c
stack.c
testmain.c
tools.c The CELL fields can be various integer types depending on the platform 2013-04-07 05:53:42 +00:00
unix.c
vm.c
words.c