summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/i960sim/startup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill2000-07-111-1/+4
| | | | | | | routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960.
* Removed unused directories from Makefile.am and warningsJoel Sherrill2000-06-131-0/+2
| | | | from cvs by adding .cvsignore files.
* Added i960sim BSP which (ignoring the 3 instructions not supportedJoel Sherrill2000-06-123-0/+189
by gdb 5.0's i960 simulator) is enough to run hello world.