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]
Other format: [Raw text]

Re: about -fpic/-fPIC option for gcc


Lin George <george4academic@yahoo.com> writes:

> What materials
> are stored in GOT?

There is some variation among platforms, but normally each entry in
the GOT is the addresses of a global variable.

> Any documents describe it in a
> simple/clear/brief way? :-)

The ELF processor-specific supplement for the processor you are using.

Ian


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