* rx.c (SHIFT_OP): A shift by zero still sets the condition codes.
This commit is contained in:
parent
11f0d7ea96
commit
7f77d948db
|
@ -1,3 +1,8 @@
|
|||
2013-06-25 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* rx.c (SHIFT_OP): A shift by zero still sets the condition
|
||||
codes.
|
||||
|
||||
2013-06-03 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* aclocal.m4, configure: Regenerate.
|
||||
|
|
|
@ -732,8 +732,7 @@ poppc()
|
|||
c = val & carry_mask; \
|
||||
val OP 1; \
|
||||
} \
|
||||
if (count) \
|
||||
set_oszc (val, 4, c); \
|
||||
set_oszc (val, 4, c); \
|
||||
PD (val); \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue