1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.

* elf/cache.c (print_entry): Match the kNetBSD ABI tag.
This commit is contained in:
Roland McGrath
2005-10-17 02:44:01 +00:00
parent 1b61c81b4b
commit ae0d550c3e
3 changed files with 9 additions and 1 deletions

View File

@ -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;