aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-18 22:43:06 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-18 23:03:08 -0400
commitb7c5246bbfad67b60a820db5e548e665171645ec (patch)
tree3e3bf2509358ee5cdf3f8c89f6ded780c375ebe9 /sim/sh/ChangeLog
parentb3d4da0f120444d98d76bb56646af682d64907dd (diff)
downloadfsf-binutils-gdb-b7c5246bbfad67b60a820db5e548e665171645ec.zip
fsf-binutils-gdb-b7c5246bbfad67b60a820db5e548e665171645ec.tar.gz
fsf-binutils-gdb-b7c5246bbfad67b60a820db5e548e665171645ec.tar.bz2
sim: sh: 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 :).
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 1389261..984ff5e 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,5 +1,12 @@
2021-04-18 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.in (NL_TARGET): Define.
+ * interp.c: Change syscall.h include to targ-vals.h.
+ (trap): Add TARGET_ prefix to all SYS_ constants.
+ * syscall.h: Removed.
+
+2021-04-18 Mike Frysinger <vapier@gentoo.org>
+
* configure: Regenerate.
2021-04-12 Mike Frysinger <vapier@gentoo.org>