From bd0918c910b7c4ee056d9c3413f8c680dff11584 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 25 Apr 2021 18:11:35 -0400 Subject: 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. --- sim/rx/ChangeLog | 4 ++++ sim/rx/Makefile.in | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sim/rx') diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index fbc8516152..7541c9d714 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,7 @@ +2021-04-26 Mike Frysinger + + * Makefile.in (NL_TARGET): Delete. + 2021-04-26 Mike Frysinger * aclocal.m4, config.in, configure: Regenerate. diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in index 9e83e3aad8..4008aac261 100644 --- a/sim/rx/Makefile.in +++ b/sim/rx/Makefile.in @@ -18,9 +18,6 @@ ### You should have received a copy of the GNU General Public License ### along with the GNU simulators; if not, see . -# This selects the newlib/libgloss syscall definitions. -NL_TARGET = -DNL_TARGET_rx - ## COMMON_PRE_CONFIG_FRAG SIM_EXTRA_CFLAGS = -Wall -- cgit v1.2.3