This is the mail archive of the gcc-patches@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: [PATCH/RFC] SH64 EH with pic (2/4)


> With using the textrel bit, the linker fails at an assert statement like:
> 
> /usr/local/bin/sh64-unknown-linux-gnu-ld: BFD 2.15.92 20040916 assertion fail ../../src/bfd/elf-eh-frame.c:954
> 
> when creating shared libraries.  The first example is libgcc.so.1.
> It seems that DW_EH_PE_textrel in FDE is checked specially there in
> the linker.

I understand that, what I am asking is why not use sdata4/8 for data
labels, and use plain absptr/pcrel for text?


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