ubsan: moxie: left shift of negative value
[deliverable/binutils-gdb.git] / binutils / coffgrok.c
index 1556a0b8ad25764c532bc8c5625dc3eb8355fd87..177c66ed7664d56981cfe7d2ee5721df1be5ca49 100644 (file)
@@ -145,7 +145,7 @@ do_sections_p1 (struct coff_ofile *head)
       if (strcmp (section->name, ".bss") == 0)
        head->sections[i].data = 1;
       head->sections[i].address = section->lma;
-      head->sections[i].size = bfd_get_section_size (section);
+      head->sections[i].size = bfd_section_size (section);
       head->sections[i].number = idx;
       head->sections[i].nrelocs = section->reloc_count;
       head->sections[i].relocs =
This page took 0.025124 seconds and 4 git commands to generate.