summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Obsolete and remove m68k/ods68302 BSPJoel Sherrill2016-01-231-1087/+0
| | | | closes #2544.
* m68k/ods68302: Fix warningsJoel Sherrill2014-10-161-0/+6
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-27/+27
| | | | | * include/bsp.h, startup/m68k-stub.c, startup/trace.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2010-06-22 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-221-1/+1
| | | | * startup/m68k-stub.c: PR 1539. Fix buffer overrun.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-281-3/+3
| | | | * startup/m68k-stub.c: Remove warnings.
* Whitespace removal.Ralf Corsepius2009-11-291-1/+1
|
* Convert to "bool".Ralf Corsepius2008-09-061-2/+2
|
* 2004-11-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-191-5/+5
| | | | | * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__)) instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
* Remove duplicate white lines.Ralf Corsepius2004-04-211-3/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-141/+141
|
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-011-4/+4
| | | | * startup/m68k-stub.c: Removed typos.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-011-199/+199
| | | | * startup/m68k-stub.c: Removed warnings.
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-241-2/+2
| | | | the CPU family name constants.
* Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1998-01-161-0/+2
| | | | | | | | | | > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-311-0/+1084
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.