Index: sim/cr16/ChangeLog |
diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog |
index 266c5a47bf34228a8f89f8ae2897447a9539229a..ca3f5b1c14767f3c2a52518c01f2c10016139eba 100644 |
--- a/sim/cr16/ChangeLog |
+++ b/sim/cr16/ChangeLog |
@@ -1,3 +1,29 @@ |
+2012-06-17 Mike Frysinger <vapier@gentoo.org> |
+ |
+ * interp.c: Include config.h first. Also include stdlib.h and |
+ string.h so we can drop the sysdep.h include. |
+ |
+2012-06-15 Joel Brobecker <brobecker@adacore.com> |
+ |
+ * config.in, configure: Regenerate. |
+ |
+2012-05-24 Pedro Alves <palves@redhat.com> |
+ |
+ PR gdb/7205 |
+ |
+ Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. |
+ |
+2012-03-24 Mike Frysinger <vapier@gentoo.org> |
+ |
+ * aclocal.m4, config.in, configure: Regenerate. |
+ |
+2011-12-30 Mike Frysinger <vapier@gentoo.org> |
+ |
+ PR sim/12862 |
+ * simops.c (OP_C_C): Only handle TARGET_SYS_fork, TARGET_SYS_execve, |
+ TARGET_SYS_pipe, TARGET_SYS_rename, and TARGET_SYS_chown when they |
+ are defined. |
+ |
2011-12-03 Mike Frysinger <vapier@gentoo.org> |
* aclocal.m4: New file. |