This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: unresolved label of __eabi



  In message <rrjordkk3uk54@corp.supernews.com>you write:
  > I am making a standalone embedded system that does not require crt0 =
  > start up code.
  > 
  > Even if I use the -nostdlib switch, I still get an unresolved label of =
  > __eabi
  > 
  > Is this symbol resaved in the start up code that I don't need?
  > Anymore info or suggestions?
__eabi is required by the PowerPC EABI standard to set up the GOT.

You can find an implementation in your gcc source directory
(gcc/config/rs6000/eabi.asm).

jeff


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