Implement ELF file reading (finally). Requires libelf(3) to be

present on the host system.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1056 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2012-02-02 16:52:45 +00:00
parent ee3483eadf
commit f5e8183f30
8 changed files with 417 additions and 3 deletions

View File

@@ -773,6 +773,10 @@ Motorola S-record
@itemx r
raw binary; little-endian byte order, in the case of the flash ROM data
@itemx e
ELF (Executable and Linkable Format), the final output file from the
linker; currently only accepted as an input file
@itemx m
immediate mode; actual byte values specified on the command line,
separated by commas or spaces in place of the @var{filename} field of