]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix typos in sim sources exposed by static analysis.
authorNick Clifton <nickc@redhat.com>
Fri, 24 Apr 2015 14:43:21 +0000 (15:43 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 24 Apr 2015 14:43:21 +0000 (15:43 +0100)
commitde7669bfa507d78f7abfe3d219b5aee9f346235e
tree52bf26d31dc3846dd1c2f41a03359be3afdc5c7a
parent63c72d1ae497cdf43db5347464a97164e720b83f
Fix typos in sim sources exposed by static analysis.

bfin PR 18273
* bfin-sim.c (decode_dsp32alu_0): Remove spurious check for
s == 1.

erc32 PR 18273
* exec.c (add32): Fix typo in check for overflow.

igen PR 18273
* misc.c (a2i): Fix typos checking for uppercase letters.
sim/bfin/ChangeLog
sim/bfin/bfin-sim.c
sim/erc32/ChangeLog
sim/erc32/exec.c
sim/igen/ChangeLog
sim/igen/misc.c