diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-04 17:14:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-04 17:14:58 +0000 |
commit | 8e856b5a9aeb2cf6c468b65be5a6efef2dd1bbb5 (patch) | |
tree | c8b54f7ed1ab43a2349b9b16b940700d5870c2dd /elf/cache.c | |
parent | e7cbb3a8c251898e69811ed198aba46e42d6113c (diff) | |
download | glibc-8e856b5a9aeb2cf6c468b65be5a6efef2dd1bbb5.tar glibc-8e856b5a9aeb2cf6c468b65be5a6efef2dd1bbb5.tar.gz glibc-8e856b5a9aeb2cf6c468b65be5a6efef2dd1bbb5.tar.bz2 glibc-8e856b5a9aeb2cf6c468b65be5a6efef2dd1bbb5.zip |
* abi-tags (*-.*-syllable.*): New match, with ABI value 5.
* elf/cache.c (print_entry): Match the Syllable ABI tag.
Diffstat (limited to 'elf/cache.c')
-rw-r--r-- | elf/cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/cache.c b/elf/cache.c index c13918ccb4..9462ac1b53 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -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; |