* gdb.texinfo (Files): Say what address the load command loads it at.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 13 Oct 1993 00:46:09 +0000 (00:46 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 13 Oct 1993 00:46:09 +0000 (00:46 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 2915535f1e033ccecf2d2b3d9b8d7ebec03f806f..591915e24c77e23b92b1709d9475bf7b6126d35d 100644 (file)
@@ -1,5 +1,7 @@
 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * gdb.texinfo (Files): Say what address the load command loads it at.
+
        * stabs.texinfo (Common Blocks): Minor cleanups.
 
        * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
index 341187f0b1130020625725868a9c7970438a61d7..e91bac90e45ee6f2afeb2fe405dee21bd99d4ab6 100644 (file)
@@ -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}.