summaryrefslogtreecommitdiff
path: root/sim/m68hc11/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-30 10:27:24 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-30 10:28:38 -0500
commitb9e016f517c8e7f4ce2da4cf06d9f35b908428fc (patch)
treeeb84d2798861778c257ee38a8adf9fd1f33b528e /sim/m68hc11/ChangeLog
parentfb8d4e59af8a0faf6f38499760546f9fffba299d (diff)
downloadbinutils-gdb-b9e016f517c8e7f4ce2da4cf06d9f35b908428fc.tar.gz
sim: m68hc11: localize a few functions
These are only used in this file and lack prototypes, so gcc complains about it. Add static everywhere to clean that up.
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r--sim/m68hc11/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index 7c956d1b627..e83e11ebb70 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,5 +1,11 @@
2021-01-30 Mike Frysinger <vapier@gentoo.org>
+ * m68hc11_sim.c (cpu_set_sp): Add static markings.
+ (cpu_get_reg, cpu_get_src_reg, cpu_set_dst_reg,
+ cpu_get_indexed_operand_addr, cpu_get_indexed_operand8): Likewise.
+
+2021-01-30 Mike Frysinger <vapier@gentoo.org>
+
* interp.c (sim_get_info, sim_board_reset): Pass %s to sim_hw_parse.
2021-01-30 Mike Frysinger <vapier@gentoo.org>