diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-04-25 18:11:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-04-26 22:39:55 -0400 |
commit | bd0918c910b7c4ee056d9c3413f8c680dff11584 (patch) | |
tree | af087569015bdab3a78c4445c5224c02e7fc1463 /sim/pru | |
parent | 66d055c75479e0c51745fc3b40faec6df7a01620 (diff) | |
download | gdb-bd0918c910b7c4ee056d9c3413f8c680dff11584.zip gdb-bd0918c910b7c4ee056d9c3413f8c680dff11584.tar.gz gdb-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/pru')
-rw-r--r-- | sim/pru/ChangeLog | 4 | ||||
-rw-r--r-- | sim/pru/Makefile.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/pru/ChangeLog b/sim/pru/ChangeLog index 926fe2d..437300e 100644 --- a/sim/pru/ChangeLog +++ b/sim/pru/ChangeLog @@ -1,5 +1,9 @@ 2021-04-26 Mike Frysinger <vapier@gentoo.org> + * Makefile.in (NL_TARGET): Delete. + +2021-04-26 Mike Frysinger <vapier@gentoo.org> + * aclocal.m4, config.in, configure: Regenerate. 2021-04-22 Tom Tromey <tom@tromey.com> diff --git a/sim/pru/Makefile.in b/sim/pru/Makefile.in index 7dd79b4..7d4ff7a 100644 --- a/sim/pru/Makefile.in +++ b/sim/pru/Makefile.in @@ -24,6 +24,4 @@ SIM_OBJS = \ interp.o \ sim-resume.o -NL_TARGET = -DNL_TARGET_pru - ## COMMON_POST_CONFIG_FRAG |