Delete unnecessary code from kill_command
[deliverable/binutils-gdb.git] / gdb / i386-fbsd-tdep.c
index 3848bf890d48f1792f54525917d6c83b2ccd625a..cb66bbf6c7a0befc74b352ba73842452ae755d76 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for FreeBSD/i386.
 
-   Copyright (C) 2003-2019 Free Software Foundation, Inc.
+   Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -233,7 +233,7 @@ i386fbsd_core_read_xcr0 (bfd *abfd)
 
   if (xstate)
     {
-      size_t size = bfd_section_size (abfd, xstate);
+      size_t size = bfd_section_size (xstate);
 
       /* Check extended state size.  */
       if (size < X86_XSTATE_AVX_SIZE)
This page took 0.025673 seconds and 4 git commands to generate.