aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430/Makefile.in
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/msp430/Makefile.in
parent66d055c75479e0c51745fc3b40faec6df7a01620 (diff)
downloadgdb-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/msp430/Makefile.in')
-rw-r--r--sim/msp430/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in
index 113f28d..b32a38b 100644
--- a/sim/msp430/Makefile.in
+++ b/sim/msp430/Makefile.in
@@ -41,9 +41,6 @@ SIM_EXTRA_INSTALL =
# Dependency of `clean' to clean any extra files.
SIM_EXTRA_CLEAN =
-# This selects the MSP430 newlib/libgloss syscall definitions.
-NL_TARGET = -DNL_TARGET_msp430
-
## COMMON_POST_CONFIG_FRAG
# Rules need to build $(SIM_OBJS), plus whatever else the target wants.