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