diff options
| author | Ulrich Drepper <[email protected]> | 2005-08-04 07:01:49 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-08-04 07:01:49 +0000 |
| commit | acb8983909a3f031041ee5d7cbe09fbeb3c31b9a (patch) | |
| tree | 10126b9ad3ecaf8c6f7ceb50f0123aae800bdedd /libelf | |
| parent | 6fcb3833aea47e3a73382002f0293bcf3b02e127 (diff) | |
Move elf32_offscn etc in new version.
More elflint tests.
Diffstat (limited to 'libelf')
| -rw-r--r-- | libelf/ChangeLog | 5 | ||||
| -rw-r--r-- | libelf/libelf.map | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 6a1dfd93..5d22c326 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,8 @@ +2005-08-03 Ulrich Drepper <[email protected]> + + * libelf.map: Move elf32_offscn, elf64_offscn, and gelf_offscn in + new version ELFUTILS_1.1.1. + 2005-08-02 Ulrich Drepper <[email protected]> * elf_error.c: Add handling of ELF_E_INVALID_OFFSET. 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; |
