Silence ARI warning about floatformat_to_double
[deliverable/binutils-gdb.git] / binutils / od-macho.c
index 6dc8c4d385e12f907236dca903ad51a32d71dd44..ada86b52360e2288cea789049d76a6cb43736d76 100644 (file)
@@ -2259,7 +2259,7 @@ dump_section_content (bfd *abfd,
                asection *bfdsec = sec->bfdsection;
                unsigned char *content;
 
-               size = bfd_get_section_size (bfdsec);
+               size = bfd_section_size (bfdsec);
                content = (unsigned char *) xmalloc (size);
                bfd_get_section_contents (abfd, bfdsec, content, 0, size);
 
This page took 0.024608 seconds and 4 git commands to generate.