From eba2e4f7b35e3b41479f04481dd7250df65cfc3d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Nov 2000 21:19:23 +0000 Subject: 2000-11-01 Joel Sherrill * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as . Header file order was cleaned up while doing this. --- c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog | 7 +++++++ c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c | 8 +++----- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog index aa523168c9..b213fe2761 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog +++ b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog @@ -1,3 +1,10 @@ +2000-11-01 Joel Sherrill + + * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, + and libcsupport.h moved from libc to lib/include/rtems and + now must be referenced as . Header file order + was cleaned up while doing this. + 2000-10-27 Ralf Corsepius * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c index cd1ab9c0ee..5b02cc3dcb 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c +++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c @@ -14,13 +14,11 @@ * $Id$ */ -#include +#include + #include #include - -#include - -#include +#include extern rtems_configuration_table Configuration; -- cgit v1.2.3