summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 4accedcb..2059d862 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,19 @@
+2015-09-04 Chih-Hung Hsieh <[email protected]>
+
+ * aarch64_init.c (aarch64_init): Replace K&R function definition
+ with ansi-C definitions.
+ * alpha_init.c (alpha_init): Likewise.
+ * arm_init.c (arm_init): Likewise.
+ * i386_init.c (i386_init): Likewise.
+ * ia64_init.c (ia64_init): Likewise.
+ * ppc64_init.c (ppc64_init): Likewise.
+ * ppc_init.c (ppc_init): Likewise.
+ * s390_init.c (s390_init): Likewise.
+ * sh_init.c (sh_init): Likewise.
+ * sparc_init.c (sparc_init): Likewise.
+ * tilegx_init.c (tilegx_init): Likewise.
+ * x86_64_init.c (x86_64_init): Likewise.
+
2015-09-03 Mark Wielaard <[email protected]>
* sparc_regs.c (sparc_register_info): Use ebl->class not ebl->machine.