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


Thank you Ian,


I think if -fpic will generate less information than
-fPIC in GOT, we will be impacted by such information
when develop/debug?? For example, missing some symbol
names will make debugger fail to find
function/variable names.


regards,
George

--- Ian Lance Taylor <iant@google.com> wrote:

> 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
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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