aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-13 00:46:09 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-13 00:46:09 +0000
commit99d1da6a3ca38a8548ced9af36d029e3620a620e (patch)
tree8d50c59b08630da14af7e8b15b4e17cc5bf215d5 /gdb/doc/gdb.texinfo
parent4fc9d7c70e5b207b576e156276d1951bfd38e0ac (diff)
downloadgdb-99d1da6a3ca38a8548ced9af36d029e3620a620e.zip
gdb-99d1da6a3ca38a8548ced9af36d029e3620a620e.tar.gz
gdb-99d1da6a3ca38a8548ced9af36d029e3620a620e.tar.bz2
* gdb.texinfo (Files): Say what address the load command loads it at.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 341187f..e91bac9 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -6574,6 +6574,11 @@ execute it gets the error message ``@code{You can't do that when your
target is @dots{}}''
@end ifset
+The file is loaded at whatever address is specified in the executable.
+For some object file formats, like a.out, the object file format fixes
+the address and so it won't necessarily match the address you gave to
+the linker.
+
@ifset VXWORKS
On VxWorks, @code{load} will dynamically link @var{filename} on the
current target system as well as adding its symbols in @value{GDBN}.