diff options
| author | Nick Clifton <nickc@redhat.com> | 2010-06-08 09:15:17 +0000 |
|---|---|---|
| committer | Nick Clifton <nickc@redhat.com> | 2010-06-08 09:15:17 +0000 |
| commit | 32b269aeb29dea45067af541281d1ba6f827f802 (patch) | |
| tree | b8d4a3173e9a802fc1e49b941f52ca1a58ff3cd7 /sim/ChangeLog | |
| parent | 09266d1a64b852169ea7d157854e57b554dadc5d (diff) | |
| download | ppe42-binutils-32b269aeb29dea45067af541281d1ba6f827f802.tar.gz ppe42-binutils-32b269aeb29dea45067af541281d1ba6f827f802.zip | |
* reg.c (set_oszc): Use unsigned int for the mask.
(set_szc, set_osz, set_sz): Likewise.
Diffstat (limited to 'sim/ChangeLog')
| -rw-r--r-- | sim/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 15bcaff0b2..4fc4c41c56 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +2010-06-08 Nick Clifton <nickc@redhat.com> + + * reg.c (set_oszc): Use unsigned int for the mask. + (set_szc, set_osz, set_sz): Likewise. + 2010-04-26 Mike Frysinger <vapier@gentoo.org> * configure.ac: Target logic moved out to and included from ... |

