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.