mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
PR ld/5533
* ldlang.c (lang_end): Issue a warning for a missing start symbol
of a shared library if the symbol was specified on the command
line.
This commit is contained in:
@@ -5078,7 +5078,7 @@ lang_end (void)
|
||||
bfd_boolean warn;
|
||||
|
||||
if (link_info.relocatable || link_info.shared)
|
||||
warn = FALSE;
|
||||
warn = entry_from_cmdline;
|
||||
else
|
||||
warn = TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user