2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>

* bsp_specs, startup/bspgetworkarea.c: Links hello again.
This commit is contained in:
Joel Sherrill
2008-12-01 17:30:05 +00:00
parent 86c3d4154c
commit 979551bea1
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsp_specs, startup/bspgetworkarea.c: Links hello again.
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspgetworkarea.c: Change size_t to ssize_t on

View File

@@ -2,7 +2,7 @@
*lib:
%{!qrtems: %(old_lib)} \
%{qrtems: -lrtemsbsp -lrtemscpu \
%{qrtems: --start-group -lrtemsbsp -lrtemscpu --end-group \
%(old_lib) \
%{qnolinkcmds: } }

View File

@@ -12,6 +12,7 @@
#include <bsp.h>
#include <rtems/libcsupport.h>
#include <rtems/libio.h>
#include <bsp/bootcard.h>
void bsp_get_work_area(
void **work_area_start,