summaryrefslogtreecommitdiffstats
path: root/src/strip.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.174'Ulf Hermann2018-10-111-22/+106
|\
| * strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-141-4/+39
| * libebl: Use elf_getshdrstrndx in ebl_section_strip_p.Mark Wielaard2018-09-131-2/+2
| * strip: Handle mixed allocated/non-allocated sections.Mark Wielaard2018-08-301-15/+65
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+0
* | Merge tag 'elfutils-0.170'Ulf Hermann2017-08-171-35/+157
|\|
| * strip: Deal with ARM data marker symbols pointing to debug sections.Mark Wielaard2017-07-241-6/+24
| * strip: Add --keep-section=SECTION and --remove-section=SECTION.Mark Wielaard2017-07-171-17/+110
| * strip: Don't generate empty output file when nothing to do.Mark Wielaard2017-06-141-12/+19
| * strip: Make sure old .shstrab is removed when eu-strip recreates it.Mark Wielaard2017-06-141-6/+10
* | Make strip compile on windowsUlf Hermann2017-05-081-39/+9
* | Use octal numbers rather than permission macrosUlf Hermann2017-05-081-1/+1
* | Close files before renaming or unlinking themUlf Hermann2017-05-081-1/+4
* | Use OS-specific pathsUlf Hermann2017-05-081-2/+2
* | Open files in O_BINARYUlf Hermann2017-05-081-2/+2
* | Skip fchown, fchmod, fadvise, fallocate if functions are unavailableUlf Hermann2017-05-041-1/+4
|/
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-171-0/+1
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-241-15/+0
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-1/+1
* strip: Don't remove real symbols from allocated symbol tables.Mark Wielaard2016-10-061-11/+24
* strip: Use ELF_CHF_FORCE to recompress any sections that were uncompressed.Mark Wielaard2016-08-251-1/+1
* strip: Handle compressed relocation target sections.Mark Wielaard2016-08-151-5/+17
* dwelf: Add string table functions from ebl.Mark Wielaard2016-08-031-9/+15
* Fix GCC6 -Wnull-dereference warnings.Mark Wielaard2016-02-221-2/+4
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-6/+6
* strip: Only sanity check symbols to not discarded sections for debug file.Mark Wielaard2015-10-091-3/+5
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-051-6/+9
* Remove old-style function definitions.Mark Wielaard2015-09-231-2/+2
* strip: Just admit we don't support stripping ar archives for now.Mark Wielaard2015-06-101-2/+12
* strip: Harden against bogus input files. Don't leak tmp debug file on error.Mark Wielaard2015-05-181-77/+191
* Always call gelf_fsize with EV_CURRENT as argument.Mark Wielaard2015-05-131-12/+7
* Replace futimes with futimens.Max Filippov2015-05-051-9/+9
* Drop mtrace calls.Max Filippov2015-05-041-4/+0
* src: Remove __DATE__ from internal error messages.Mark Wielaard2015-04-141-3/+3
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-261-4/+9
* robustify: strip.Roland McGrath2014-01-231-31/+57
* Fix two memory leaks in findtextrel and strip.Mark Wielaard2013-03-011-1/+6
* Update name, license and contributor policy.Mark Wielaard2012-06-051-19/+11
* Update copyright yearUlrich Drepper2012-01-211-3/+3
* strip.c (relocate): Make offset check overflow-proof.Mark Wielaard2011-05-301-1/+2
* strip: --reloc-debug-sections, relocate against any debug section symbol.Mark Wielaard2011-05-241-65/+83
* strip: Add --reloc-debug-sections option.Mark Wielaard2011-05-231-2/+213
* strip: Handle SHT_GROUP sections better.Mark Wielaard2011-05-191-4/+28
* strip: Remove all excess for --strip-sections.Roland McGrath2011-01-061-27/+31
* strip: Add --strip-sections option.Roland McGrath2011-01-051-0/+58
* Fix sloppy #include use, breaks with latest glibc.Roland McGrath2010-01-151-1/+2
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-131-2/+2
* Fix strip -f infinite loop when coping with some extra kooky object sections.Roland McGrath2009-04-141-1/+2
* Fix typo in comment.Ulrich Drepper2009-01-241-1/+1
* Move argp_program_version_hook and argp_program_bug_address variablesUlrich Drepper2009-01-171-2/+2