public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* _SDA_BASE_ and _SDA2_BASE_ undefined
@ 2008-09-25 22:29 Wang Lei
  0 siblings, 0 replies; only message in thread
From: Wang Lei @ 2008-09-25 22:29 UTC (permalink / raw)
  To: gcc-help

Hi all,

I am writing a shared library using GCC for PowerPC. I can compile and
link everything.  But, while I check the symbol table of ELF header, I
find that the following two symbols are undefined(Num 61 and 101). I
extracted the symbol info via readelf command. They are listed as
follows:

Symbol table '.dynsym' contains 103 entries:
   Num:    Value          Size  Type       Bind      Vis            Ndx     Name
     0:       00000000     0     NOTYPE  LOCAL  DEFAULT  UND
     1:       00000094     0     SECTION LOCAL  DEFAULT    1
     2:       000003bc     0     SECTION LOCAL  DEFAULT    2
     ....
    61:      00000000     0     OBJECT  GLOBAL DEFAULT  UND _SDA_BASE_
    ...
   101:     00000000     0     OBJECT  GLOBAL DEFAULT  UND _SDA2_BASE_


Does it matter or not for me to use this library?

Thanks and regards!


Chris

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-25 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-25 22:29 _SDA_BASE_ and _SDA2_BASE_ undefined Wang Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).