Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / ld / ldexp.c
index 23ee5c59c280128e22efac5232a18fc730431420..8327a3f2bc14b9ceaa75d5d40a6a19a26aac8be6 100644 (file)
@@ -852,7 +852,7 @@ fold_name (etree_type *tree)
 
              if (tree->type.node_code == SIZEOF)
                val = (os->bfd_section->size
-                      / bfd_octets_per_byte (link_info.output_bfd));
+                      / bfd_octets_per_byte (link_info.output_bfd, NULL));
              else
                val = (bfd_vma)1 << os->bfd_section->alignment_power;
 
This page took 0.024172 seconds and 4 git commands to generate.