From 025e31287286044217d31fe115b1feb7414915e5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Aug 2002 12:30:53 +0000 Subject: 2002-08-09 Joel Sherrill * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with the real one provided by gcc. I don't know if this makes this BSP work for C++ but it at least lets simple programs link again. --- c/src/lib/libbsp/powerpc/gen405/ChangeLog | 6 ++++++ c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/powerpc/gen405/ChangeLog b/c/src/lib/libbsp/powerpc/gen405/ChangeLog index d2b66b09fc..0e74221617 100644 --- a/c/src/lib/libbsp/powerpc/gen405/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen405/ChangeLog @@ -1,3 +1,9 @@ +2002-08-09 Joel Sherrill + + * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with + the real one provided by gcc. I don't know if this makes this + BSP work for C++ but it at least lets simple programs link again. + 2002-07-20 Ralf Corsepius * startup/Makefile.am: Add bsplib_DATA = linkcmds. diff --git a/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S index 856e01cb06..46cc21fe74 100644 --- a/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S +++ b/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S @@ -66,9 +66,6 @@ */ -.globl __eabi - - #if PPC_ASM == PPC_ASM_ELF .section .entry #else @@ -155,7 +152,3 @@ clear_bss: .comm environ,4,4 -/* no eabi */ -__eabi: - blr - -- cgit v1.2.3