aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl/prefix.c
Commit message (Collapse)AuthorAgeFilesLines
* Make ficl work on sparc64. The assumption that int == long == void * isScott Long2002-08-311-1/+1
| | | | | | | | | | | | very pervasive in this code. This fixes a few of those assumptions and band-aids over some others. Tested on: ia32 alpha sparc64 Reviewed by: peter jake (in concept) Notes: svn path=/head/; revision=102657
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isDaniel C. Sobral2002-04-091-14/+22
| | | | | | | | | | | due Jon Mini. PR: 36308 Submitted by: Jon Mini <mini@haikugeek.com> MFC after: 4 weeks Notes: svn path=/head/; revision=94290
* Bring in ficl 2.05.Daniel C. Sobral2001-04-291-0/+191
This version has a step debugger, which now completely replaces the old trace feature. Also, we moved all of the FreeBSD-specific MI code to loader.c, reducing the diff between this and the official FICL distribution. Notes: svn path=/head/; revision=76116