Your change breaks Linux/mips

Eric Christopher echristo@redhat.com
Thu Jan 17 14:31:00 GMT 2002


> I couldn't tell what was wrong with the old code. Why can't R_MIPS_26
> be used for the 32bit target?

Looks like I typoed. Sorry. It should look like this :)

 *require_jalxp = (!info->relocateable
               && (((r_type == R_MIPS16_26) && !target_is_16_bit_code_p)
                || ((r_type == R_MIPS_26) && target_is_16_bit_code_p)));

I'm checking this fix in.

-eric

-- 
I will not use abbrev.



More information about the Binutils mailing list