1 2004-09-25 Ulrich Drepper <drepper (a] redhat.com> 2 3 * elf32_checksum.c: Make compile with gcc 4.0. 4 * elf32_updatefile.c: Likewise. 5 * elf32_updatenull.c: Likewise. 6 * elf_begin.c: Likewise. 7 * elf_error.c: Likewise. 8 * elf_getdata.c: Likewise. 9 * elf_getident.c: Likewise. 10 11 2004-04-01 Ulrich Drepper <drepper (a] redhat.com> 12 13 * elf.h: Update from glibc. 14 15 2004-01-23 Ulrich Drepper <drepper (a] redhat.com> 16 17 * elf_update.c: Fix locking. 18 * elf_clone.c: Likewise. 19 20 * libelf.h: Define ELF_T_LIB. 21 * gelf_getlib.c: New file. 22 * gelf_update_lib.c: New file. 23 * gelf.h: Declare the new functions. Define GElf_Lib. 24 * abstract.h: Define Lib, Lib32, Lib64. 25 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_LIB entry. 26 * gelf_xlate.h: Add entry for ElfXX_Lib. 27 * elf_getdata.c: Recognize SHT_GNU_LIBLIST as a known section type. 28 * libelf.map: Add new symbols to ELFUTILS_1.1. 29 * Makefile.am (libelf_a_SOURCES): Add gelf_getlib.c and 30 gelf_update_lib.c. 31 32 2004-01-17 Ulrich Drepper <drepper (a] redhat.com> 33 34 * Makefile.am: Support building with mudflap. 35 36 * gelf_xlate.c (INLINE3): Avoid using cast as lvalue. 37 * dl-hash.h (_dl_elf_hash): Likewise. 38 39 2004-01-05 Ulrich Drepper <drepper (a] redhat.com> 40 41 * elf-knowledge.h: New file. From libelf subdir. 42 * Makefile.am (euincludedir): Define. 43 (euinclude_HEADERS): Add elf-knowledge.h. 44 45 2003-09-24 Ulrich Drepper <drepper (a] redhat.com> 46 47 * elf.h: Define some PT_IA_64_HP_* constants. 48 49 2003-09-23 Jakub Jelinek <jakub (a] redhat.com> 50 51 * libelfP.h (struct Elf): Move state.elf64.sizestr_offset after 52 state.elf64.scnincr to match state.elf{,32}. 53 54 2003-08-12 Ulrich Drepper <drepper (a] redhat.com> 55 56 * elf32_updatefile.c (__updatemmap): When writing back file where 57 some sections have not been read in, count their sizes based on 58 the section header. 59 60 2003-08-11 Ulrich Drepper <drepper (a] redhat.com> 61 62 * Moved to CVS archive. 63