summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make updating .rel.plt section optionalplt-rela-fixJörg Thalheim2021-09-111-1/+4
* Merge pull request #317 from Mic92/clangJörg Thalheim2021-09-112-6/+17
|\
| * also build with clangJörg Thalheim2021-09-112-6/+17
|/
* Merge pull request #316 from andrewla/external-stringsJörg Thalheim2021-09-114-10/+56
|\
| * rename test: external.sh -> args-from-file.shJörg Thalheim2021-09-112-1/+1
| * also test if external file does not existsJörg Thalheim2021-09-111-0/+3
| * Allow string arguments to be read from files.Andrew Laucius2021-09-104-10/+53
* | Merge pull request #311 from NixOS/refactoringJörg Thalheim2021-09-081-83/+95
|\ \ | |/ |/|
| * 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
* | Merge pull request #312 from NixOS/githubJörg Thalheim2021-08-282-3/+28
|\ \
| * | github: update install-nix-actionJörg Thalheim2021-08-281-1/+1
| * | publish tarballs with github workflowJörg Thalheim2021-08-281-0/+27
| * | ci: remove obsolete optionJörg Thalheim2021-08-281-2/+0
| |/
* | Merge pull request #309 from NixOS/ubsanJörg Thalheim2021-08-284-2/+26
|\ \
| * | cleanup duplicate sanitizer flagsubsanJörg Thalheim2021-08-281-4/+11
| * | gitignore: add check binaryJörg Thalheim2021-08-261-0/+1
| * | add sanitizer build to CIJörg Thalheim2021-08-261-0/+5
| * | add ubsan optionJörg Thalheim2021-08-262-2/+13
| |/
* | Merge pull request #307 from Mic92/coverageJörg Thalheim2021-08-282-1/+8
|\ \
| * | add flag testsJörg Thalheim2021-08-252-1/+8
* | | Merge pull request #306 from Mic92/aarch64Jörg Thalheim2021-08-261-10/+8
|\ \ \ | |_|/ |/| |
| * | fix aarch64 buildJörg Thalheim2021-08-251-10/+8
| |/
* | 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
|\ \ | |/ |/|