diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-04 07:01:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-04 07:01:49 +0000 |
commit | acb8983909a3f031041ee5d7cbe09fbeb3c31b9a (patch) | |
tree | 10126b9ad3ecaf8c6f7ceb50f0123aae800bdedd /libelf/libelf.map | |
parent | 6fcb3833aea47e3a73382002f0293bcf3b02e127 (diff) | |
download | elfutils-acb8983909a3f031041ee5d7cbe09fbeb3c31b9a.tar.gz |
Move elf32_offscn etc in new version.
More elflint tests.
Diffstat (limited to 'libelf/libelf.map')
-rw-r--r-- | libelf/libelf.map | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libelf/libelf.map b/libelf/libelf.map index a5193b32..d8451084 100644 --- a/libelf/libelf.map +++ b/libelf/libelf.map @@ -7,7 +7,6 @@ ELFUTILS_1.0 { elf32_getshdr; elf32_newehdr; elf32_newphdr; - elf32_offscn; elf32_xlatetof; elf32_xlatetom; elf64_checksum; @@ -17,7 +16,6 @@ ELFUTILS_1.0 { elf64_getshdr; elf64_newehdr; elf64_newphdr; - elf64_offscn; elf64_xlatetof; elf64_xlatetom; elf_begin; @@ -77,7 +75,6 @@ ELFUTILS_1.0 { gelf_getversym; gelf_newehdr; gelf_newphdr; - gelf_offscn; gelf_rawchunk; gelf_update_dyn; gelf_update_ehdr; @@ -107,3 +104,10 @@ ELFUTILS_1.1 { gelf_getlib; gelf_update_lib; } ELFUTILS_1.0; + +ELFUTILS_1.1.1 { + global: + elf32_offscn; + elf64_offscn; + gelf_offscn; +} ELFUTILS_1.1; |