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

@@ -623,4 +623,8 @@ extern void add_excluded_libs (const char *);
extern bfd_boolean load_symbols
(lang_input_statement_type *, lang_statement_list_type *);
extern bfd_boolean
ldlang_override_segment_assignment
(struct bfd_link_info *, bfd *, asection *, asection *, bfd_boolean);
#endif