bfd/
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 0cc91775ae7541ba959315c2736dd0669c48c316..228cab8fd97b84fd489f06b86efd2f58a5e86057 100644 (file)
@@ -335,6 +335,11 @@ struct bfd_link_info
   /* TRUE if .gnu.hash section should be created.  */
   unsigned int emit_gnu_hash: 1;
 
+  /* If TRUE reduce memory overheads, at the expense of speed. This will
+     cause map file generation to use an O(N^2) algorithm and disable
+     caching ELF symbol buffer.  */
+  unsigned int reduce_memory_overheads: 1;
+
   /* What to do with unresolved symbols in an object file.
      When producing executables the default is GENERATE_ERROR.
      When producing shared libraries the default is IGNORE.  The
This page took 0.024208 seconds and 4 git commands to generate.