aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-25 18:11:35 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-26 22:39:55 -0400
commitbd0918c910b7c4ee056d9c3413f8c680dff11584 (patch)
treeaf087569015bdab3a78c4445c5224c02e7fc1463 /sim/ChangeLog
parent66d055c75479e0c51745fc3b40faec6df7a01620 (diff)
downloadbinutils-bd0918c910b7c4ee056d9c3413f8c680dff11584.zip
binutils-bd0918c910b7c4ee056d9c3413f8c680dff11584.tar.gz
binutils-bd0918c910b7c4ee056d9c3413f8c680dff11584.tar.bz2
sim: nltvals: unify common syscall tables
Since libgloss provides a default syscall table for arches, use that to provide the default syscall table for ports. Only the exceptions need to be enumerated now with the common logic as the default.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 51ca492..b622f62 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,9 @@
2021-04-26 Mike Frysinger <vapier@gentoo.org>
+ * README-HACKING (nltvals.def): Update to gennltvals.py.
+
+2021-04-26 Mike Frysinger <vapier@gentoo.org>
+
* m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
2021-04-23 Mike Frysinger <vapier@gentoo.org>