aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* libdwarf: Add definitions for Apple's DWARF extension attributes.Mark Johnston2016-09-202-0/+41
* readelf: silence GCC 4.2.1 uninitialized variable warningEd Maste2016-08-311-0/+4
* Update to ELF Tool Chain r3490Ed Maste2016-08-3116-25/+223
* elfcopy: correct comment typo in r304151Ed Maste2016-08-151-1/+1
* elfcopy: add elf64-littleaarch64 output target supportEd Maste2016-08-152-0/+9
* elfcopy: silence GCC 5.3 unitialized variable warningEd Maste2016-08-151-0/+1
* readelf: report ARM program and section header typesEd Maste2016-08-021-9/+30
* libelftc: fix demangling of wchar_tEd Maste2016-07-241-1/+1
* Use the in-tree sys/elf_common.h to build libelftc.Bryan Drewery2016-06-056-40/+0
* Update to ELF Tool Chain r3477Ed Maste2016-05-251-11/+9
* Add relocation support for RISC-V.Ruslan Bukin2016-05-252-0/+9
* elftoolchain: backwards compatability for ELFOSABI_CLOUDABI definitionEd Maste2016-05-213-0/+13
* elftoolchain: backwards compatability for EM_RISCV definitionEd Maste2016-05-203-0/+9
* elftoolchain: backwards compatability for EM_IAMCU definitionEd Maste2016-05-204-0/+18
* Update to ELF Tool Chain r3475Ed Maste2016-05-2034-1238/+1288
* elfcopy: map all !alnum characters to '_' in binary input symbol namesEd Maste2016-04-201-3/+4
* elfcopy: fix symbol table handling when sections come after symtab/strtabEd Maste2016-04-151-2/+15
* elfcopy: overhaul of LMA handlingEd Maste2016-03-242-89/+184
* libelf: correct byte count in cross-endian note translationEd Maste2016-03-111-0/+1
* libdwarf: fix SHT_REL relocation processingEd Maste2016-03-111-3/+12
* elfcopy: fail if debug link target is emptyEd Maste2016-03-041-0/+3
* Allow elfcopy to convert between two non-ELF formatsEd Maste2016-02-161-0/+12
* Update ELF Tool Chain to upstream rev 3400Ed Maste2016-02-1265-873/+4894
* readelf: decode AArch64 TLS descriptor relocationsEd Maste2016-02-051-0/+10
* readelf: report value of unknown relocation typesEd Maste2016-02-051-12/+14
* readelf: avoid accidental fallthrough in RISC-V relocationsEd Maste2016-02-051-0/+1
* Add config for RISC-V ISA.Ruslan Bukin2016-01-241-0/+6
* Fixed uninitialized variable warnings.Kai Wang2015-12-131-2/+2
* Update to ELF Tool Chain r3272Ed Maste2015-12-1110-180/+484
* elfcopy: include extension but replace . when converting from binaryEd Maste2015-12-111-12/+8
* elfcopy: exclude extension when converting from binaryEd Maste2015-12-071-1/+12
* readelf: add Xen ELF notesEd Maste2015-12-031-0/+29
* Add missing commasEd Maste2015-10-121-13/+13
* Add definitions for MIPS TLS relocations to elftoolchain.Alexander Kabaev2015-10-092-19/+46
* addr2line: initialize die to NULLEd Maste2015-10-091-0/+1
* Update to ELF Tool Chain r3250Ed Maste2015-10-0913-99/+311
* Rename ELFOSABI_SYSV to ELFOSABI_NONE to match current specEd Maste2015-09-242-2/+2
* readelf: Correct typo HPUS -> HPUXEd Maste2015-09-241-1/+1
* addr2line: skip CUs lacking debug info instead of bailing outEd Maste2015-09-221-1/+7
* Add ELF Tool Chain's brandelf(1) to contribEd Maste2015-07-313-0/+471
* Add ELF Tool Chain's ar(1) and elfdump(1) to contribEd Maste2015-07-3016-0/+6788
* readelf: avoid division by zero on section entry sizeEd Maste2015-07-241-15/+47
* Add RISC-V ELF machine type definitionEd Maste2015-07-242-1/+3
* Fix endless recursion in dwarf_get_section_max_offsets(), found by clangDimitry Andric2015-06-231-2/+2
* elfcopy: Handle objects without a ".shstrtab" section string tableEd Maste2015-06-131-0/+8
* Update to ELF Tool Chain r3223Ed Maste2015-05-2711-73/+687
* Update to ELF Tool Chain r3197Ed Maste2015-05-1440-98/+161
* Update elftoolchain to upstream revision 3179Ed Maste2015-04-0178-240/+255
* nm: avoid crash in print_lineno if func->name is NULLEd Maste2015-02-251-1/+2
* Update elftoolchain to upstream revision 3163Ed Maste2015-02-1726-40/+83