]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: frv: fix compiler parentheses suggestions warnings
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 16:20:20 +0000 (12:20 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 17:07:34 +0000 (13:07 -0400)
commitfc12ae421543c019c3afd27ef095f828fd3b0e3b
treeafd84659c25c95f0d64d4a51c34ac305bbb331eb
parentcd7caae65175a8ea1149cae7dcf11948f4933d1b
sim: frv: fix compiler parentheses suggestions warnings

Newer gcc warns when writing statements like (a && b || c && d),
so add more parentheses to make it (and the reader) happy.
sim/frv/ChangeLog
sim/frv/cache.c
sim/frv/memory.c
sim/frv/traps.c