[PATCH] (version 2) Change MIPS linker stubs to allow for more than 2^15 symbols.
Daniel Jacobowitz
drow@false.org
Fri Jun 9 18:28:00 GMT 2006
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?
--
Daniel Jacobowitz
CodeSourcery
More information about the Binutils
mailing list