summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/i960sim/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-06-083-8/+14
| | | | | | | * configure.in: Add bspopts.h. * include/.cvsignore: Add bspopts.h*, stamp-h*. * include/Makefile.am: Use *_HEADERS instead of *H_FILES. * include/bsp.h: Include bspopts.h.
* Removed unused macro.Joel Sherrill2000-08-011-17/+0
|
* Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill2000-07-111-2/+2
| | | | | | | 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.
* Added i960sim BSP which (ignoring the 3 instructions not supportedJoel Sherrill2000-06-123-0/+129
by gdb 5.0's i960 simulator) is enough to run hello world.