summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing Makefile.in and adding Makefile.am. These were missed in conversionJoel Sherrill1999-12-212-0/+46
| | | | to automake by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* Updated copyright notice.Joel Sherrill1999-11-172-4/+2
|
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-042-8/+12
| | | | | | | | | | | particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
* Fixed paths to include files so this will build.Joel Sherrill1999-03-312-6/+6
|
* updated copyright to 1998Joel Sherrill1998-02-172-2/+2
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-082-4/+4
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-222-10/+10
| | | | of switching to the modified GNU GPL.
* commented out sccs_id's to eliminate warnings.Joel Sherrill1997-04-072-6/+14
|
* added $ string to file headerJoel Sherrill1996-09-115-2/+5
|
* added definition of EXT_INT5Joel Sherrill1996-09-081-1/+1
|
* removed need for exceptbdr.h fileJoel Sherrill1996-09-061-1/+1
|
* new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill1996-09-065-0/+483
Derrick Ostertag (ostertag@transition.com).