mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* rx.c (SHIFT_OP): A shift by zero still sets the condition codes.
This commit is contained in:
@@ -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); \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user