aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-21 02:30:21 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-21 03:10:16 -0400
commit767e68f1b93be396e0cf1296a11584dd725b9569 (patch)
tree70b6bc3952f2368fd0b582e8fe72a4b799348603 /sim/mcore/ChangeLog
parent248d23e82bc9430cdb6424a5b6b48999cf4001db (diff)
downloadfsf-binutils-gdb-767e68f1b93be396e0cf1296a11584dd725b9569.zip
fsf-binutils-gdb-767e68f1b93be396e0cf1296a11584dd725b9569.tar.gz
fsf-binutils-gdb-767e68f1b93be396e0cf1296a11584dd725b9569.tar.bz2
sim: mcore: switch to common syscall handling
Now that libgloss has a header tracking the syscalls for this arch, we can update the database to include it for the symbolic constants/maps. Then we can switch the mcore syscall callbacks over to the common ones.
Diffstat (limited to 'sim/mcore/ChangeLog')
-rw-r--r--sim/mcore/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index 915cc28..6f49fec 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,3 +1,10 @@
+2015-04-21 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (NL_TARGET): Define.
+ * interp.c (NUM_ELEM, opened, log_open, log_close, is_opened): Delete.
+ (syscall_read_mem, syscall_write_mem): New functions.
+ (handle_trap1): Delete entire body. Replace with call to cb_syscall.
+
2015-04-18 Mike Frysinger <vapier@gentoo.org>
* sim-main.h (SIM_CPU): Delete.