File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -719,6 +719,19 @@ a given pattern are handled as if they were given as arguments of
719719Creates a separate output section for every orphan input section.
720720.It Fl -unresolved-symbols Ns = Ns Ar value
721721Determine how to handle unresolved symbols.
722+ .Pp
723+ .Bl -tag -width 2n -compact
724+ .It Cm report-all
725+ Report unresolved symbols (default).
726+ .It Cm ignore-in-object-files
727+ Only report unresolved symbols contained in shared libraries. Ignore if the are
728+ contained in object files.
729+ .It Cm ignore-in-shared-libs
730+ Only report unresolved symbols contained in object files. Ignore if they are
731+ contained in shared libraries.
732+ .It Cm ignore-all
733+ Do not report unresolved symbols.
734+ .El
722735.It Fl -use-android-relr-tags
723736Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*.
724737.It Fl v , Fl V
You can’t perform that action at this time.
0 commit comments