This is the mail archive of the gcc-help@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: gcc-4.3.3 with MIPS generate relocation type 0x7f (127) which is unknown


naveen yadav <yad.naveen@gmail.com> writes:

> I am using  prelink-0.0.20090311 for MIPS with gcc 4.3.3.
> mips-4.3 toochain generates .rel.plt section that has entries with
> relocation type 0x7f (127) which is unknown.

The mailing list is gcc-help@gcc.gnu.org, no need to send e-mail to
gcc-help@gnu.org.

0x7f (127) is a R_MIPS_JUMP_SLOT relocation used to support non-PIC
executables of MIPS targets.  See
http://sourceware.org/ml/binutils/2008-07/msg00008.html .

Somebody is going to have to update prelink to handle this, assuming
it hasn't been done already.

Ian


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