summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sparc/rtems.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reworked score/cpu/sparc so it can be safely compiled multilib. AllJoel Sherrill2000-07-111-7/+0
| | | | | | routines and structures that require CPU model specific information are now in libcpu. This primarily required moving erc32 specific information from score/cpu files to libcpu/sparc and the erc32 BSP.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-0/+58
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.