20000-05-19 H.J. Lu (hjl@gnu.org)
[binutils-gdb.git] / include / bfdlink.h
index bb827a35f046a855c47c8883db2db39ba29595ed..2285775b48bdd6a82694120153bc95c488da7fb7 100644 (file)
@@ -179,6 +179,8 @@ struct bfd_link_info
   const struct bfd_link_callbacks *callbacks;
   /* true if BFD should generate a relocateable object file.  */
   boolean relocateable;
+  /* true if BFD should generate relocation information in the final executable.  */
+  boolean emitrelocations;
   /* true if BFD should generate a "task linked" object file,
      similar to relocatable but also with globals converted to statics. */
   boolean task_link;