2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>

* Makefile.am, startup/bspstart.c: Formatting.
This commit is contained in:
Joel Sherrill
2011-08-29 21:32:56 +00:00
parent e95737c51e
commit fd8dca50a1
3 changed files with 30 additions and 28 deletions

View File

@@ -1,3 +1,7 @@
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am, startup/bspstart.c: Formatting.
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1824/cpukit

View File

@@ -9,7 +9,6 @@ DISTCLEANFILES =
noinst_PROGRAMS =
EXTRA_DIST =
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am

View File

@@ -249,7 +249,6 @@ void bsp_start( void )
intrStackStart = (uint32_t)__rtems_end;
intrStackSize = rtems_configuration_get_interrupt_stack_size();
/*
* Initialize default raw exception handlers. See vectors/vectors_init.c
*/