From f956ecde56495cbcd5f8a3b440220090ee39ff56 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Apr 2021 22:31:19 -0400 Subject: sim: m32c: switch syscalls to common nltvals Rather than hand duplicate the syscall table, switch to the common nltvals framework. We have to tweak the constant names, but we get everything else for free. I made sure the constants have the same values before & after too :). --- sim/m32c/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sim/m32c/ChangeLog') diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index 8d91232..26c7c98 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,5 +1,12 @@ 2021-04-18 Mike Frysinger + * Makefile.in (NL_TARGET): Define. + * syscalls.c: Change syscall.h include to targ-vals.h. + (m32c_syscall): Add TARGET_ prefix to all SYS_ constants. + * syscall.h: Removed. + +2021-04-18 Mike Frysinger + * configure: Regenerate. 2021-04-08 Simon Marchi -- cgit v1.1