diff options
author | Alan Hayward <alan.hayward@arm.com> | 2019-06-04 14:25:08 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-06-04 14:25:08 +0100 |
commit | a9d96ab97edabea31bed089bfd4caca80838e31c (patch) | |
tree | 0d2f39d54e98fc2e7df87f6911d31fff607f8967 /opcodes/ChangeLog | |
parent | 1ff30553d8972fb027d77d76d29643f2173f17d6 (diff) | |
download | gdb-a9d96ab97edabea31bed089bfd4caca80838e31c.zip gdb-a9d96ab97edabea31bed089bfd4caca80838e31c.tar.gz gdb-a9d96ab97edabea31bed089bfd4caca80838e31c.tar.bz2 |
Remove an unnecessary set of parentheses in the arm-dis.c source file.
* arm-dis.c (is_mve_unpredictable): Remove spurious paranthesis.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3ee875d..9645cf7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2019-06-04 Alan Hayward <alan.hayward@arm.com> + + * arm-dis.c (is_mve_unpredictable): Remove spurious paranthesis. + 2019-06-03 Alan Modra <amodra@gmail.com> * ppc-dis.c (prefix_opcd_indices): Correct size. |