summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/gnatcommon.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-24bsps/sparc: Add common gnat handler function prototype.Daniel Cederman1-0/+1
Moved prototype for __gnat_install_handler and __gnat_install_handler_common to common header file. Placed header file in bsp namespace.
2013-09-30libbsp/sparc/.../gnatcommon.c: FormattingJoel Sherrill1-7/+5
2010-04-02#include <unistd.h>.Ralf Corsepius1-0/+2
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+4
* shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
2004-04-21Remove stray white spaces.Ralf Corsepius1-2/+2
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-4/+4
* bspstart.c, gnatcommon.c: Convert to using c99 fixed size types.
2002-11-012002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+1
* gnatcommon.c: Removed warnings.
2000-11-132000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill1-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.