This commit is contained in:
Ian Lance Taylor 1996-01-26 20:43:50 +00:00
parent 85d4b87066
commit 392e2505bb
1 changed files with 2 additions and 2 deletions

View File

@ -621,7 +621,7 @@ references. For more details on common symbols, see the discussion of
The symbol is in the initialized data section.
@item G
The symbol is in a initialized data section for small objects. Some
The symbol is in an initialized data section for small objects. Some
object file formats permit more efficient access to small data objects,
such as a global int variable as opposed to a large global array.
@ -636,7 +636,7 @@ The symbol is a debugging symbol.
The symbol is in a read only data section.
@item S
The symbol is in a uninitialized data section for small objects.
The symbol is in an uninitialized data section for small objects.
@item T
The symbol is in the text (code) section.