Changeset 025e3128 in rtems
- Timestamp:
- 08/09/02 12:30:53 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 68a368fc
- Parents:
- fbe799b3
- Location:
- c/src/lib/libbsp/powerpc/gen405
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/gen405/ChangeLog
rfbe799b3 r025e3128 1 2002-08-09 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with 4 the real one provided by gcc. I don't know if this makes this 5 BSP work for C++ but it at least lets simple programs link again. 6 1 7 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S
rfbe799b3 r025e3128 67 67 */ 68 68 69 .globl __eabi70 71 72 69 #if PPC_ASM == PPC_ASM_ELF 73 70 .section .entry … … 156 153 .comm environ,4,4 157 154 158 /* no eabi */159 __eabi:160 blr161
Note: See TracChangeset
for help on using the changeset viewer.