History log of /freebsd-current/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c
Revision Date Author Comments
# e16ea340 27-Jun-2019 Mitchell Horne <mhorne@FreeBSD.org>

libelftc: add RISC-V bfd targets

This adds the following targets: elf32-riscv, elf64-riscv, elf64-riscv-freebsd

Reviewed by: emaste, markj, jkoshy@users.sourceforge.net
Approved by: markj (mentor)
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D20768


# 9569e13d 07-Feb-2017 Justin Hibbits <jhibbits@FreeBSD.org>

Add elf*-powerpc-freebsd targets to the elftoolchain target list

FreeBSD uses the full target triple when generating embedded rootfs images
(MFS_IMAGE= make option). Without this change objcopy errors out with:

objcopy: elf64-poewrpc-freebsd: invalid target name

MFC after: 2 weeks


# 3ca2845d 09-Dec-2016 Ed Maste <emaste@FreeBSD.org>

libelftc: add elf{32,64}-tradlittlemips target emulation names

Sponsored by: The FreeBSD Foundation


# adb25d1e 07-Nov-2016 Ed Maste <emaste@FreeBSD.org>

libelftc: add elf{32,64}-tradbigmips target emulation names

Reported by: theraven
Sponsored by: The FreeBSD Foundation


# e85c2b0b 15-Aug-2016 Ed Maste <emaste@FreeBSD.org>

elfcopy: add elf64-littleaarch64 output target support

Sponsored by: The FreeBSD Foundation