Relinking rom32.o twice seems flaky - make third link stage.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 6 Jul 2008 13:56:14 +0000 (09:56 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 6 Jul 2008 13:56:14 +0000 (09:56 -0400)
commitd28997715307a0c44d727f8099b4ac88bf95b1ef
tree009fe35a70dc21a666e3a9ba1ea6da05cd84b469
parentccaf1c52751ef9fa045302d9e2d708f47761a5d5
Relinking rom32.o twice seems flaky - make third link stage.

Sigh - ld seems to move things around when relinking files.  So,
    separate out the link stages so that everything is incremental.
Also, improve diagnostics of checkrom.py tool.
Makefile
src/rombios.lds.S [new file with mode: 0644]
src/rombios16.lds.S
src/rombios32.lds.S
tools/checkrom.py