OSDN Git Service

bfd/
[pf3gnuchains/pf3gnuchains3x.git] / ld / ldexp.c
index 52e70a6..06b1fa1 100644 (file)
@@ -618,7 +618,7 @@ fold_name (etree_type *tree,
 
          os = lang_output_section_find (tree->name.name);
          if (os && os->processed > 0)
-           result = new_abs (os->bfd_section->_raw_size / opb);
+           result = new_abs (os->bfd_section->size / opb);
        }
       break;