gas/
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 23 Sep 2012 09:56:47 +0000 (09:56 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Sun, 23 Sep 2012 09:56:47 +0000 (09:56 +0000)
commit43c0598fe7e380d99c9c00f3e45e7da3fa6e1feb
tree4a5096a04d47c297059e17b23d04430645c6a37e
parent4d68580a998c736345f698b314fb48052efd449f
gas/
* config/tc-mips.c (SEXT_16BIT): New macro.
(mips16_immed): Take the reloc type as a parameter.  Do not impose
a signed vs. unsigned distinction on the value when a relocation
operator was used.
(mips16_macro_build, mips16_ip, md_convert_frag): Pass the reloc
type to mips16_immed.
(macro): Use SEXT_16BIT.
gas/ChangeLog
gas/config/tc-mips.c