@@ -61,13 +61,16 @@ In the case where no linker script has been provided or every ``SECTIONS``
61
61
command is followed by ``INSERT ``, LLD applies built-in rules which are similar
62
62
to GNU ld's internal linker scripts.
63
63
64
- - Align the first section in a ``PT_LOAD `` segment according to ``-z noseparate-code ``,
65
- ``-z separate-code ``, or ``-z separate-loadable-segments ``
66
- - Define ``__bss_start ``, ``end ``, ``_end ``, ``etext ``, ``_etext ``, ``edata ``, ``_edata ``
67
- - Sort ``.ctors.* ``/``.dtors.* ``/``.init_array.* ``/``.fini_array.* `` and PowerPC64 specific ``.toc ``
64
+ - Align the first section in a ``PT_LOAD `` segment according to
65
+ ``-z noseparate-code ``, ``-z separate-code ``, or
66
+ ``-z separate-loadable-segments ``
67
+ - Define ``__bss_start ``, ``end ``, ``_end ``, ``etext ``, ``_etext ``, ``edata ``,
68
+ ``_edata ``
69
+ - Sort ``.ctors.* ``/``.dtors.* ``/``.init_array.* ``/``.fini_array.* `` and
70
+ PowerPC64 specific ``.toc ``
68
71
- Place input ``.text.* `` into output ``.text ``, and handle certain variants
69
- (``.text.hot. ``, ``.text.unknown. ``, ``.text.unlikely. ``, etc) in the precense of
70
- ``-z keep-text-section-prefix ``.
72
+ (``.text.hot. ``, ``.text.unknown. ``, ``.text.unlikely. ``, etc) in the
73
+ presence of ``-z keep-text-section-prefix ``.
71
74
72
75
Output section description
73
76
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments