Make "show remote exec-file" inferior-aware
[deliverable/binutils-gdb.git] / bfd / elf64-sparc.c
index 50b051aa6bf01bd37c26fb28770c30c15c365584..4addaf052a2052198c5cdd6ff7785d7046f60fd2 100644 (file)
@@ -1,5 +1,5 @@
 /* SPARC-specific support for 64-bit ELF
-   Copyright (C) 1993-2019 Free Software Foundation, Inc.
+   Copyright (C) 1993-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -748,7 +748,7 @@ elf64_sparc_fake_sections (bfd *abfd ATTRIBUTE_UNUSED,
 {
   const char *name;
 
-  name = bfd_get_section_name (abfd, sec);
+  name = bfd_section_name (sec);
 
   if (strcmp (name, ".stab") == 0)
     {
This page took 0.023915 seconds and 4 git commands to generate.