mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 21:52:26 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user