bfd_section_* macros
[deliverable/binutils-gdb.git] / gdb / coff-pe-read.c
index 9f7384bc146643c7af9bce65b1a2c0258a0ce461..fe74d26cab3e66267b5327f1a6aee1d29b2d905b 100644 (file)
@@ -136,7 +136,7 @@ get_section_vmas (bfd *abfd, asection *sectp, void *context)
          bfd_get_section_vma() within memory.  Store the offset.  */
 
       sections[sectix].vma_offset
-       = bfd_get_section_vma (abfd, sectp) - sections[sectix].rva_start;
+       = bfd_section_vma (sectp) - sections[sectix].rva_start;
     }
 }
 \f
This page took 0.024908 seconds and 4 git commands to generate.