diff options
author | Nick Clifton <nickc@redhat.com> | 2013-06-12 07:52:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-06-12 07:52:38 +0000 |
commit | 049c1c8e38dbceccb3275a5e52a27776b804c873 (patch) | |
tree | 92c576dbdeeb7d1f55bd2205fdf78cad93eac759 /ld/ld.texinfo | |
parent | 316b4980f030148c94ed0bce9f3a10b46cad44f0 (diff) | |
download | gdb-049c1c8e38dbceccb3275a5e52a27776b804c873.zip gdb-049c1c8e38dbceccb3275a5e52a27776b804c873.tar.gz gdb-049c1c8e38dbceccb3275a5e52a27776b804c873.tar.bz2 |
oops - omitted
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index a4fed79..bbb31d7 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1293,7 +1293,9 @@ The format of the table is intentionally simple, so that it may be easily processed by a script if necessary. The symbols are printed out, sorted by name. For each symbol, a list of file names is given. If the symbol is defined, the first file listed is the location of the -definition. The remaining files contain references to the symbol. +definition. If the symbol is defined as a common value then any files +where this happens appear next. Finally any files that reference the +symbol are listed. @cindex common allocation @kindex --no-define-common |