Rename a private data member in tui_source_window
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index 328b41cc595c2257e708ef2ebcf8764f1ffec5d0..47a232f6c6ad8e81655f222bb8aabe284cd87a9a 100644 (file)
@@ -3866,7 +3866,7 @@ bfd_uses_spe_extensions (bfd *abfd)
   if (!sect)
     return 0;
 
-  size = bfd_get_section_size (sect);
+  size = bfd_section_size (sect);
   contents = (gdb_byte *) xmalloc (size);
   if (!bfd_get_section_contents (abfd, sect, contents, 0, size))
     {
This page took 0.023778 seconds and 4 git commands to generate.