aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-04-24 15:43:21 +0100
committerNick Clifton <nickc@redhat.com>2015-04-24 15:43:21 +0100
commitde7669bfa507d78f7abfe3d219b5aee9f346235e (patch)
tree52bf26d31dc3846dd1c2f41a03359be3afdc5c7a /sim/erc32/ChangeLog
parent63c72d1ae497cdf43db5347464a97164e720b83f (diff)
downloadgdb-de7669bfa507d78f7abfe3d219b5aee9f346235e.zip
gdb-de7669bfa507d78f7abfe3d219b5aee9f346235e.tar.gz
gdb-de7669bfa507d78f7abfe3d219b5aee9f346235e.tar.bz2
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.
Diffstat (limited to 'sim/erc32/ChangeLog')
-rw-r--r--sim/erc32/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index 109a13b..4f9b502 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-24 David Binderman <dcb314@hotmail.com>
+ Nick Clifton <nickc@redhat.com>
+
+ PR 18273
+ * exec.c (add32): Fix typo in check for overflow.
+
2015-04-19 Jiri Gaisler <jiri@gaisler.se>
* erc32.c (current_target_byte_order): Delete.