2007-03-07 Kai Tietz <kai.tietz@onevision.com>
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 6842243d094dd47766cf18051fccf01360d08142..46e3cf5c54665b82cbc01cd8e454f751298aa82d 100644 (file)
@@ -566,6 +566,13 @@ struct bfd_link_callbacks
   /* General link info message.  */
   void (*einfo)
     (const char *fmt, ...);
+  /* This callback provides a chance for users of the BFD library to
+     override its decision about whether to place two adjacent sections
+     into the same segment.  */
+  bfd_boolean (*override_segment_assignment)
+    (struct bfd_link_info *, bfd * abfd,
+     asection * current_section, asection * previous_section,
+     bfd_boolean new_segment);
 };
 \f
 /* The linker builds link_order structures which tell the code how to
This page took 0.024006 seconds and 4 git commands to generate.