summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ar: Check whether ar header values fit.Mark Wielaard2017-09-201-0/+9
* Internationalized messages should not contain the '\v' escape sequence.Mark Wielaard2017-09-151-0/+5
* Cast pid_t to long long when printingUlf Hermann2017-08-181-0/+4
* On non-linux systems, don't use native signal numbersUlf Hermann2017-08-181-0/+4
* libdw: Add DW_MACRO constants and DW_MACRO_GNU compatibility defines.Mark Wielaard2017-08-021-0/+7
* Handle DWARF5 defaulted member function encodings.Mark Wielaard2017-08-021-0/+7
* strip: Deal with ARM data marker symbols pointing to debug sections.Mark Wielaard2017-07-241-0/+5
* strip: Add --keep-section=SECTION and --remove-section=SECTION.Mark Wielaard2017-07-171-0/+13
* strip: Don't generate empty output file when nothing to do.Mark Wielaard2017-06-141-0/+6
* strip: Make sure old .shstrab is removed when eu-strip recreates it.Mark Wielaard2017-06-141-0/+4
* Include strings.h to make ffs availableUlf Hermann2017-04-271-0/+4
* Protect against integer overflow on shnumUlf Hermann2017-04-271-0/+4
* Avoid YESSTR and NOSTRUlf Hermann2017-04-261-0/+5
* elflint: Support checking ELF files with compressed sections.Mark Wielaard2017-04-051-0/+4
* elflint: Don't check section group without flags word.Mark Wielaard2017-04-041-0/+4
* elflint: Sanity check the number of phdrs and shdrs available.Mark Wielaard2017-04-041-0/+4
* elflint: Don't trust sh_entsize when checking hash sections.Mark Wielaard2017-04-041-0/+7
* elflint: Check symbol table data is big enough before checking.Mark Wielaard2017-04-041-0/+4
* Use the empty string for note names with zero size (without any data).Mark Wielaard2017-04-031-0/+6
* readelf: Fix off by one sanity check in handle_gnu_hash.Mark Wielaard2017-04-031-0/+5
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-171-0/+18
* Move color handling into a separate headerUlf Hermann2017-02-151-0/+5
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-241-0/+21
* readelf: Add optional --symbols[=SECTION] argument to select section name.Mark Wielaard2016-11-171-0/+7
* ar: Fix GCC7 -Wformat-length issues.Mark Wielaard2016-11-111-0/+7
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-101-0/+8
* unstrip: Don't try to use unstripped .symtab with stripped .strtabKevin Cernekee2016-10-241-1/+6
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-0/+15
* strip: Don't remove real symbols from allocated symbol tables.Mark Wielaard2016-10-061-0/+5
* strip: Use ELF_CHF_FORCE to recompress any sections that were uncompressed.Mark Wielaard2016-08-251-0/+4
* strip: Handle compressed relocation target sections.Mark Wielaard2016-08-151-0/+5
* dwelf: Add string table functions from ebl.Mark Wielaard2016-08-031-0/+8
* Remove eu-ld and unused code.Mark Wielaard2016-08-031-0/+24
* unstrip: Fix off by one array access with unstripped_strent.Mark Wielaard2016-07-111-0/+5
* Add support for BPFRichard Henderson2016-06-281-0/+4
* elfcmp: fix self-comparison error with GCC 6David Abdurachmanov2016-04-111-0/+4
* nm: Check for malloc size argument overflow in show_symbols.Mark Wielaard2016-03-211-0/+4
* readelf: Warn when uncompressing fails and error when gelf_getshdr fails.Mark Wielaard2016-02-221-0/+8
* elfcompress: -q should not imply --force.Mark Wielaard2016-02-221-0/+4
* Fix GCC6 -Wnull-dereference warnings.Mark Wielaard2016-02-221-0/+4
* readelf: Read and print (encoded) DW_CFA_set_loc op and update pc.Mark Wielaard2016-02-181-0/+7
* elflint: Fix sh_entsize check when comparing SHT_HASH and SHT_GNU_HASH.Mark Wielaard2016-02-151-0/+6
* elflint: Recognize ELFOSABI_FREEBSD which Debian kFreeBSD uses.Mark Wielaard2016-01-181-0/+4
* Fix build on 32bit systems.Mark Wielaard2016-01-081-0/+5
* elfcompress: New utility.Mark Wielaard2016-01-061-0/+6
* elflint: Recognize and check SHF_COMPRESSED section flag.Mark Wielaard2016-01-061-0/+8
* readelf: Handle compressed sections and extend -z to cover -x and -p.Mark Wielaard2016-01-061-0/+13
* readelf: Add -z,--decompress option.Mark Wielaard2016-01-061-0/+8
* elflint: Add _edata and _end to the list of possibly dangling gnuld symbols.Mark Wielaard2016-01-051-0/+5
* nm: If the file is ET_REL and we need Dwarf use libdwfl to get it relocated.Mark Wielaard2016-01-021-0/+10