This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: about -fpic/-fPIC option for gcc
- From: Ian Lance Taylor <iant at google dot com>
- To: Lin George <george4academic at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 18 Sep 2006 07:22:10 -0700
- Subject: Re: about -fpic/-fPIC option for gcc
- References: <20060918084744.57311.qmail@web32107.mail.mud.yahoo.com>
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