summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-23Obsolete and remove m68k/ods68302 BSPJoel Sherrill1-1087/+0
closes #2544.
2014-10-16m68k/ods68302: Fix warningsJoel Sherrill1-0/+6
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-27/+27
* include/bsp.h, startup/m68k-stub.c, startup/trace.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2010-06-222010-06-22 Chris Johns <chrisj@rtems.org>Chris Johns1-1/+1
* startup/m68k-stub.c: PR 1539. Fix buffer overrun.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-3/+3
* startup/m68k-stub.c: Remove warnings.
2009-11-29Whitespace removal.Ralf Corsepius1-1/+1
2008-09-06Convert to "bool".Ralf Corsepius1-2/+2
2004-11-192004-11-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-5/+5
* startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__)) instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-3/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-141/+141
2002-11-012002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+4
* startup/m68k-stub.c: Removed typos.
2002-11-012002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-199/+199
* startup/m68k-stub.c: Removed warnings.
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1-2/+2
the CPU family name constants.
1998-01-16Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1-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.
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1-0/+1084
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.