| 2004-09-25 Ulrich Drepper <drepper@redhat.com> |
| |
| * elf32_checksum.c: Make compile with gcc 4.0. |
| * elf32_updatefile.c: Likewise. |
| * elf32_updatenull.c: Likewise. |
| * elf_begin.c: Likewise. |
| * elf_error.c: Likewise. |
| * elf_getdata.c: Likewise. |
| * elf_getident.c: Likewise. |
| |
| 2004-04-01 Ulrich Drepper <drepper@redhat.com> |
| |
| * elf.h: Update from glibc. |
| |
| 2004-01-23 Ulrich Drepper <drepper@redhat.com> |
| |
| * elf_update.c: Fix locking. |
| * elf_clone.c: Likewise. |
| |
| * libelf.h: Define ELF_T_LIB. |
| * gelf_getlib.c: New file. |
| * gelf_update_lib.c: New file. |
| * gelf.h: Declare the new functions. Define GElf_Lib. |
| * abstract.h: Define Lib, Lib32, Lib64. |
| * gelf_xlate.c (__elf_xfctstom): Add ELF_T_LIB entry. |
| * gelf_xlate.h: Add entry for ElfXX_Lib. |
| * elf_getdata.c: Recognize SHT_GNU_LIBLIST as a known section type. |
| * libelf.map: Add new symbols to ELFUTILS_1.1. |
| * Makefile.am (libelf_a_SOURCES): Add gelf_getlib.c and |
| gelf_update_lib.c. |
| |
| 2004-01-17 Ulrich Drepper <drepper@redhat.com> |
| |
| * Makefile.am: Support building with mudflap. |
| |
| * gelf_xlate.c (INLINE3): Avoid using cast as lvalue. |
| * dl-hash.h (_dl_elf_hash): Likewise. |
| |
| 2004-01-05 Ulrich Drepper <drepper@redhat.com> |
| |
| * elf-knowledge.h: New file. From libelf subdir. |
| * Makefile.am (euincludedir): Define. |
| (euinclude_HEADERS): Add elf-knowledge.h. |
| |
| 2003-09-24 Ulrich Drepper <drepper@redhat.com> |
| |
| * elf.h: Define some PT_IA_64_HP_* constants. |
| |
| 2003-09-23 Jakub Jelinek <jakub@redhat.com> |
| |
| * libelfP.h (struct Elf): Move state.elf64.sizestr_offset after |
| state.elf64.scnincr to match state.elf{,32}. |
| |
| 2003-08-12 Ulrich Drepper <drepper@redhat.com> |
| |
| * elf32_updatefile.c (__updatemmap): When writing back file where |
| some sections have not been read in, count their sizes based on |
| the section header. |
| |
| 2003-08-11 Ulrich Drepper <drepper@redhat.com> |
| |
| * Moved to CVS archive. |