i386: Align branches within a fixed boundary
[deliverable/binutils-gdb.git] / binutils / strings.c
index ea48f92febad42674543baf96980c103f12db2f2..8150c1181df3250ad2dc5de4f38cdbfad1b7fa71 100644 (file)
@@ -332,7 +332,7 @@ strings_a_section (bfd *abfd, asection *sect, const char *filename,
   if ((sect->flags & DATA_FLAGS) != DATA_FLAGS)
     return;
 
-  sectsize = bfd_get_section_size (sect);
+  sectsize = bfd_section_size (sect);
   if (sectsize == 0)
     return;
 
This page took 0.033223 seconds and 4 git commands to generate.