(Machine Code): Document possible problems with locations in
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2005 12:54:36 +0000 (12:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2005 12:54:36 +0000 (12:54 +0000)
shared libraries.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 1f5a62d05a7ba6ee682fdcceb1521a4f02b5a6ba..f30d5cd36aa9a5f200d18c93e0de18ac349a6c6a 100644 (file)
@@ -9,6 +9,8 @@
        (Files): Document the possibility of loading unlinked object
        files.  Add more indexing for solib-absolute-prefix and
        --with-sysroot.
+       (Machine Code): Document possible problems with locations in
+       shared libraries.
 
 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
 
index 14adf08993fbb380d0a139d47f807280b5266350..b9c65992476ca21832c3d01769d24ae83f3538ba 100644 (file)
@@ -4922,6 +4922,12 @@ End of assembler dump.
 Some architectures have more than one commonly-used set of instruction
 mnemonics or other syntax.
 
+For programs that were dynamically linked and use shared libraries,
+instructions that call functions or branch to locations in the shared
+libraries might show a seemingly bogus location---it's actually a
+location of the relocation table.  On some architectures, @value{GDBN}
+might be able to resolve these to actual function names.
+
 @table @code
 @kindex set disassembly-flavor
 @cindex Intel disassembly flavor
This page took 0.045563 seconds and 4 git commands to generate.