about summary refs log tree commit diff
path: root/abi-tags
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-04 17:14:58 +0000
committerRoland McGrath <roland@gnu.org>2006-01-04 17:14:58 +0000
commit8e856b5a9aeb2cf6c468b65be5a6efef2dd1bbb5 (patch)
treec8b54f7ed1ab43a2349b9b16b940700d5870c2dd /abi-tags
parente7cbb3a8c251898e69811ed198aba46e42d6113c (diff)
downloadglibc-8e856b5a9aeb2cf6c468b65be5a6efef2dd1bbb5.tar.gz
glibc-8e856b5a9aeb2cf6c468b65be5a6efef2dd1bbb5.tar.xz
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 'abi-tags')
-rw-r--r--abi-tags2
1 files changed, 2 insertions, 0 deletions
diff --git a/abi-tags b/abi-tags
index 31c14c2bc2..87cd6816a9 100644
--- a/abi-tags
+++ b/abi-tags
@@ -26,5 +26,7 @@
 
 .*-.*-knetbsd.*-gnu.*	4	1.6.0	# earliest compatible kernel version
 
+.*-.*-syllable.*	5	2.0.0	# just an arbitrary value
+
 # There is no catch-all default here because every supported OS that uses
 # ELF must have its own unique ABI tag.