summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version and update release notesrelease-0.13Harmen Stoppels2021-11-272-1/+13
* fix setting empty rpathJörg Thalheim2021-11-273-2/+14
* use memcpy instead of strcpy to set rpathJörg Thalheim2021-11-271-2/+2
* Don't try to parse .dynamic section of type NOBITSMichal Sojka2021-11-271-0/+5
* fix use-after-free in normalizeNoteSegmentsJörg Thalheim2021-11-271-1/+4
* correct EINTR handling in writeFileJörg Thalheim2021-11-271-6/+20
* Adjust PT_MIPS_ABIFLAGS segment if presentIvan A. Melnikov2021-11-272-3/+16
* Adjust DT_MIPS_RLD_MAP_REL dynamic section entry if presentIvan A. Melnikov2021-11-274-3/+62
* fix binaries without .gnu.hash sectionJörg Thalheim2021-11-273-4/+21
* 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
|\ \ \
| * | | rewriteSectionsLibrary: Fix endianness issueIvan A. Melnikov2021-06-211-1/+1
|/ / /
* | | Merge pull request #281 from iv-m/fix-PT_PHDRDomen Kožar2021-06-190-0/+0
|\ \ \
| * | | Fix updating program header table segmentIvan A. Melnikov2021-06-161-1/+1
| |/ /
* | | Merge pull request #278 from satmandu/PR243Domen Kožar2021-06-192-2/+18
|\ \ \ | |/ / |/| |
| * | Change to 'for (auto & phdr : phdrs) { .' as used elsewhereSatadru Pramanik2021-05-271-1/+1
| * | add PR243 reproducerSatadru Pramanik2021-05-202-16/+13
| * | merge from PR243Satadru Pramanik2021-05-201-1/+4
| * | Add testfile from PR270Satadru Pramanik2021-05-201-0/+16
| * | fixed phdr bugMatrixLing2021-04-121-1/+1
|/ /
* | Merge pull request #266 from neheb/intEelco Dolstra2021-02-261-2/+2
|\ \