summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/ld/ld.h')
-rw-r--r--contrib/binutils/ld/ld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/binutils/ld/ld.h b/contrib/binutils/ld/ld.h
index d504a2e..e0e2a4d 100644
--- a/contrib/binutils/ld/ld.h
+++ b/contrib/binutils/ld/ld.h
@@ -91,6 +91,10 @@ typedef struct
/* If true, generate a cross reference report. */
boolean cref;
+ /* If true (which is the default), warn about mismatched input
+ files. */
+ boolean warn_mismatch;
+
/* Name of shared object whose symbol table should be filtered with
this shared object. From the --filter option. */
char *filter_shlib;
OpenPOWER on IntegriCloud