]> Git Repo - binutils.git/blobdiff - ld/ld.h
* ld.h (ld_config_type): Add new field warn_once.
[binutils.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index ff654a650a13df2af1fc412973d5bd28bacc35b3..d23633e168dee0322d30794069b01dac0af86a3c 100644 (file)
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -49,6 +49,15 @@ typedef struct
   /* 1 => assign space to common symbols even if `relocatable_output'.  */
   boolean force_common_definition;
   boolean relax;
+
+  /* Name of runtime interpreter to invoke.  */
+  char *interpreter;
+
+  /* Name to give runtime libary from the -soname argument.  */
+  char *soname;
+
+  /* Runtime library search path from the -rpath argument.  */
+  char *rpath;
 } args_type;
 
 extern args_type command_line;
@@ -72,6 +81,9 @@ typedef struct
   /* If true, warn about merging common symbols with others.  */
   boolean warn_common;
 
+  /* If true, only warn once about a particular undefined symbol.  */
+  boolean warn_once;
+
   boolean sort_common;
 
   boolean text_read_only;
This page took 0.021138 seconds and 4 git commands to generate.