summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1997-04-07added ifdef to avoid warning for unused variable.Joel Sherrill1-2/+6
1997-04-07corrected integer only definitions of "FP CHECK" routines to eliminateJoel Sherrill1-3/+10
1997-04-07changed signed int to unsigned int to eliminate a warning.Joel Sherrill2-2/+2
1997-04-07removed noreturn attribute to eliminate warnings.Joel Sherrill5-10/+35
1997-04-07commented out sccs_id's to eliminate warnings.Joel Sherrill4-12/+28
1997-04-07added prototype and return statement to eliminate warnings.Joel Sherrill1-0/+4
1997-04-07commented out sccs_id's to eliminate warnings.Joel Sherrill4-12/+28
1997-04-07removed reference to no_bsp.Joel Sherrill2-8/+20
1997-04-07commented out sccs_id to eliminate warningsJoel Sherrill2-8/+20
1997-04-07added or fixed includes of page_table.h to eliminate warnings.Joel Sherrill3-2/+5
1997-04-07added cast to eliminate warningJoel Sherrill3-4/+5
1997-04-07added prototype for delay.Joel Sherrill1-0/+1
1997-04-07added global statement for start entry pointJoel Sherrill2-0/+2
1997-04-07removed noreturn from prototype to avoid warnings.Joel Sherrill6-6/+55
1997-04-07added cast to eliminate warning.Joel Sherrill1-1/+1
1997-04-07added return statement to avoid warning.Joel Sherrill1-0/+2
1997-04-07added initialization of variable to eliminate warning.Joel Sherrill2-2/+2
1997-04-07added include of unistd.h to eliminate warning for no prototype for write().Joel Sherrill1-0/+1
1997-04-07added ifdef around variables to eliminate warnings when crossJoel Sherrill1-0/+2
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
1997-04-07added prototype for missing routine.Joel Sherrill1-0/+4
1997-04-07added "return" to eliminate warning.Joel Sherrill1-0/+2
1997-04-07added "ifndef" to avoid redefinition warningJoel Sherrill5-0/+10
1997-04-07added prototypes for two assembly language routines to eliminate warnings.Joel Sherrill1-0/+9
1997-04-07commented out sccs_id to eliminate warning.Joel Sherrill4-12/+26
1997-04-07added plea for someone to implement software stack switching for m68000-ishJoel Sherrill1-0/+3
1997-04-07Replaced warning message for cpus which do not have hardware supportJoel Sherrill1-2/+3
1997-04-07initialized variable to eliminate warningJoel Sherrill1-1/+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-02corrected one of the references to an environment variable whichJoel Sherrill1-1/+1
1997-04-02corrected printf format to avoid warningJoel Sherrill7-11/+11
1997-04-02initialized variables or removed unused variables to remove warningsJoel Sherrill3-4/+3
1997-04-02added Jiri for autoconf'ingJoel Sherrill1-0/+3
1997-04-02was checking for null cpu_table -- short have been checking configurationJoel Sherrill1-1/+1
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill440-233/+22354
1997-03-21Fixed symbols.Joel Sherrill1-2/+6
1997-03-21added decrementer entry.Joel Sherrill1-0/+17
1997-03-21Removed Fake input ifdef code.Joel Sherrill1-15/+0
1997-03-21Fixed timerisr symbol.Joel Sherrill1-2/+2
1997-03-21Rewrote to avoid references to C symbols from assembly. This entirelyJoel Sherrill1-5/+9
1997-03-21Fixes incorrect reference to start symbol.Joel Sherrill1-1/+1
1997-03-11updates from John GwynneJoel Sherrill2-0/+358
1997-03-11updates from John GwynneJoel Sherrill21-92/+778
1997-03-11modified _Chain_Insert_unprotected to have the form required to be usedJoel Sherrill2-4/+4
1997-03-11swapped increment of _ISR_Nest_level and _Thread_Dispatch_disable_levelJoel Sherrill1-1/+1
1997-03-10added include of rtems.h so the proper macro definitions would be present.Joel Sherrill2-0/+4
1997-03-10made some of this conditional on unix libJoel Sherrill1-2/+5