Revision: 328
http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=328&view=rev
Author: kaiwang27
Date: 2009-03-29 02:35:17 +0000 (Sun, 29 Mar 2009)
Log Message:
-----------
Added option -S.
When option -S is specified, elfdump(1) will run in a mode emulating the
Solaris elfdump. In this mode, elfdump(1) will give additional explanation
about the data in the ELF object. Output format is changed also.
For example, when -S and -r are both specified, the symbol name refered
by each reloc entry will be dumped. When -S and -G are both specified,
relocation entries that are refering to .got entry willl be printed.
Modified Paths:
--------------
projects/elfdump/trunk/elfdump.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|