mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 10:28:59 +08:00
* ld.texinfo (--no-warn-search-mismatch): Document.
* ldfile.c (ldfile_try_open_bfd): Don't warn about skipping incompatible libraries if --no-warn-search-mismatch. * ld.h (args_type): Add warn_search_mismatch. * ldmain.c (main): Init it. * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH. (ld_options): Add entry for --no-warn-search-mismatch. (parse_args): Handle OPTION_NO_WARN_SEARCH_MISMATCH.
This commit is contained in:
4
ld/ld.h
4
ld/ld.h
@ -177,6 +177,10 @@ typedef struct {
|
||||
files. */
|
||||
bfd_boolean warn_mismatch;
|
||||
|
||||
/* Warn on attempting to open an incompatible library during a library
|
||||
search. */
|
||||
bfd_boolean warn_search_mismatch;
|
||||
|
||||
/* Name of shared object whose symbol table should be filtered with
|
||||
this shared object. From the --filter option. */
|
||||
char *filter_shlib;
|
||||
|
Reference in New Issue
Block a user