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: Linker error about relocation


Eric Fisher <joefoxreal@gmail.com> writes:

> Sorry, maybe it's not appropriate to put this question here. But I need help.
> Porting gcc involves the relocation and BFD porting. I've added some
> relocate type.
> But after linked, the address is not correct. Are there any documents
> about the relocation. And what should I do?

This question would be more appropriate on the binutils mailing list.
See http://sourceware.org/binutils/.

The best I can suggest is the documentation on BFD relocation handling
in bfd/doc/bfdint.texi.  Unfortunately you will discover that it's a
horrible mess.

Ian


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