ld: Output Section Name

1 
1 3.6.2 Output Section Name
1 -------------------------
1 
1 The name of the output section is SECTION.  SECTION must meet the
1 constraints of your output format.  In formats which only support a
1 limited number of sections, such as 'a.out', the name must be one of the
1 names supported by the format ('a.out', for example, allows only
1 '.text', '.data' or '.bss').  If the output format supports any number
1 of sections, but with numbers and not names (as is the case for Oasys),
1 the name should be supplied as a quoted numeric string.  A section name
1 may consist of any sequence of characters, but a name which contains any
1 unusual characters such as commas must be quoted.
1 
11    The output section name '/DISCARD/' is special; ⇒Output Section
 Discarding.
1