summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/gnatcommon.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/sparc: Add common gnat handler function prototype.Daniel Cederman2014-03-241-0/+1
| | | | Moved prototype for __gnat_install_handler and __gnat_install_handler_common to common header file. Placed header file in bsp namespace.
* libbsp/sparc/.../gnatcommon.c: FormattingJoel Sherrill2013-09-301-7/+5
|
* #include <unistd.h>.Ralf Corsepius2010-04-021-0/+2
|
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-091-3/+4
| | | | | * shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
* Remove stray white spaces.Ralf Corsepius2004-04-211-2/+2
|
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-4/+4
| | | | * bspstart.c, gnatcommon.c: Convert to using c99 fixed size types.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-011-0/+1
| | | | * gnatcommon.c: Removed warnings.
* 2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill2000-11-131-0/+114
* ChangeLog, .cvsignore, Makefile.am, bspclean.c, bspstart.c, gnatcommon.c, start.S: New files. Largely moved from ERC32 BSP to be able to be shared with LEON and other SPARC BSPs.