Rewrite of readelf to use fopen/fread rather than mmap.

This commit is contained in:
Nick Clifton 1998-06-23 18:12:44 +00:00
parent f915cc9125
commit ebb6416960
3 changed files with 1772 additions and 1139 deletions

View File

@ -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

View File

@ -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]

File diff suppressed because it is too large Load Diff