diff options
author | Jim Wilson <wilson@tuliptree.org> | 1998-06-24 01:48:42 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1998-06-24 01:48:42 +0000 |
commit | 56a72c45485b089a74977dd5a62e03383bd64f49 (patch) | |
tree | 8fc03c1284dccf26e0a47e99c1ecc80326310249 /gas | |
parent | 75621b2b2cf6da6a5dfc62b4b22b4cf521ddace0 (diff) | |
download | gdb-56a72c45485b089a74977dd5a62e03383bd64f49.zip gdb-56a72c45485b089a74977dd5a62e03383bd64f49.tar.gz gdb-56a72c45485b089a74977dd5a62e03383bd64f49.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 07bceb3..7e83865 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 23 17:47:31 1998 Jim Wilson <wilson@cygnus.com> + + * config/tc-h8300.c (do_a_fix_imm, build_bytes): Replace cast to + char with code that explicitly sign-extends. + Tue Jun 23 13:54:57 1998 Nick Clifton <nickc@cygnus.com> start-sanitize-v850e * config/tc-v850.c (md_begin): Restore text section as the current |