2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
	routine.
	* startup/bspclean.c: New file.
	* startup/exit.c: Removed.
This commit is contained in:
Joel Sherrill
2008-08-21 19:33:53 +00:00
parent cec5c069b0
commit 21c9770eff
15 changed files with 40 additions and 5 deletions
+7
View File
@@ -1,3 +1,10 @@
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
routine.
* startup/bspclean.c: New file.
* startup/exit.c: Removed.
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/exit.c: Add missing prototypes.
+1 -1
View File
@@ -27,7 +27,7 @@ dist_project_lib_DATA += startup/linkcmds
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c \
startup/bspstart.c startup/exit.c startup/memmap.c \
startup/bspstart.c startup/bspclean.c startup/memmap.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
console_SOURCES = console/uart.c
+7
View File
@@ -1,3 +1,10 @@
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
routine.
* startup/bspclean.c: New file.
* startup/exit.c: Removed.
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Add missing prototypes.
+1 -1
View File
@@ -27,7 +27,7 @@ dist_project_lib_DATA += startup/linkcmds
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c \
startup/bspstart.c startup/exit.c startup/memmap.c \
startup/bspstart.c startup/bspclean.c startup/memmap.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
console_SOURCES = console/uarts.c ../../shared/console.c
+7
View File
@@ -1,3 +1,10 @@
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
routine.
* startup/bspclean.c: New file.
* startup/exit.c: Removed.
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* irq/bsp_irq_init.c: Add missing prototypes.
+1 -1
View File
@@ -29,7 +29,7 @@ dist_project_lib_DATA += startup/linkcmds
include_HEADERS += ../../arm/shared/comm/uart.h
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c \
startup/bspstart.c startup/exit.c ../../shared/bootcard.c \
startup/bspstart.c startup/bspclean.c ../../shared/bootcard.c \
../../shared/sbrk.c ../../shared/gnatinstallhandler.c
clock_SOURCES = clock/clockdrv.c
console_SOURCES = console/uart.c ../../shared/console.c
+7
View File
@@ -1,3 +1,10 @@
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
routine.
* startup/bspclean.c: New file.
* startup/exit.c: Removed.
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clockdrv.c: Add missing prototypes.
+1 -1
View File
@@ -38,7 +38,7 @@ gbaoverrides_rel_CPPFLAGS = $(AM_CPPFLAGS)
gbaoverrides_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c startup/exit.c \
../../shared/bsppredriverhook.c startup/bspclean.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
clock_SOURCES = clock/clockdrv.c
+7
View File
@@ -1,3 +1,10 @@
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
routine.
* startup/bspclean.c: New file.
* startup/exit.c: Removed.
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* smc/smc.c, startup/exit.c: Add missing prototypes.
+1 -1
View File
@@ -28,7 +28,7 @@ dist_project_lib_DATA += startup/linkcmds
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c \
startup/bspstart.c startup/exit.c startup/memmap.c \
startup/bspstart.c startup/bspclean.c startup/memmap.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
console_SOURCES = console/uart.c ../../shared/console.c