* ld-scripts/script.t: Put .pr in .text, and .rw in .data, for
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 4bcce0b368734eff786a417cd2d9a1857b4271e8..97969ddc9cdef13fc81ef705adf4881bc26e8063 100644 (file)
@@ -173,6 +173,8 @@ struct bfd_link_info
   boolean relocateable;
   /* true if BFD should generate a shared object.  */
   boolean shared;
+  /* true if BFD should pre-bind symbols in a shared object.  */
+  boolean symbolic;
   /* Which symbols to strip.  */
   enum bfd_link_strip strip;
   /* Which local symbols to discard.  */
@@ -201,10 +203,6 @@ struct bfd_link_info
      this is NULL no symbols are reported back.  */
   struct bfd_hash_table *notice_hash;
 
-
-  enum   bfd_link_subsystem  subsystem;
-  bfd_link_stack_heap stack_heap_parameters;
-
   /* If a base output file is wanted, then this points to it */
   PTR base_file;
 };
This page took 0.023157 seconds and 4 git commands to generate.