This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: gas relocations for .uleb128


Hi Swami,

M R Swami Reddy wrote:
Hello,

Is the ".uleb128" directive expression generate relocation?

As far as I know, the answer is No, and it's a problem if you want to support c++ exceptions and relaxation (for instance ;-)). What we've done in the SH backend, is to disable the leb128 encoding (in the compiler) when relaxation is enable (a patch for the SH relaxation is under construction). However, I think that it would be better to add the "leb128 support" in the linker, to take benefits from both sides.

Cheers,
Yvan


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