* dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
[deliverable/binutils-gdb.git] / gdb / remote.c
index 752b2334525500d60533f8b27a12f2485369b2c2..962a58db49bff27d90f95e2bebdb679b38c178c1 100644 (file)
@@ -4729,7 +4729,7 @@ compare_sections_command (char *args, int from_tty)
       if (!(s->flags & SEC_LOAD))
        continue;               /* skip non-loadable section */
 
-      size = bfd_get_section_size_before_reloc (s);
+      size = bfd_get_section_size (s);
       if (size == 0)
        continue;               /* skip zero-length section */
 
This page took 0.024545 seconds and 4 git commands to generate.