Take into account MEMORY regions when creating a segment map.
[deliverable/binutils-gdb.git] / ld / ldmain.c
index 9e6a0c393d85c6af7613d682ecb9785573b07d0f..f47758ffed5930c3ceb9048cc5019a090d23e414 100644 (file)
@@ -161,7 +161,8 @@ static struct bfd_link_callbacks link_callbacks =
   reloc_dangerous,
   unattached_reloc,
   notice,
-  einfo
+  einfo,
+  ldlang_override_segment_assignment
 };
 
 struct bfd_link_info link_info;
This page took 0.022917 seconds and 4 git commands to generate.