diff options
author | Nick Clifton <nickc@redhat.com> | 2015-08-11 09:49:18 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-08-11 09:49:18 +0100 |
commit | e66c3c2568fcfebc931bc18d35055c7f784133ce (patch) | |
tree | 7a0657f8087bea6ba333c4faee7b34c3cc8c2a0f /gas/ChangeLog | |
parent | d29b2a1ece30514431861472d784ae8722816a4c (diff) | |
download | gdb-e66c3c2568fcfebc931bc18d35055c7f784133ce.zip gdb-e66c3c2568fcfebc931bc18d35055c7f784133ce.tar.gz gdb-e66c3c2568fcfebc931bc18d35055c7f784133ce.tar.bz2 |
Convert 'A && (!A || B)' to 'A || B' in various places.
PR gas/18574
* config/tc-msp430.c (msp430_operands): Rewrite if statements to
remove redundant checks.
(md_apply_fix): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fb462dc..2e5aa4f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2015-08-11 Nick Clifton <nickc@redhat.com> + PR gas/18574 + * config/tc-msp430.c (msp430_operands): Rewrite if statements to + remove redundant checks. + (md_apply_fix): Likewise. + PR gas/18677 * config/tc-mmix.c (md_assemble): Fix typo checking operands with a numeric constant value. |