]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r305130: Update to ELF Tool Chain r3490
authoremaste <emaste@FreeBSD.org>
Thu, 15 Sep 2016 17:28:03 +0000 (17:28 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 15 Sep 2016 17:28:03 +0000 (17:28 +0000)
commit781d2e53732985932bcb1b7a462e95557a35f6ee
tree9f98dfd60ac68ca64b82cd0a31b73c52937b5210
parent2795fdfa265e1b30d06c9de100f163a9fba3e675
MFC r305130: 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

MFC r305155: readelf: silence GCC 4.2.1 uninitialized variable warning

Sponsored by: The FreeBSD Foundation
18 files changed:
contrib/elftoolchain/common/elfdefinitions.h
contrib/elftoolchain/elfcopy/archive.c
contrib/elftoolchain/elfcopy/ascii.c
contrib/elftoolchain/elfcopy/pe.c
contrib/elftoolchain/elfdump/elfdump.c
contrib/elftoolchain/libelf/elf_flagdata.3
contrib/elftoolchain/libelftc/Makefile
contrib/elftoolchain/libelftc/elftc_bfd_find_target.3
contrib/elftoolchain/libelftc/elftc_reloc_type_str.c
contrib/elftoolchain/libelftc/elftc_timestamp.3 [new file with mode: 0644]
contrib/elftoolchain/libelftc/elftc_timestamp.c [new file with mode: 0644]
contrib/elftoolchain/libelftc/libelftc.h
contrib/elftoolchain/libelftc/libelftc_bfdtarget.c
contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c
contrib/elftoolchain/readelf/readelf.1
contrib/elftoolchain/readelf/readelf.c
lib/libelftc/Makefile
lib/libelftc/elftc_version.c