aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-28 14:55:11 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-28 17:45:30 -0400
commit02131c7ff660a5ca08147899429e6e7780d737aa (patch)
treed5e5931419e6ebaed6ce1c76530a6b29be21332b /sim/sh/ChangeLog
parented4d32c28adc5f00ee9bc0e4ac785eeff5e1dc74 (diff)
downloadfsf-binutils-gdb-02131c7ff660a5ca08147899429e6e7780d737aa.zip
fsf-binutils-gdb-02131c7ff660a5ca08147899429e6e7780d737aa.tar.gz
fsf-binutils-gdb-02131c7ff660a5ca08147899429e6e7780d737aa.tar.bz2
sim: sh: fix broken handling in DSR reg
A missing */ caused a case statement to be incorrect masked out which also hide an error where the wrong value was being checked. Fix both.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 3e0fff1..46b8e53 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,5 +1,9 @@
2015-03-28 Mike Frysinger <vapier@gentoo.org>
+ * gencode.c (ppi_gensim): Add missing */. Change case 4 to case 5.
+
+2015-03-28 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (gencode): Add $(BUILD_CFLAGS), $(BUILD_LDFLAGS),
and $(WARN_CFLAGS).
* gencode.c: Include ctype.h, stdlib.h, string.h, and unistd.h.