Rewrite of readelf to use fopen/fread rather than mmap.
This commit is contained in:
parent
f915cc9125
commit
ebb6416960
3 changed files with 1772 additions and 1139 deletions
|
@ -1,3 +1,16 @@
|
|||
Tue Jun 23 11:08:53 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* readelf.c: Rewrite to use fopen/fread ratehr than mmap.
|
||||
|
||||
Add --section-headers command line switch, which is an alias for
|
||||
--sections.
|
||||
|
||||
Incorporate improvemnts made by Andreas Schwab
|
||||
<schwab@issan.informatik.uni-dortmund.de> including output
|
||||
formatting and version info display.
|
||||
|
||||
* binutils.texi: Document --section-headers switch to readelf.
|
||||
|
||||
Mon Jun 22 18:28:19 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* readelf.c: Include bfd.h and bucomm.h before system header
|
||||
|
|
|
@ -2276,7 +2276,7 @@ Displays dlltool's version number and then exits.
|
|||
readelf [ -a | --all ]
|
||||
[ -h | --file-header]
|
||||
[ -l | --program-headers | --segments]
|
||||
[ -S | --sections]
|
||||
[ -S | --section-headers | --sections]
|
||||
[ -s | --symbols]
|
||||
[ -r | --relocs]
|
||||
[ -d | --dynamic]
|
||||
|
|
2896
binutils/readelf.c
2896
binutils/readelf.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue