#
d003e0d7 |
| 05-Dec-2019 |
Ed Maste <emaste@FreeBSD.org> |
Update ELF Tool Chain to upstream r3769
This contains many small bugfixes and documentation improvements.
Sponsored by: The FreeBSD Foundation
|
#
bc589b72 |
| 04-Jun-2019 |
Mark Johnston <markj@FreeBSD.org> |
elfcopy: Use libelftc's string table routines to build .shstrtab.
This replaces some hand-rolled routines and is substantially faster since libelftc uses a hash table for lookups and insertions, whe
elfcopy: Use libelftc's string table routines to build .shstrtab.
This replaces some hand-rolled routines and is substantially faster since libelftc uses a hash table for lookups and insertions, whereas elfcopy would perform a linear scan of the table.
PR: 234949 Reviewed by: emaste MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20473
show more ...
|
#
b6d812d2 |
| 31-Aug-2016 |
Ed Maste <emaste@FreeBSD.org> |
Update to ELF Tool Chain r3490
Improvements include: * readelf: report all relocation types in rel/rela for MIPS N64 * readelf: add ELFOSABI_ARM_AEABI * elfdump: add ELFOSABI_ARM_AEABI and ELFOSA
Update to ELF Tool Chain r3490
Improvements include: * readelf: report all relocation types in rel/rela for MIPS N64 * readelf: add ELFOSABI_ARM_AEABI * elfdump: add ELFOSABI_ARM_AEABI and ELFOSABI_ARM * Add recent RISC-V relocations * elfcopy: use elftc_timestamp, to support SOURCE_DATE_EPOCH
Sponsored by: The FreeBSD Foundation
show more ...
|
#
d4a12237 |
| 15-Aug-2016 |
Ed Maste <emaste@FreeBSD.org> |
elfcopy: correct comment typo in r304151
|
#
07410fe4 |
| 15-Aug-2016 |
Ed Maste <emaste@FreeBSD.org> |
elfcopy: silence GCC 5.3 unitialized variable warning
Although it's a false positive there is little cost to initializing it always.
Submitted by: adrian
|
#
b6b6f9cc |
| 20-May-2016 |
Ed Maste <emaste@FreeBSD.org> |
Update to ELF Tool Chain r3475
Improvements include:
* Add support for reporting and handling a number of new constants in various tools, including: * CloudABI OSABI * DT_TLSDESC_*
Update to ELF Tool Chain r3475
Improvements include:
* Add support for reporting and handling a number of new constants in various tools, including: * CloudABI OSABI * DT_TLSDESC_* * i386, MIPS, SPARC and amd64 relocations
* C++ demangler bug fixes
* Man page updates
* Improved input validation in several tools
This update also reduces diffs against upstream as a number of fixes included in upstream were previously cherry-picked into FreeBSD.
Sponsored by: The FreeBSD Foundation
show more ...
|
#
67d97fe7 |
| 01-Apr-2015 |
Ed Maste <emaste@FreeBSD.org> |
Update elftoolchain to upstream revision 3179
Some notable changes: - libdwarf: Fixed DWARF4 line section - elfcopy: Implement --localize-hidden - nm: handle object name referenced by DW_AT_specific
Update elftoolchain to upstream revision 3179
Some notable changes: - libdwarf: Fixed DWARF4 line section - elfcopy: Implement --localize-hidden - nm: handle object name referenced by DW_AT_specification - elfcopy: Add --strip-dwo and --extract-dwo options for split DWARF - readelf: add remaining arm64 dynamic relocation names - nm: Avoid integer overflow in value comparison
Relnotes: Yes Sponsored by: The FreeBSD Foundation
show more ...
|
#
50f69bfb |
| 01-Dec-2014 |
Ed Maste <emaste@FreeBSD.org> |
Fix elftoolchain tools in-tree build
* make variables static * add header for uint*_t typedefs
|
#
a85fe12e |
| 27-Nov-2014 |
Ed Maste <emaste@FreeBSD.org> |
Copy elftoolchain binutils replacements from vendor branch
Sponsored by: The FreeBSD Foundation
|