mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
Document that the lower case 'c' character in nm's output is used to signify a small common.
PR 26662 * doc/binutils.texi (nm): Document that 'c' is used for small common symbols.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2020-09-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 26662
|
||||
* doc/binutils.texi (nm): Document that 'c' is used for small
|
||||
common symbols.
|
||||
|
||||
2020-09-21 Ludovic Courtès <ludo@gnu.org>
|
||||
|
||||
* doc/binutils.texi (objcopy, strip): Say that
|
||||
|
@ -834,6 +834,7 @@ contains zero-initialized or uninitialized data, although the exact
|
||||
behavior is system dependent.
|
||||
|
||||
@item C
|
||||
@itemx c
|
||||
The symbol is common. Common symbols are uninitialized data. When
|
||||
linking, multiple common symbols may appear with the same name. If the
|
||||
symbol is defined anywhere, the common symbols are treated as undefined
|
||||
@ -842,6 +843,8 @@ references.
|
||||
For more details on common symbols, see the discussion of
|
||||
--warn-common in @ref{Options,,Linker options,ld.info,The GNU linker}.
|
||||
@end ifclear
|
||||
The lower case @var{c} character is used when the symbol is in a
|
||||
special section for small commons.
|
||||
|
||||
@item D
|
||||
@itemx d
|
||||
|
Reference in New Issue
Block a user