forked from Imagelibrary/rtems
all targets compile .. tony's patches in place
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <stdio.h>
|
||||
#include <libcsupport.h>
|
||||
#include <iostream.h>
|
||||
|
||||
extern "C" {
|
||||
@@ -128,7 +127,7 @@ cdtest(void)
|
||||
// in many implementations in order to get global constructors
|
||||
// run.
|
||||
//
|
||||
// Ref: c/src/lib/libbsp/hppa1_1/simhppa/startup/bspstart.c
|
||||
// Ref: c/src/lib/libbsp/hppa1_1/pxfl/startup/bspstart.c
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@ extern "C" {
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <libcsupport.h>
|
||||
|
||||
#define FOREVER 1 /* infinite loop */
|
||||
|
||||
@@ -95,8 +94,6 @@ extern "C" {
|
||||
putchar( '\n' ); \
|
||||
}
|
||||
|
||||
#define put_buffer( _buffer ) XYZ( _buffer )
|
||||
|
||||
#define build_time( TB, MON, DAY, YR, HR, MIN, SEC, TK ) \
|
||||
{ (TB)->year = YR; \
|
||||
(TB)->month = MON; \
|
||||
|
||||
Reference in New Issue
Block a user