aboutsummaryrefslogtreecommitdiff
path: root/binutils/binutils.texi
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-19 18:50:41 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-19 18:50:41 +0000
commit11de29d03b19e4fdb1bac1702330da51ccbf379a (patch)
tree901b47350c38ddcd22584daffc78712000466842 /binutils/binutils.texi
parent8095b665cb218ed8d9a617362fec29d570250a8a (diff)
downloadgdb-11de29d03b19e4fdb1bac1702330da51ccbf379a.zip
gdb-11de29d03b19e4fdb1bac1702330da51ccbf379a.tar.gz
gdb-11de29d03b19e4fdb1bac1702330da51ccbf379a.tar.bz2
* binutils.texi: Document change to binary format: file position
based on load address, not section VMA.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r--binutils/binutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi
index 2632279..8014592 100644
--- a/binutils/binutils.texi
+++ b/binutils/binutils.texi
@@ -841,7 +841,7 @@ output target of @samp{binary} (e.g., use @samp{-O binary}). When
@code{objcopy} generates a raw binary file, it will essentially produce
a memory dump of the contents of the input object file. All symbols and
relocation information will be discarded. The memory dump will start at
-the virtual address of the lowest section copied into the output file.
+the load address of the lowest section copied into the output file.
When generating an S-record or a raw binary file, it may be helpful to
use @samp{-S} to remove sections containing debugging information. In