https://sourceware.org/bugzilla/show_bug.cgi?id=29808

            Bug ID: 29808
           Summary: --no-allow-shlib-undefined seems to be ignored
           Product: binutils
           Version: 2.39
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: stsp at users dot sourceforge.net
  Target Milestone: ---

void foo(void);

int main()
{
    foo();
    return 0;
}


$ gcc -shared -Wl,--no-allow-shlib-undefined -o libmain.so main.c
produces no error.
Things like --no-undefined seems to work
also for shlibs though.
If this is a documentation error, please fix
the documentation. :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to