all targets compile .. tony's patches in place

This commit is contained in:
Joel Sherrill
1995-09-29 17:19:16 +00:00
parent 1039ae4125
commit 11290355c9
70 changed files with 632 additions and 321 deletions

View File

@@ -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
//

View File

@@ -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; \