summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* when amending rpath don't add empty rpath entriesrefactoringJörg Thalheim2021-08-281-2/+4
* make modify rpath function smallerJörg Thalheim2021-08-281-82/+92
* Typo (#308)slekky2021-08-251-1/+1
* Merge pull request #304 from NixOS/nobitsJörg Thalheim2021-08-234-2/+25
|\
| * Don't try to parse .dynamic section of type NOBITSMichal Sojka2021-08-231-0/+5
| * add failing test for .dynamic == NOBITSJörg Thalheim2021-08-233-2/+20
| * fix use-after-free in normalizeNoteSegmentsJörg Thalheim2021-08-211-1/+4
* | Merge pull request #302 from NixOS/use-after-freeJörg Thalheim2021-08-231-1/+4
|\ \ | |/ |/|
| * fix use-after-free in normalizeNoteSegmentsuse-after-freeJörg Thalheim2021-08-181-1/+4
* | Merge pull request #300 from NixOS/eintrJörg Thalheim2021-08-191-7/+21
|\ \
| * | correct EINTR handling in writeFileeintrJörg Thalheim2021-08-181-6/+20
| * | fixup PACKAGE_STRING macroJörg Thalheim2021-08-181-1/+1
| |/
* | Merge pull request #301 from NixOS/strcpyEelco Dolstra2021-08-181-2/+2
|\ \ | |/ |/|
| * use memcpy instead of strcpy to set rpathJörg Thalheim2021-08-181-2/+2
|/
* 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
| | |/ / / | |/| | |