bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/29808] New: --no-allow-shlib-undefined seems to be ignored


From: stsp at users dot sourceforge.net
Subject: [Bug ld/29808] New: --no-allow-shlib-undefined seems to be ignored
Date: Sat, 19 Nov 2022 16:00:44 +0000

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

[Prev in Thread] Current Thread [Next in Thread]