This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: S/390: Avoid relocations in .eh_frame section
On Wed, Nov 20, 2002 at 08:58:03PM +0100, Ulrich Weigand wrote:
> I've never quite understood that 'bases' stuff :-/ How would
> I set this up? Don't new binutils completely eliminate the
> need for __register_frame_XXX calls?
Yes, I'd forgotten about that. What happens instead with
PT_GNU_EH_FRAME is that you have to be able to derive the
base address from the Phdrs. E.g. the DT_PLTGOT entry for
the x86 "data" base address.
r~