about summary refs log tree commit diff
path: root/elf
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 /elf
parent1b61c81b4b877ca06c7ca66f9183c1d9bbb84873 (diff)
downloadglibc-ae0d550c3e352cf0167a0e00d1c4e4c2475b9243.tar.gz
glibc-ae0d550c3e352cf0167a0e00d1c4e4c2475b9243.tar.xz
glibc-ae0d550c3e352cf0167a0e00d1c4e4c2475b9243.zip
* abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.
	* elf/cache.c (print_entry): Match the kNetBSD ABI tag.
Diffstat (limited to 'elf')
-rw-r--r--elf/cache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/cache.c b/elf/cache.c
index 9324f3dc6c..d5f313657c 100644
--- a/elf/cache.c
+++ b/elf/cache.c
@@ -108,7 +108,8 @@ print_entry (const char *lib, int flag, unsigned int osversion,
 	[1] = "Hurd",
 	[2] = "Solaris",
 	[3] = "FreeBSD",
-	[4] = N_("Unknown OS")
+	[4] = "kNetBSD",
+	[5] = N_("Unknown OS")
       };
 #define MAXTAG (sizeof abi_tag_os / sizeof abi_tag_os[0] - 1)
       unsigned int os = osversion >> 24;