diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-25 19:44:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-25 19:44:43 +0000 |
commit | 3b111d29fb0640e34c4db9ec3999717b04674c89 (patch) | |
tree | b6c0ce47e5feb7109720217ecd641c4df3a07100 /gdb/doc/stabs.texinfo | |
parent | 332cb0a763f0636217859f81d2d14b6030e2ae3e (diff) | |
download | gdb-3b111d29fb0640e34c4db9ec3999717b04674c89.zip gdb-3b111d29fb0640e34c4db9ec3999717b04674c89.tar.gz gdb-3b111d29fb0640e34c4db9ec3999717b04674c89.tar.bz2 |
* stabs.texinfo (Stab Section Basics): Make it clear that only
some versions of the GNU linker remove the leading N_UNDF symbol.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r-- | gdb/doc/stabs.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index f82f128..c3bf42a 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -3945,10 +3945,10 @@ section would be wrong. The GNU linker is able to optimize stabs information by merging duplicate strings and removing duplicate header file information -(@pxref{Include Files}). When the GNU linker optimizes stabs in -sections, it removes the leading @code{N_UNDF} symbol, and arranges for -all the @code{n_strx} fields to be relative to the start of the -@code{.stabstr} section. +(@pxref{Include Files}). When some versions of the GNU linker optimize +stabs in sections, they remove the leading @code{N_UNDF} symbol and +arranges for all the @code{n_strx} fields to be relative to the start of +the @code{.stabstr} section. @node ELF Linker Relocation @appendixsec Having the Linker Relocate Stabs in ELF |