avr-elfedit --version (return code: 0)
GNU elfedit (GNU Binutils) 2.26.20160125
Copyright (C) 2015 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
avr-elfedit --help (return code: 0)
Usage: elfedit <option(s)> elffile(s)
Update the ELF header of ELF files
The options are:
--input-mach <machine> Set input machine type to <machine>
--output-mach <machine> Set output machine type to <machine>
--input-type <type> Set input file type to <type>
--output-type <type> Set output file type to <type>
--input-osabi <osabi> Set input OSABI to <osabi>
--output-osabi <osabi> Set output OSABI to <osabi>
-h --help Display this information
-v --version Display the version number of elfedit
Report bugs to <http://www.sourceware.org/bugzilla/>