2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 6 Feb 2007 16:03:52 +0000 (16:03 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 6 Feb 2007 16:03:52 +0000 (16:03 +0000)
* ldlang.c (lang_size_sections_1): Add a missing `)'.

ld/ChangeLog
ld/ldlang.c

index c7eade5ef58456cbd75187c2e4b7780bf666fdfb..c8ce911c9e20021b1f440b9060abe75a07677633 100644 (file)
@@ -1,5 +1,10 @@
+2007-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ldlang.c (lang_size_sections_1): Add a missing `)'.
+
 2007-02-06  Alan Modra  <amodra@bigpond.net.au>
 
+       PR ld/3966
        * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
        move unless section size is non-zero.
 
index ac680a5e43595c379c909bac5190273031c9a63c..8a69c7028ded822501cbce1da019115cc1f11088 100644 (file)
@@ -4468,7 +4468,7 @@ lang_size_sections_1
                        && os->bfd_section->vma != os->bfd_section->lma)
                    || (r->last_os != NULL
                        && dot >= (r->last_os->output_section_statement
-                                  .bfd_section->vma))
+                                  .bfd_section->vma)))
                && os->lma_region == NULL
                && !link_info.relocatable)
              r->last_os = s;