bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/29136] New: ld: ENTRY(no_such_symbol) in -shared mode does not r


From: i at maskray dot me
Subject: [Bug ld/29136] New: ld: ENTRY(no_such_symbol) in -shared mode does not report a warning
Date: Tue, 10 May 2022 06:32:26 +0000

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

            Bug ID: 29136
           Summary: ld: ENTRY(no_such_symbol) in -shared mode does not
                    report a warning
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: i at maskray dot me
  Target Milestone: ---

as /dev/null -o a.o
echo 'ENTRY(no_such_symbol)' > a.t
ld.bfd -T a.t -shared a.o


Both `ld.bfd -e no_such_symbol -shared a.o` and (executable link) `ld.bfd -T
a.t a.o` have a warning: `cannot find entry symbol ...; defaulting to ...`

-- 
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]