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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user