Remove is_sbyte64() and replace with is_sbyte32() plus custom warning
commitad6b8595b9523b6df52c337a1bc94d6de8544126
authorH. Peter Anvin <hpa@zytor.com>
Tue, 7 Oct 2008 16:56:38 +0000 (7 09:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 7 Oct 2008 16:56:38 +0000 (7 09:56 -0700)
treec98e72033b59457c276751e5d6b1af5f09f37034
parent98a22a65c0ad3fe4c615c54c3fcae4c2812a4c0b
Remove is_sbyte64() and replace with is_sbyte32() plus custom warning

is_sbyte64() was equivalent to is_sbyte32() plus the warning; however,
the warning is only used in one place (and conflicts with another
warning there), so remove the function.

Furthermore, add back the test for pure immediates in
possible_sbyte(); they had been broken out but never folded back in --
and are essential.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c