This is the mail archive of the gcc@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: Which patch added R_ARM_GOTOFF32 support?


On 6/28/06, Daniel Jacobowitz <drow@false.org> wrote:
It was probably me.  But why can't you do this yourself?  Look at the
assembly.  See what the output string is.  Search for it in
config/arm/.  Use svn blame, as already suggested.

I did search the assembler text and found the constant and relocation (GOTOFF) is emitted by arm_assemble_integer. Unfortunately, by this point the code to use that constant has already been emitted, and so the decision of which relocation to use has already been made.

All I mean to say in this text, is that if a clueful person has the
knowledge in their head as to which file/function is responsible, it
might take that person 30 seconds and a one-line email to pass that
knowledge on to me, and save me a full day of guessing games.

Cheers,
Shaun


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