summaryrefslogtreecommitdiff
path: root/src/elfcompress.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-301-3/+2
* elfcompress: fix exit status in case of an errorDmitry V. Levin2021-05-121-1/+1
* elfcompress: remove redundant assignmentDmitry V. Levin2021-05-121-1/+0
* elfcompress: fix exit status regression in case of "Nothing to do"Dmitry V. Levin2021-05-121-0/+1
* Come up with startswith function.Martin Liska2021-05-121-14/+11
* elfcompress: Replace cleanup() with labelTimm Bäder2021-03-021-109/+106
* elfcompress: Pull get_sections() into file scopeTimm Bäder2021-03-011-10/+11
* elfcompress: Pull get_section() into file scopeTimm Bäder2021-03-011-6/+7
* elfcompress: Pull set_section() into file scopeTimm Bäder2021-03-011-7/+9
* src: fix spelling typos in comments and ChangeLogDmitry V. Levin2020-12-121-1/+1
* elfcompress: Don't rewrite file if no section data needs to be updated.Mark Wielaard2018-07-241-3/+42
* elfcompress: Swap fchmod and fchown calls on new file.Mark Wielaard2018-07-221-4/+7
* Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+1
* Use fallthrough attribute.Joshua Watt2018-02-101-1/+1
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-171-1/+1
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-241-7/+0
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-101-1/+2
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-0/+1
* dwelf: Add string table functions from ebl.Mark Wielaard2016-08-031-13/+18
* elfcompress: -q should not imply --force.Mark Wielaard2016-02-221-1/+2
* Fix build on 32bit systems.Mark Wielaard2016-01-081-1/+1
* elfcompress: New utility.Mark Wielaard2016-01-061-0/+1321