Take into account MEMORY regions when creating a segment map.

This commit is contained in:
Nick Clifton
2007-02-21 16:43:50 +00:00
parent 7885946881
commit 2889e75bfb
8 changed files with 70 additions and 1 deletions

View 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;