* ldlang.c (lang_size_sections_1): Don't check mem regions for
authorAlan Modra <amodra@gmail.com>
Fri, 19 May 2006 06:09:31 +0000 (06:09 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 19 May 2006 06:09:31 +0000 (06:09 +0000)
os->ignored sections.

ld/ChangeLog
ld/ldlang.c

index d8b2a7d..a780b87 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (lang_size_sections_1): Don't check mem regions for
+       os->ignored sections.
+
 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
index 0412538..7b026b0 100644 (file)
@@ -4198,7 +4198,8 @@ lang_size_sections_1
                    /* If a loadable section is using the default memory
                       region, and some non default memory regions were
                       defined, issue an error message.  */
-                   if (!IGNORE_SECTION (os->bfd_section)
+                   if (!os->ignored
+                       && !IGNORE_SECTION (os->bfd_section)
                        && ! link_info.relocatable
                        && check_regions
                        && strcmp (os->region->name,