forked from tromey/gdb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sh: make constant unsigned to avoid narrowing
Shifting into the sign bit of a 32 bit int and then converting to a unsigned type is less straight forward than just shifting an unsigned value. opcodes/ChangeLog: 2016-05-31 Trevor Saunders <[email protected]> * sh-opc.h (ARCH_SH_HAS_DSP): Make the shifted value an unsigned constant.
- Loading branch information
Trevor Saunders
committed
Jun 1, 2016
1 parent
c799dec
commit a2b5fcc
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2016-05-31 Trevor Saunders <[email protected]> | ||
|
||
* sh-opc.h (ARCH_SH_HAS_DSP): Make the shifted value an unsigned | ||
constant. | ||
|
||
2016-05-29 H.J. Lu <[email protected]> | ||
|
||
PR gas/20145 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters