diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-01-20 16:51:56 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-01-20 16:51:56 +0000 |
commit | d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6 (patch) | |
tree | d715c706304f76993f6c7688489f6c4979bc43e9 /gdb/doc/stabs.texinfo | |
parent | 86f04699735ef39d4a823fe2e3762363e7cea6e4 (diff) | |
download | gdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.zip gdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.tar.gz gdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.tar.bz2 |
* agentexpr.texi: Fix typos.
* annotate.texinfo: Likewise.
* gdb.texinfo: Likewise.
* gdbint.texinfo: Likewise.
* observer.texi: Likewise.
* stabs.texinfo: Likewise.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r-- | gdb/doc/stabs.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 963fc3b..0bc0219 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -1069,7 +1069,7 @@ start of the relevant section for that compilation unit. SunPRO has plans to have the linker stop relocating stabs; I suspect that their the debugger gets the address from the corresponding ELF (not stab) symbol. I'm not sure how to find which symbol of that name is the right one. -The clean way to do all this would be to have a the value of a symbol +The clean way to do all this would be to have the value of a symbol descriptor @samp{S} symbol be an offset relative to the start of the file, just like everything else, but that introduces obvious compatibility problems. For more information on linker stab relocation, |