regenerated after doc fix
This commit is contained in:
parent
6affd66ac1
commit
bc750ff1c1
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ typedef struct sec
|
|||
which should be used in a constructor list, it creates a new
|
||||
section for the type of name (eg <<__CTOR_LIST__>>), attaches
|
||||
the symbol to it and builds a relocation. To build the lists
|
||||
of constructors, all the linker has to to is catenate all the
|
||||
of constructors, all the linker has to do is catenate all the
|
||||
sections called <<__CTOR_LIST__>> and relocte the data
|
||||
contained within - exactly the operations it would peform on
|
||||
standard data. */
|
||||
|
|
Loading…
Reference in a new issue