1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* abi-tags (*-.*-syllable.*): New match, with ABI value 5.

* elf/cache.c (print_entry): Match the Syllable ABI tag.
This commit is contained in:
Roland McGrath
2006-01-04 17:14:58 +00:00
parent e7cbb3a8c2
commit 8e856b5a9a
5 changed files with 23 additions and 9 deletions

View File

@@ -107,7 +107,8 @@ print_entry (const char *lib, int flag, unsigned int osversion,
[2] = "Solaris",
[3] = "FreeBSD",
[4] = "kNetBSD",
[5] = N_("Unknown OS")
[5] = "Syllable",
[6] = N_("Unknown OS")
};
#define MAXTAG (sizeof abi_tag_os / sizeof abi_tag_os[0] - 1)
unsigned int os = osversion >> 24;