* Makefile.in (stamp-arch): Pass FLAGS to cgen.
[deliverable/binutils-gdb.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index c6ee15fa9c61c81c36e42f9cc4336b512e43b8bc..d92b148486b526dad7f1cdf4cc7b0aabe123651d 100644 (file)
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -138,6 +138,9 @@ typedef struct
   /* Name of shared object for whose symbol table this shared object
      is an auxiliary filter.  From the --auxiliary option.  */
   char **auxiliary_filters;
+
+  /* Remove unreferenced sections?  */
+  boolean gc_sections;
 } args_type;
 
 extern args_type command_line;
@@ -153,6 +156,12 @@ typedef struct
   /* If true, doing a dynamic link.  */
   boolean dynamic_link;
 
+  /* If true, -shared is supported.  */
+  /* ??? A better way to do this is perhaps to define this in the
+     ld_emulation_xfer_struct since this is really a target dependent
+     parameter.  */
+  boolean has_shared;
+
   /* If true, build constructors.  */
   boolean build_constructors;
 
This page took 0.024903 seconds and 4 git commands to generate.