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: gold: Support for signalling reloc overflows?


"Will Newton" <will.newton@gmail.com> writes:

>> in C/C++ code on x86/x86_64.  But it's definitely something that needs
>> to be addressed.  It's not hard.
>
> Would it be sufficient to print an error within
> Target::Relocate::relocate and return true when overflow occurs or is
> there some higher level management I need to take care of?

There isn't anything else you have to take care of.  Calling
gold_error will do everything necessary.

Ian


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