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.
This commit is contained in:
Joel Sherrill
2002-08-09 12:30:53 +00:00
parent fbe799b32c
commit 025e312872
2 changed files with 6 additions and 7 deletions

View File

@@ -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.

View File

@@ -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