Introduce switch_to_inferior_no_thread
[deliverable/binutils-gdb.git] / gdb / mips-linux-tdep.c
index 08d027917d837f12463f9470559169dc5a76c159..002c5c51d96c7639dbb2ddb97f1bb2ecc0a55e17 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux on MIPS processors.
 
-   Copyright (C) 2001-2019 Free Software Foundation, Inc.
+   Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -562,7 +562,7 @@ mips_linux_core_read_description (struct gdbarch *gdbarch,
   if (! section)
     return NULL;
 
-  switch (bfd_section_size (abfd, section))
+  switch (bfd_section_size (section))
     {
     case sizeof (mips_elf_gregset_t):
       return mips_tdesc_gp32;
This page took 0.024443 seconds and 4 git commands to generate.