This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc and -fPIC
- From: bserdar at nc dot rr dot com
- To: Gerhard Wiesinger <lists at wiesinger dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 15 Oct 2004 14:58:28 -0400
- Subject: Re: gcc and -fPIC
- Reply-to: bserdar at nc dot rr dot com
>
> OK, but why is the function call at 80485b3 to the next address at
> 80485b8?
>
> Is the call relocated at runtime (if yes, to what address or
> function) or
> can this not be handled by objdump?
It's a relative call. It is not relocated.
>
> Thank you for the answer.
>
> Ciao,
> Gerhard
>