diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-06 23:58:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-06 23:58:40 +0000 |
commit | 1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (patch) | |
tree | 152b48dddb7a07fbe0a534242457277e60ab2199 /libelf/libelf.map | |
parent | 7df97c777c3c8a688774882a1dd7d1701a127560 (diff) | |
download | elfutils-1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd.tar.gz |
Updated support for new hash table format.
Fix handling of discarded COMDAT symbols in ld.
Diffstat (limited to 'libelf/libelf.map')
-rw-r--r-- | libelf/libelf.map | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libelf/libelf.map b/libelf/libelf.map index b2a65e84..9549c317 100644 --- a/libelf/libelf.map +++ b/libelf/libelf.map @@ -112,3 +112,8 @@ ELFUTILS_1.1.1 { gelf_offscn; elf_getaroff; } ELFUTILS_1.1; + +ELFUTILS_1.2 { + global: + elf_gnu_hash; +} ELFUTILS_1.1.1; |