forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user