tweak
This commit is contained in:
parent
f8cf2baa85
commit
ed1cc83df2
1 changed files with 6 additions and 5 deletions
|
@ -48,15 +48,16 @@ notice identical to this one except for the removal of this paragraph
|
|||
@subtitle The GNU linker
|
||||
@sp 1
|
||||
@subtitle @code{ld} version 2
|
||||
@subtitle January 1994
|
||||
@subtitle April 1998
|
||||
@author Steve Chamberlain
|
||||
@author Cygnus Support
|
||||
@author Ian Lance Taylor
|
||||
@author Cygnus Solutions
|
||||
@page
|
||||
|
||||
@tex
|
||||
{\parskip=0pt
|
||||
\hfill Cygnus Support\par
|
||||
\hfill steve\@cygnus.com, doc\@cygnus.com\par
|
||||
\hfill Cygnus Solutions\par
|
||||
\hfill ian\@cygnus.com, doc\@cygnus.com\par
|
||||
\hfill {\it Using LD, the GNU linker}\par
|
||||
\hfill Edited by Jeffrey Osier (jeffrey\@cygnus.com)\par
|
||||
}
|
||||
|
@ -1628,7 +1629,7 @@ There are a few other linker scripts commands.
|
|||
@table @code
|
||||
@item FORCE_COMMON_ALLOCATION
|
||||
@kindex FORCE_COMMON_ALLOCATION
|
||||
@cindex common allocation
|
||||
@cindex common allocation in linker script
|
||||
This command has the same effect as the @samp{-d} command-line option:
|
||||
to make @code{ld} assign space to common symbols even if a relocatable
|
||||
output file is specified (@samp{-r}).
|
||||
|
|
Loading…
Reference in a new issue