This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Newlib on a no-os 8260 PowerPC platform


I've got a 8260 PowerPC platform that I'm trying to get newlib up on.  I've
already brought it up on a coldfire board and I'm comparing the crt0.S that
I'm using for the coldfire with the sim-crt0.S that I'm using as my starting
point for the 8260 board.  (I found the sim-crt0.S in the rs6000 dir of
libgloss)

The coldfire crt0 calls some initialization sections (__INIT_SECTION__), but
the powerpc one does not.  Is there any initialization code that I need to
be calling to setup newlib before jumping into main()?

Thanks,
g.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]