* dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
[deliverable/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index 43a902a46edd23626c8e55256509fae9e4a789f4..e42a34bf0f5d890bbe0958a77932f63a0d654884 100644 (file)
@@ -1,6 +1,6 @@
 /* Remote debugging interface for M32R/SDI.
 
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright 2003, 2004 Free Software Foundation, Inc.
 
    Contributed by Renesas Technology Co.
    Written by Kei Sakamoto <sakamoto.kei@renesas.com>.
@@ -1320,7 +1320,7 @@ m32r_load (char *args, int from_tty)
          int n;
 
          section_address = bfd_section_lma (pbfd, section);
-         section_size = bfd_get_section_size_before_reloc (section);
+         section_size = bfd_get_section_size (section);
 
          if (!mmu_on)
            {
This page took 0.025619 seconds and 4 git commands to generate.