From 767e68f1b93be396e0cf1296a11584dd725b9569 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 21 Apr 2015 02:30:21 -0400 Subject: 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. --- sim/mcore/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sim/mcore/ChangeLog') 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 + + * 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 * sim-main.h (SIM_CPU): Delete. -- cgit v1.1