aboutsummaryrefslogtreecommitdiff
path: root/sim/common/gennltvals.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-28 00:25:12 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-28 00:57:22 -0500
commitd485f8c7c2412382413419785d4371febd4eaeb1 (patch)
tree9de7792362d93faab3498dedd15e5b728c30f91f /sim/common/gennltvals.py
parent961af0641ec4875f3d993e6e2f94e0c28453f5c8 (diff)
downloadgdb-d485f8c7c2412382413419785d4371febd4eaeb1.zip
gdb-d485f8c7c2412382413419785d4371febd4eaeb1.tar.gz
gdb-d485f8c7c2412382413419785d4371febd4eaeb1.tar.bz2
sim: nltvals: drop i960
This port was dropped from gdb/bfd/sim years ago, so stop including its syscall constants too.
Diffstat (limited to 'sim/common/gennltvals.py')
-rwxr-xr-xsim/common/gennltvals.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/gennltvals.py b/sim/common/gennltvals.py
index 3006f7f..66ee9c5 100755
--- a/sim/common/gennltvals.py
+++ b/sim/common/gennltvals.py
@@ -49,7 +49,8 @@ PROG = Path(__file__).name
TARGET_DIRS = {
'cr16': 'libgloss/cr16/sys',
'd10v': 'newlib/libc/sys/d10v/sys',
- 'i960': 'libgloss/i960',
+ # Port removed from the tree years ago.
+ #'i960': 'libgloss/i960',
'mcore': 'libgloss/mcore',
'riscv': 'libgloss/riscv/machine',
'sh': 'newlib/libc/sys/sh/sys',