]> Git Repo - binutils.git/blobdiff - ld/ld.h
ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro when no
[binutils.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index 15577a7374b928418ba3d96673ad6b3b1dd8a22b..50ee41ad6ff6562413b51b5ae7c64d3adfe56602 100644 (file)
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -85,7 +85,7 @@ typedef struct
      This is used mainly to finish of sets that were built.  */
   boolean unix_relocate;
 
-
+  boolean sort_common;
 } ld_config_type;
 #define set_asymbol_chain(x,y) ((x)->udata = (PTR)y)
 #define get_asymbol_chain(x) ((asymbol **)((x)->udata))
This page took 0.022751 seconds and 4 git commands to generate.