bug-binutils
[Top][All Lists]
Advanced

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

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


From: nickc at redhat dot com
Subject: [Bug ld/29136] ld: ENTRY(no_such_symbol) in -shared mode does not report a warning
Date: Wed, 18 May 2022 15:47:24 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Fanguri,

  Shared objects do not need an entry point, so not complaining about
  ENTRY(no_such_symbol) makes sense.

  In theory then the real bug is that "-e no_such_symbol -shared" triggers
  a warning.  Although it could be argued that any use of -e should refer
  to a valid symbol, even if it is not used.

  Thoughts ?

Cheers
  Nick

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