[PATCH] (version 2) Change MIPS linker stubs to allow for more than 2^15 symbols.

David Daney ddaney@avtrex.com
Fri Jun 9 19:24:00 GMT 2006


Daniel Jacobowitz wrote:
> When you and Richard agree on a patch, please make sure to fix it on
> the 2.17 branch also.  Thanks in advance.
> 
> On Fri, Jun 09, 2006 at 04:46:20PM +0100, Thiemo Seufer wrote:
> 
>>-#define STUB_LI16U(VAL) (0x34180000 + (VAL))	/* ori t8,zero,VAL unsigned*/
>>+#define STUB_LI16U(VAL) (0x34180000 + (VAL))	/* ori t8,zero,VAL unsigned */
> 
> 
> Shouldn't this be called an ORI16 now?
> 

FWIW, the dissassembler still calls it 'li'.

David Daney



More information about the Binutils mailing list