summaryrefslogtreecommitdiff
path: root/gdb/doc/stabs.texinfo
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-01-20 16:51:56 +0000
committerEli Zaretskii <eliz@gnu.org>2007-01-20 16:51:56 +0000
commit32ac2f49f955f48a95c1f6e61a1e8867f25e492f (patch)
tree68be462795ffb1e1d622569bd2b1557df753ba19 /gdb/doc/stabs.texinfo
parent7f7a692281a882ab74ee9384d383bcebcb3d57b4 (diff)
downloadgdb-32ac2f49f955f48a95c1f6e61a1e8867f25e492f.tar.gz
* 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.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index 95a69f8d561..796814304ea 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -35,7 +35,7 @@ Free Documentation License''.
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.19 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.20 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Support\par
\hfill \manvers\par
@@ -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,