From 8e11831f7060e070a3a39f5c6e520fdac1ef1a00 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 2 Apr 2004 11:20:20 +0000 Subject: [PATCH] * dlentry/dlentry.S: Include instead of . * flashentry/flashentry.S: Include instead of . --- c/src/lib/libbsp/powerpc/helas403/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S | 2 +- c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog index b22c9407b7..37b4961e22 100644 --- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog +++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog @@ -1,3 +1,8 @@ +2004-04-02 Ralf Corsepius + + * dlentry/dlentry.S: Include instead of . + * flashentry/flashentry.S: Include instead of . + 2004-04-01 Ralf Corsepius * include/bsp.h: Include instead of . diff --git a/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S index 2d37090a4f..b2a3d16666 100644 --- a/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S +++ b/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S @@ -32,7 +32,7 @@ * $Id$ */ -#include "asm.h" +#include /* * The helas403 ELF link scripts support three special sections: diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S index aa6f98578b..55d437b1ce 100644 --- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S +++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S @@ -32,7 +32,7 @@ * $Id$ */ -#include "asm.h" +#include #include /*----------------------------------------------------------------------------