Fix irix6-x-h8300 gas bug found while looking at gcc nightly testing failure.
authorJim Wilson <wilson@tuliptree.org>
Wed, 24 Jun 1998 01:48:42 +0000 (01:48 +0000)
committerJim Wilson <wilson@tuliptree.org>
Wed, 24 Jun 1998 01:48:42 +0000 (01:48 +0000)
commit56a72c45485b089a74977dd5a62e03383bd64f49
tree8fc03c1284dccf26e0a47e99c1ecc80326310249
parent75621b2b2cf6da6a5dfc62b4b22b4cf521ddace0
Fix irix6-x-h8300 gas bug found while looking at gcc nightly testing failure.
* config/tc-h8300.c (do_a_fix_imm, build_bytes): Replace cast to
char with code that explicitly sign-extends.
gas/ChangeLog