summaryrefslogtreecommitdiff
path: root/libelf/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* libelf: Only memcpy ehdr back when not already directly mmapped.Mark Wielaard2013-11-111-0/+5
* libelf: Write all section headers if elf flags contains ELF_F_DIRTY.Mark Wielaard2013-11-051-0/+5
* Check for prefixed ar, readelf, and nmMichael Forney2013-11-051-0/+4
* Update elf.h from glibcPetr Machata2013-10-011-0/+4
* Update elf.h from glibcPetr Machata2013-09-261-0/+4
* gelf.h: Fix typo in comment.Namhyung Kim2013-08-281-0/+4
* gelf_getauxv: Add missing whitespace.Mark Wielaard2013-08-281-0/+4
* gelf_getauxv: Remove unnecessary casts to char *.Mark Wielaard2013-08-271-0/+4
* gelf_getauxv: Use memcpy, not pointer deref, to avoid alignment problems.Kurt Roeckx2013-08-261-0/+5
* elf_getarsym: Handle unaligned data in archive index.Roland McGrath2013-01-071-0/+3
* elf_getarsym: Use memcpy instead of pointer dereference so as not to assume t...Roland McGrath2013-01-071-0/+5
* Update elf.h from glibc.Petr Machata2012-09-171-0/+4
* Update elf.h from glibc.Roland McGrath2012-08-161-0/+4
* elf32_checksum.c: Removed unused ebl_debugscn_p define and confusing comment.Mark Wielaard2012-08-141-0/+5
* Implement support for archives with 64-bit symbol tablePetr Machata2012-08-071-0/+8
* elf_getshdr should work for elf->flags & ELF_F_MALLOCED.Mark Wielaard2012-07-241-0/+5
* elf*_xlatetom: do not check ELF_T_NHDR has integer number of recordsPetr Machata2012-07-171-0/+5
* elf32_offscn.c: Do not match SHT_NOBITS sections at OFFSET.Mark Wielaard2012-04-021-0/+5
* Don't exclude sh_type >= SHT_NUM from stripping.Roland McGrath2012-03-221-0/+4
* elf_end.c (elf_end): Call rwlock_unlock before rwlock_fini.Mark Wielaard2012-02-261-0/+4
* Fix off64_t overflow when MAXIMUM_SIZE == ~0.Jan Kratochvil2011-01-051-0/+5
* Add missing size entries for ELF_T_LIB and ELF_T_GNUHASH.Roland McGrath2010-08-181-0/+9
* Implicitly set dirty bitUlrich Drepper2010-06-141-1/+7
* Handle truncated phdrs without crash.Roland McGrath2010-04-141-0/+5
* Update elf.h from glibc.Roland McGrath2010-04-131-2/+2
* Complete SH port.Matt Fleming2010-04-101-0/+4
* Fix some message typos and xgettext markers.Roland McGrath2010-04-061-0/+5
* Fix for the samePetr Machata2010-04-061-0/+5
* elf.h: Update from glibc.Roland McGrath2010-03-111-0/+4
* Update elf.hUlrich Drepper2010-03-041-0/+4
* Avoid wild section data pointers from bogus sh_offset in mapped files.Roland McGrath2010-02-171-0/+6
* Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-151-0/+4
* Add elf_getphdrnum, support >65536 phdrs.Roland McGrath2010-01-071-0/+20
* Fix fill_mmap for sections past the section headersLubomir Rintel2010-01-041-0/+5
* __libelf_readall: Fetch file size if not yet known.Roland McGrath2009-11-101-0/+4
* Mark the archive header as unusable when there is no next ar element.Mark Wielaard2009-11-061-0/+5
* Makefile.am (libelf.so): Use -Wl,-z,defs not -defs.Mark Wielaard2009-08-121-0/+4
* Update elf.h from glibc.Ulrich Drepper2009-07-261-0/+4
* Fix handling of gaps between sections when writing files in libelf.Lubomir Rintel2009-07-211-0/+5
* Reorder Elf struct members for optimal packing.Roland McGrath2009-07-081-0/+5
* Add support for STB_GNU_UNIQUE to libebl.Ulrich Drepper2009-07-081-0/+4
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-131-0/+17
* Add support for IRELATIVE relocations.Ulrich Drepper2009-06-011-0/+4
* Nominal ARM support.Roland McGrath2009-04-151-0/+4
* Update elf.h and some tables; fill in sparc backend reloc table.Roland McGrath2009-04-011-0/+4
* typoRoland McGrath2009-02-101-1/+1
* Don't write uninitialized data into zeroth section header entry.Ulrich Drepper2009-02-101-0/+5
* Document possible elf_strptr problem.Ulrich Drepper2009-02-011-0/+4
* Fix commit in updatenull_wrlock wrt to layout resulting from section headerUlrich Drepper2009-01-261-0/+5
* When writing ELF files in libelf, fill the gap between sections even if onlyUlrich Drepper2009-01-221-2/+9