Fix bug in interlisting option, added --file-start-context option.

This commit is contained in:
Timothy Wall
2000-02-08 18:38:13 +00:00
parent f2c4d933e6
commit f15632584b
4 changed files with 29 additions and 5 deletions

View File

@@ -1171,6 +1171,7 @@ objdump [ -a | --archive-headers ]
[ -z | --disassemble-zeroes ]
[ -EB | -EL | --endian=@{big | little @} ]
[ -f | --file-headers ]
[ --file-start-context ]
[ -g | --debugging ]
[ -h | --section-headers | --headers ]
[ -i | --info ]
@@ -1299,6 +1300,12 @@ does not describe endianness information, such as S-records.
Display summary information from the overall header of
each of the @var{objfile} files.
@item --file-start-context
@cindex source code context
Specify that when displaying interlisted source code/disassembly
(assumes '-S') from a file that has not yet been displayed, extend the
context to the start of the file.
@item -h
@itemx --section-header
@itemx --header