diff options
| author | Ulrich Drepper <[email protected]> | 2009-06-13 15:55:42 -0700 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-06-13 15:55:42 -0700 |
| commit | f189493154d0041deced00e6a99cc5426dc9d260 (patch) | |
| tree | 6c55e4b0b571c49d01e1b355e52f72b6d5c069eb /libelf/ChangeLog | |
| parent | b47d290a36509e26e145f6d3eb2e6590ec6c554d (diff) | |
Add aliases for elf_getshnum and elf_getshstrndx.
Sun in their implementation messed up the semantics of these functions.
To get back to source code compatibility they asked for a solution.
We simply add aliases for the two affected functions, named
elf_getshdrnum and elf_getshdrstrndx. The semantics remains the
same. Users of the old interfaces receive a warning for now. In
future we might make it impossible to link programs which request
the old interfaces (binary compatibility will of course be maintained).
Diffstat (limited to 'libelf/ChangeLog')
| -rw-r--r-- | libelf/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 2fd5381b..a0163db1 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,20 @@ +2009-06-13 Ulrich Drepper <[email protected]> + + * Makefile.am (libelf_a_SOURCES): Replace elf_getshnum.c and + elf_getshstrndx.c with elf_getshdrnum.c and elf_getshdrstrndx.c. + * elf_getshnum.c: Renamed to... + * elf_getshdrnum.c: ...this. Rename function and add old name as + alias. Likewise for internal functions with derived names. + * elf_getshstrndx.c: Renamed to... + * elf_getshdrstrndx.c: ...this. Rename function and add old name as + alias. Likewise for internal functions with derived names. + * libelf.h: Add prototypes for new names. Make old names as + deprecated. + * libelfP.h: Rename internal function prototypes. + * libelf.map: Export for names. + * elf32_checksum.c: Don't use deprecated functions. + * elf32_getshdr.c: Likewise. + 2009-06-01 Ulrich Drepper <[email protected]> * elf.h: Update from glibc. |
