summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/ChangeLog6
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S7
2 files changed, 6 insertions, 7 deletions
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 <joel.sherrill@OARcorp.com>
+
+ * 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 <corsepiu@faw.uni-ulm.de>
* 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
-