]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow elfcopy to convert between two non-ELF formats
authoremaste <emaste@FreeBSD.org>
Tue, 16 Feb 2016 14:03:25 +0000 (14:03 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 16 Feb 2016 14:03:25 +0000 (14:03 +0000)
commit284f6cde63476cc099b272baa04262937e75e289
treeb61989449d793946735ddcc30d3edd221509607f
parent05bc01be325d003f15773baf0c11c0d8aca64e0a
Allow elfcopy to convert between two non-ELF formats

If the output object is not an ELF file, choose an arbitrary ELF format
for the intermediate file. srec, ihex and binary formats are independent
of class, endianness and machine type so these choices do not affect the
output.

ELF Tool Chain ticket #517

Reviewed by: kai
Obtained from: ELF Tool Chain r3411
contrib/elftoolchain/elfcopy/main.c