summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared/gdbstub/m68k-stub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move GDB stubs to bspsSebastian Huber2018-04-231-1294/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-29/+29
| | | | | * shared/gdbstub/m68k-stub.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* Whitespace removal.Ralf Corsepius2009-11-291-1/+1
|
* Convert to "bool".Ralf Corsepius2008-09-061-2/+2
|
* Remove duplicate white lines.Ralf Corsepius2004-04-211-11/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-146/+146
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-4/+4
| | | | * m68k-stub.c: Convert to using c99 fixed size types.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-011-5/+5
| | | | * m68k-stub.c: Corrected typos.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-311-76/+77
| | | | * m68k-stub.c: Fixed warnings about multi-line strings in asm.
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-45/+45
| | | | * m68k-stub.c: Eliminated multi-line asm statements for gcc 3.x.
* 2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2002-06-271-0/+1305
* Added m68k serial stub that is thread aware. * ChangeLog, gdb_if.h, m68k-stub.c, Makefile.am: New files.