* rx.c (SHIFT_OP): A shift by zero still sets the condition codes.

This commit is contained in:
Nick Clifton 2013-06-28 07:19:44 +00:00
parent 11f0d7ea96
commit 7f77d948db
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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); \
}