Changeset 025e3128 in rtems


Ignore:
Timestamp:
08/09/02 12:30:53 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
68a368fc
Parents:
fbe799b3
Message:

2002-08-09 Joel Sherrill <joel.sherrill@…>

  • 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.
Location:
c/src/lib/libbsp/powerpc/gen405
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/gen405/ChangeLog

    rfbe799b3 r025e3128  
     12002-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
    172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S

    rfbe799b3 r025e3128  
    6767 */
    6868
    69 .globl __eabi
    70 
    71                                
    7269#if PPC_ASM == PPC_ASM_ELF
    7370        .section .entry
     
    156153        .comm   environ,4,4
    157154
    158 /* no eabi */
    159 __eabi:
    160     blr
    161    
Note: See TracChangeset for help on using the changeset viewer.