summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
1998-05-04fixed swap of unsigned16Joel Sherrill1-6/+6
1998-04-30Fixed case where wrong variable was used.Joel Sherrill1-1/+1
1998-04-27Added I386_HAS_BSWAP cpu model feature flag so swap u32 could takeJoel Sherrill1-10/+28
1998-04-27Added swap of unsigned16Joel Sherrill11-3/+69
1998-04-27Fixed spelling errors.Joel Sherrill1-3/+3
1998-04-27Fixed trace bit manipulation per requests from Eric Norum and Chris Johns.Joel Sherrill1-11/+3
1998-04-27Fixed CVS IdJoel Sherrill1-1/+1
1998-04-15Added bh, ch, dh, bl, cl, and dl register macros.Joel Sherrill1-0/+7
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill2-2/+1
1998-04-14Refreshing effort from Avenger.Joel Sherrill8-322/+1046
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 Sherrill3-32/+36
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 Sherrill1-2/+2
1998-03-24Corrected register constraints per suggestion from Thomas Doerfler, IMDJoel Sherrill2-6/+6
1998-03-24More cpu model flags converted to using cpp predefines.Joel Sherrill1-2/+2
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill2-14/+14
1998-03-21Fixed spacing to be consistent with other CPUs.Joel Sherrill1-1/+1
1998-03-20Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-81/+75
1998-03-20SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill13-0/+2869
1998-02-17updated copyright to 1998Joel Sherrill59-59/+59
1998-02-17Swapped C++ and ASM "endifs"Joel Sherrill1-2/+2
1998-02-04Ralf Corsepius noticed that generally was spelled incorrectly.Joel Sherrill11-11/+11
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill11-44/+22
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
1998-01-20Removed warning per Chris John's suggestion.Joel Sherrill1-1/+1
1998-01-20Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill11-11/+11
1997-12-22Changed from .align to .p2align to avoid differences in meaning ofJoel Sherrill1-6/+6
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill11-11/+44
1997-11-29Patch from Chris Johns to filter out the trace bit on CPU modelsJoel Sherrill1-2/+5
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill65-130/+130
1997-10-08Removed include directory at "build" point and the link of this directoryJoel Sherrill10-53/+53
1997-08-22Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1-2/+2
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1-2/+55
1997-07-10Strip the trace bit from the SR register when dispatching a thread whenJoel Sherrill1-3/+5
1997-07-09Repository damaged -- files readded.Joel Sherrill2-0/+411
1997-07-09Added sp, sfc, and fpcsr register defines.Joel Sherrill1-0/+4
1997-05-28Added support for context switching the data used by the gcc m68kJoel Sherrill3-0/+108
1997-04-22Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill3-3/+150
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 Sherrill6-62/+19
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill66-294/+294
1997-04-16Added FPSP support for MC68040Joel Sherrill3-5/+71
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill10-1/+104
1997-04-07added initialization of variable to eliminate warning.Joel Sherrill1-1/+1
1997-04-07added "ifndef" to avoid redefinition warning.Joel Sherrill2-0/+4
1997-04-07added volatile to Switch_necessary structure member to avoid warning.Joel Sherrill1-2/+2
1997-04-07added test to avoid spurious errorJoel Sherrill1-1/+1