Silence ARI warning about floatformat_to_double
[deliverable/binutils-gdb.git] / bfd / pei-x86_64.c
index 2588e6c6e904bd9fc9b4d3c3b23d47b62a4f286e..c0b97351defb044a4498fc70908ed89dfc83526e 100644 (file)
@@ -770,7 +770,7 @@ pex64_bfd_print_pdata_section (bfd *abfd, void *vfile, asection *pdata_section)
          if (PEX64_IS_RUNTIME_FUNCTION_CHAINED (&rf))
            {
              bfd_vma altent = PEX64_GET_UNWINDDATA_UNIFIED_RVA (&rf);
-             bfd_vma pdata_vma = bfd_get_section_vma (abfd, pdata_section);
+             bfd_vma pdata_vma = bfd_section_vma (pdata_section);
              struct pex64_runtime_function arf;
 
              fprintf (file, "\t shares information with ");
This page took 0.032459 seconds and 4 git commands to generate.