We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a487b79 commit e6ced4dCopy full SHA for e6ced4d
lld/docs/ELF/large_sections.rst
@@ -29,7 +29,7 @@ to them.
29
Large globals are placed in separate sections from small globals, and those
30
sections have a "large" section flag, e.g. ``SHF_X86_64_LARGE`` for x86-64. The
31
linker places large sections on the outer edges of the binary, making sure they
32
-do not affect affect the distance of small globals to text. The large versions
+do not affect the distance of small globals to text. The large versions
33
of ``.rodata``, ``.bss``, and ``.data`` are ``.lrodata``, ``.lbss``, and
34
``.ldata``, and they are laid out as follows:
35
0 commit comments