diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 18:38:13 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 18:38:13 +0000 |
commit | f15632584b5f2c0355fcc0f354da079b240aedf2 (patch) | |
tree | fb68f5bfafca1216514941397635a6238aebd08b /binutils/binutils.texi | |
parent | f2c4d933e69aa357518329d9dd3641fb5d05e28c (diff) | |
download | gdb-f15632584b5f2c0355fcc0f354da079b240aedf2.zip gdb-f15632584b5f2c0355fcc0f354da079b240aedf2.tar.gz gdb-f15632584b5f2c0355fcc0f354da079b240aedf2.tar.bz2 |
Fix bug in interlisting option, added --file-start-context option.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 95c684a..ee603b7 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -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 |