summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
1998-06-18Added freebsd support from Dario Alcocer <alcocer@connectnet.com>.Joel Sherrill1-2/+7
1998-06-12Added optimized version of memcpy.c to this directory since RTEMS makesJoel Sherrill1-0/+87
1998-06-03Corrected macros for assembly language program sections.Joel Sherrill2-4/+4
1998-04-27Fixed CVS IdJoel Sherrill1-1/+1
1998-04-15Added bh, ch, dh, bl, cl, and dl register macros.Joel Sherrill2-0/+14
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill1-1/+0
1998-03-31Added "sigemptyset()" call to insure that the memcmp() would work.Joel Sherrill1-0/+4
1998-03-27Changed int to unsigned32 to match cpu.h.Joel Sherrill1-1/+1
1998-03-25m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1-4/+0
1998-03-24Added _XOPEN_SOURCE definition to allow use of UNIX IPC.Joel Sherrill1-0/+1
1998-03-24Real definition for the beginning of the data section per Eric Norum'sJoel Sherrill2-4/+4
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1-4/+4
1998-03-20SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill3-0/+506
1998-02-17updated copyright to 1998Joel Sherrill12-12/+12
1998-02-04Ralf Corsepius noticed that generally was spelled incorrectly.Joel Sherrill1-1/+1
1998-01-28Change to remove warning on glibc2 systems per Ralf Corsepius'sJoel Sherrill1-1/+6
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill1-10/+0
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill14-28/+28
1997-08-22Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill2-4/+4
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill2-4/+110
1997-07-09Repository damaged -- files readded.Joel Sherrill1-0/+214
1997-07-09Added sp, sfc, and fpcsr register defines.Joel Sherrill2-0/+8
1997-05-28Added support for context switching the data used by the gcc m68kJoel Sherrill1-0/+29
1997-04-22Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill1-2/+123
1997-04-22multiprocessing fixed on linux by fixing cpu.c so correct form ofJoel Sherrill1-3/+4
1997-04-22updated with new license information per Tony Bennett.Joel Sherrill2-20/+7
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill23-70/+70
1997-04-16Added FPSP support for MC68040Joel Sherrill1-2/+19
1997-04-07added initialization of variable to eliminate warning.Joel Sherrill1-1/+1
1997-04-07added "ifndef" to avoid redefinition warning.Joel Sherrill4-0/+8
1997-04-07added "return" to eliminate warning.Joel Sherrill1-0/+2
1997-04-07added "ifndef" to avoid redefinition warningJoel Sherrill8-0/+16
1997-04-07commented out sccs_id to eliminate warning.Joel Sherrill2-6/+12
1997-04-07Replaced warning message for cpus which do not have hardware supportJoel Sherrill1-2/+3
1997-04-07changed signed int to unsigned to eliminate warningJoel Sherrill1-1/+1
1997-04-07added "ifndef" for ASM to avoid redefinition warnings.Joel Sherrill1-0/+2
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-2/+2
1997-03-10initialized a stack variable to avoid a warning.Joel Sherrill1-1/+1
1997-01-29Added include of targopts.h.Joel Sherrill13-7/+20
1997-01-15fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)Joel Sherrill1-1/+2
1996-12-02Changes to reflect new revision of erc32 per Jiri Gaisler's suggestions.Joel Sherrill3-0/+25
1996-12-02Updates from Derrick Ostertag <ostertag@transition.com> to fix bug inJoel Sherrill1-8/+15
1996-12-02Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill1-3/+19
1996-09-30fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro.Joel Sherrill1-2/+2
1996-09-18corrected white space problemsJoel Sherrill1-60/+62
1996-09-18new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill4-0/+1327
1996-09-11added $Id$ to file headersJoel Sherrill15-8/+15
1996-09-06new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill15-0/+5247
1996-08-15updates from Tony Bennett (tbennett@divnc.com)Joel Sherrill1-2/+4
1996-06-03changed so this file is usable from assembly files.Joel Sherrill2-100/+128