Skip to content

Commit 7f0acc4

Browse files
committed
[docs] ld.lld.1: Mention -z nostart-stop-gc
1 parent 5d9ea36 commit 7f0acc4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lld/docs/ld.lld.1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,11 @@ The stack size is recorded as the size of the
815815
program segment.
816816
.Pp
817817
.It Cm start-stop-gc
818-
Don't let __start_/__stop_ references retain non-SHF_LINK_ORDER non-SHF_GROUP C identifier name sections.
818+
Don't let __start_/__stop_ references retain the associated C identifier name sections (default).
819+
.Pp
820+
.It Cm nostart-stop-gc
821+
Let __start_/__stop_ references retain the associated C identifier name sections.
822+
.Pp
819823
.It Cm text
820824
Do not allow relocations against read-only segments.
821825
This is the default.

0 commit comments

Comments
 (0)