summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-09 12:30:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-09 12:30:53 +0000
commit025e31287286044217d31fe115b1feb7414915e5 (patch)
tree6201f7065505ef5698534c294c4c74edbb9c1c7d /c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S
parent2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-025e31287286044217d31fe115b1feb7414915e5.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S7
1 files changed, 0 insertions, 7 deletions
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
-