summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/i960sim/startup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-011-5/+4
| | | | | | | * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
| | | | | * console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am, clock/Makefile.am: Include compile.am
* 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.