1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-13 09:39:13 +03:00

Ignore -[no-]allow-shlib-undefined

This commit is contained in:
Rui Ueyama 2021-05-19 11:26:03 +09:00
parent 968cfd0dcd
commit 16e335e939
2 changed files with 4 additions and 0 deletions

View File

@ -632,6 +632,8 @@ void parse_nonpositional_args(Context<E> &ctx,
} else if (read_flag(args, "fatal-warnings")) {
} else if (read_flag(args, "enable-new-dtags")) {
} else if (read_flag(args, "disable-new-dtags")) {
} else if (read_flag(args, "allow-shlib-undefined")) {
} else if (read_flag(args, "no-allow-shlib-undefined")) {
} else if (read_arg(ctx, args, arg, "sort-section")) {
} else if (read_flag(args, "sort-common")) {
} else if (read_flag(args, "nodefaultlibs")) {

View File

@ -364,12 +364,14 @@ Mark object to interpose all DSOs but executable
.IP "\fB\-O\fR\fInumber\fR"
.IP "\fB\-m\fR \fIemulation\fR"
.IP "\fB\-\-allow\-multiple\-definition\fR"
.IP "\fB\-\-allow\-shlib\-undefined\fR"
.IP "\fB\-\-color\-diagnostics\fR"
.IP "\fB\-\-disable\-new\-dtags\fR"
.IP "\fB\-\-enable\-new\-dtags\fR"
.IP "\fB\-\-end\-group\fR"
.IP "\fB\-\-fatal\-warnings\fR"
.IP "\fB\-\-gdb\-index\fR"
.IP "\fB\-\-no\-allow\-shlib\-undefined\fR"
.IP "\fB\-\-no\-fatal\-warnings\fR"
.IP "\fB\-\-plugin\-opt\fR"
.IP "\fB\-\-plugin\fR"