change constant handling with @l.
authorrahnds <rahnds@openbsd.org>
Sun, 26 Jan 1997 08:17:27 +0000 (08:17 +0000)
committerrahnds <rahnds@openbsd.org>
Sun, 26 Jan 1997 08:17:27 +0000 (08:17 +0000)
commit8221f7855121073a39148fdcd99f3a4097f27396
treeebb3cfc818211c7c000c1b57c2bd50c0570a539f
parent74471cb56c7606efb643bba9429787d84f361ba4
change constant handling with @l.
if the expected argument to the opcode is unsigned,
return (val & 0xffff)
if the expected argument to the occode is signed,
sign extend the 16 bit value
short = val;
val = (int) short;
gnu/usr.bin/binutils/gas/config/tc-ppc.c