* ldlang.c (lang_size_sections_1): Don't complain about

SEC_NEVER_LOAD sections having no memory region specified.
This commit is contained in:
Alan Modra 2002-04-08 01:01:43 +00:00
parent 27cdacdbd0
commit d08a14c385
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2002-04-08 Alan Modra <amodra@bigpond.net.au>
* ldlang.c (lang_size_sections_1): Don't complain about
SEC_NEVER_LOAD sections having no memory region specified.
* ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2002-04-07 matthew green <mrg@redhat.com>

View File

@ -2930,6 +2930,8 @@ lang_size_sections_1 (s, output_section_statement, prev, fill, dot, relax)
defined, issue a warning. */
if ((bfd_get_section_flags (output_bfd, os->bfd_section)
& (SEC_ALLOC | SEC_LOAD)) != 0
&& (bfd_get_section_flags (output_bfd, os->bfd_section)
& SEC_NEVER_LOAD) == 0
&& ! link_info.relocateable
&& strcmp (os->region->name, "*default*") == 0
&& lang_memory_region_list != NULL