[cfe-dev] Why clang creates ELF section group with only one section in it?

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed May 16 05:46:58 PDT 2012


> Yes, after changing .LtmpXX label to function name in 'FDE initial location'
> I was able to link fine using both old and new Solaris linkers.
> Should I open another case for this?

I think so, yes.

If I remember correctly, we use a local symbol to avoid relocations in
cases gas is funny and produces them when we don't need, but an
.eh_frame will always be pointing to another section, so we need the
relocation anyway.

> Thank you!

Thanks,
Rafael



More information about the cfe-dev mailing list