From 4a8039ab1db7997feae312fc53c91639fd3fe95a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Feb 2005 15:17:18 +0000 Subject: [PATCH] 2005-02-10 Ralf Corsepius * dlentry/dlentry.S, flashentry/flashentry.S: Remove PPC_ABI_POWEROPEN. --- c/src/lib/libbsp/powerpc/helas403/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S | 4 ---- c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S | 4 ---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog index 23904eff33..c473570dbc 100644 --- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog +++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog @@ -1,3 +1,8 @@ +2005-02-10 Ralf Corsepius + + * dlentry/dlentry.S, flashentry/flashentry.S: + Remove PPC_ABI_POWEROPEN. + 2005-01-07 Ralf Corsepius * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. diff --git a/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S index f0b8ee6738..f218d9c5d6 100644 --- a/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S +++ b/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S @@ -143,8 +143,4 @@ clear_bss: blr /* return */ .L_text_e: -#if PPC_ABI == PPC_ABI_POWEROPEN - DESCRIPTOR (startup) -#endif - .comm environ,4,4 diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S index 4959b0973c..dbfb3258d1 100644 --- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S +++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S @@ -463,8 +463,4 @@ ramaccfx: lwz r4,0(r2) /* get memory at start adr */ blr -#if PPC_ABI == PPC_ABI_POWEROPEN - DESCRIPTOR (startup) -#endif - .comm environ,4,4