Commit Graph

9 Commits

Author SHA1 Message Date
Jonas Maebe
4c7c8b9c3a * fixed mtfsb0 instruction for assembler reader/writer
* fixed initialisation of fpscr register to avoid spurious SIGPFE's
    (uses mtfsb0 instruction, so added extra define in options.pas to avoid
    requiring to start with a cross compiler)
2004-01-10 00:16:20 +00:00
Jonas Maebe
c90bd004c1 * fixed signal handling under 10.3.2, still have to verify whether it's
backwards compatible
2004-01-08 21:52:34 +00:00
Jonas Maebe
82343a6dc6 * first working version of the Darwin/Mac OS X (for PowerPC) RTL
Several non-essential units are still missing, but make cycle works
2004-01-04 20:05:38 +00:00
Jonas Maebe
f2406a4211 - removed (replaced by sig_cpu.inc to avoid name clashes) 2004-01-04 19:27:12 +00:00
Jonas Maebe
a24d314b12 - removed (use the ones on the system) 2004-01-04 19:12:11 +00:00
florian
24a5d569cd * basic setup; derived from FreeBSD and Linux 2003-05-20 23:56:40 +00:00
Jonas Maebe
91891959ea + initial revision 2002-09-08 09:00:17 +00:00
peter
9f31783a0a * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
Jonas Maebe
6c202898f6 + crt0.o file, compiled from the Darwin Csu module sources of 2002/09/06.
Can't just put an assembler file here, because it's composed of 2
    assembler files and a C file. No idea whether it will actually
    work on OS X 10.1.x (may require 10.2.x, since it's from the main
    branch)
2002-09-06 16:43:26 +00:00