summaryrefslogtreecommitdiff
path: root/abi-tags
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-17 02:44:01 +0000
committerRoland McGrath <roland@gnu.org>2005-10-17 02:44:01 +0000
commitae0d550c3e352cf0167a0e00d1c4e4c2475b9243 (patch)
tree168093cf5543dd197cdbff54a0ceb44d17416446 /abi-tags
parent1b61c81b4b877ca06c7ca66f9183c1d9bbb84873 (diff)
* abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.
* elf/cache.c (print_entry): Match the kNetBSD ABI tag.
Diffstat (limited to 'abi-tags')
-rw-r--r--abi-tags2
1 files changed, 2 insertions, 0 deletions
diff --git a/abi-tags b/abi-tags
index 7adc62ef2d..31c14c2bc2 100644
--- a/abi-tags
+++ b/abi-tags
@@ -24,5 +24,7 @@
.*-.*-freebsd.*-gnu.* 3 4.0.0 # earliest compatible kernel version
+.*-.*-knetbsd.*-gnu.* 4 1.6.0 # earliest compatible kernel version
+
# There is no catch-all default here because every supported OS that uses
# ELF must have its own unique ABI tag.