aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-31 01:54:47 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-31 01:54:47 -0400
commit2b6ca06237301286016acc4b7bbf5338a27fd5fc (patch)
tree3979e83b738bc7d5d6133676fa3ad044ae6e62cc /sim/m68hc11/ChangeLog
parentf6862f27a73f08effd88d98c5efdb08abfcf4bb1 (diff)
downloadgdb-2b6ca06237301286016acc4b7bbf5338a27fd5fc.zip
gdb-2b6ca06237301286016acc4b7bbf5338a27fd5fc.tar.gz
gdb-2b6ca06237301286016acc4b7bbf5338a27fd5fc.tar.bz2
sim: m68hc11: fix gcc-5 build error w/restrict keyword
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r--sim/m68hc11/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index db46251..b06c3e3 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,3 +1,10 @@
+2015-03-31 Mike Frysinger <vapier@gentoo.org>
+
+ * m68hc11_sim.c (cpu_get_indexed_operand_addr,
+ cpu_get_indexed_operand8, cpu_get_indexed_operand16): Rename restrict
+ variable to restricted.
+ * sim-main.h (cpu_get_indexed_operand_addr): Likewise.
+
2015-03-24 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_pc_get): New function.