Add $_ada_exception convenience variable
[deliverable/binutils-gdb.git] / gdb / coff-pe-read.c
index f5721382f4c7b28aaf5c752cc7fba6f1bf9f5e9c..fe74d26cab3e66267b5327f1a6aee1d29b2d905b 100644 (file)
@@ -33,7 +33,7 @@
 #include "symtab.h"
 #include "symfile.h"
 #include "objfiles.h"
-#include "common/common-utils.h"
+#include "gdbsupport/common-utils.h"
 #include "coff/internal.h"
 
 #include <ctype.h>
@@ -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.025654 seconds and 4 git commands to generate.