summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix use-after-free in normalizeNoteSegmentsuse-after-freeJörg Thalheim2021-08-181-1/+4
* Merge pull request #180 from iv-m/mips-fixesJörg Thalheim2021-08-114-6/+78
|\
| * Adjust PT_MIPS_ABIFLAGS segment if presentIvan A. Melnikov2021-08-112-3/+16
| * Adjust DT_MIPS_RLD_MAP_REL dynamic section entry if presentIvan A. Melnikov2021-08-114-3/+62
|/
* Merge pull request #299 from NixOS/package-stringJörg Thalheim2021-08-101-0/+3
|\
| * define default PACKAGE_STRINGJörg Thalheim2021-08-101-0/+3
* | Merge pull request #298 from NixOS/cleanupsEelco Dolstra2021-08-106-5/+12
|\ \ | |/
| * release: autoreconfHookJörg Thalheim2021-08-101-0/+1
| * gitignore: add all test binariesJörg Thalheim2021-08-101-0/+6
| * tests/contiguous-note-sections: rename for consistencyJörg Thalheim2021-08-104-5/+5
|/
* Merge pull request #297 from Mic92/nixpkgs-bumpJörg Thalheim2021-08-103-6/+6
|\
| * fix typo in pr templateJörg Thalheim2021-08-101-1/+1
| * bump nixpkgs to 21.05Jörg Thalheim2021-08-102-5/+5
|/
* Merge pull request #296 from Mic92/gnu-hashJörg Thalheim2021-08-103-4/+21
|\
| * fix binaries without .gnu.hash sectionJörg Thalheim2021-08-103-4/+21
* | Merge pull request #295 from ius/elf-section-typeDomen Kožar2021-08-101-2/+2
|\ \ | |/ |/|
| * tests/contiguous_note_sections.s: use alternate section type prefixJoerie de Gram2021-08-091-2/+2
|/
* Merge pull request #241 from pablogsal/multipleDomen Kožar2021-08-054-5/+39
|\
| * Merge branch 'master' into multipleDomen Kožar2021-08-0534-290/+495
| |\ | |/ |/|
* | Bump version0.13Eelco Dolstra2021-08-052-1/+7
* | Merge pull request #246 from xavierabellan/add-rpathDomen Kožar2021-08-054-2/+47
|\ \
| * | Added option conflict between --set-rpath and --add-rpathXavier Abellan Ecija2020-11-261-0/+3
| * | Added option --add-rpathXavier Abellan Ecija2020-10-051-2/+0
| * | Added option --add-rpathXavier Abellan Ecija2020-10-054-2/+46
* | | Merge pull request #269 from telent/endianness-fix-for-shrink-rpathDomen Kožar2021-08-051-1/+2
|\ \ \
| * | | convert endian when checking library machine typeDaniel Barlow2021-03-311-1/+2
* | | | fix tests DISTDomen Kožar2021-08-051-1/+1
* | | | Merge pull request #290 from ius/endianness-fixDomen Kožar2021-08-057-0/+28
|\ \ \ \
| * \ \ \ Merge branch 'master' into endianness-fixDomen Kožar2021-08-059-24/+111
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #235 from emlix/cleanupsDomen Kožar2021-08-042-18/+20
|\ \ \ \ \
| * | | | | avoid needless copies of std::stringRolf Eike Beer2021-03-161-8/+8
| * | | | | do not add new string entries when changing libraries to themselfRolf Eike Beer2021-03-161-2/+2
| * | | | | fix -Wshadow warningsRolf Eike Beer2021-03-161-5/+5
| * | | | | silence compiler warning because of different signednessRolf Eike Beer2021-03-161-1/+1
| * | | | | add new SHF_* flags from binutilsRolf Eike Beer2021-03-161-0/+2
| * | | | | only one section name can matchRolf Eike Beer2021-03-161-1/+1
| * | | | | avoid needless memory allocation when replacing sectionsRolf Eike Beer2021-03-161-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #293 from ovpanait/masterDomen Kožar2021-08-045-2/+61
|\ \ \ \ \
| * | | | | tests: add testcase for alignment issues with contiguous note sectionsOvidiu Panait2021-08-045-2/+61
* | | | | | Merge pull request #275 from rpurdie/masterDomen Kožar2021-08-041-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | patchelf: Fix alignment issues with contiguous note sectionsRichard Purdie2021-05-021-1/+2
| |/ / / /
* | | | | Revert "tests: add testcase for alignment issues with contiguous note sections"Domen Kožar2021-08-035-58/+2
* | | | | Run tests by defaultDomen Kožar2021-08-031-0/+1
* | | | | Merge pull request #289 from ovpanait/masterDomen Kožar2021-08-035-2/+58
|\ \ \ \ \
| * | | | | tests: add testcase for alignment issues with contiguous note sectionsOvidiu Panait2021-07-215-2/+58
* | | | | | Merge pull request #292 from ovpanait/issue-291Domen Kožar2021-08-032-3/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tests: plain-needed.sh: add tescases for --add-needed-/--remove-neededOvidiu Panait2021-07-241-1/+22
| * | | | | addNeeded: fix assertion triggered due to bad .dynstr section resizeOvidiu Panait2021-07-241-2/+5
|/ / / / /
| | * | | tests: add e_machine endianness test (#269)Joerie de Gram2021-07-247-1/+29
| |/ / / |/| | |
* | | | Merge pull request #282 from iv-m/endianness-fixDomen Kožar2021-06-211-1/+1
|\ \ \ \