Biarch support for i386/amd64 gdbserver.
[deliverable/binutils-gdb.git] / gdb / core-regset.c
index 7acd99fa0edde11e6ea5831eb9439c17aed34bae..c017f7e07d875f44a3b410ad55b68f42b91ff540 100644 (file)
@@ -1,13 +1,13 @@
 /* Machine independent GDB support for core files on systems using "regsets".
 
-   Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2007, 2008,
+   2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -16,9 +16,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This file is used by most systems that use ELF for their core
    dumps.  This includes most systems that have SVR4-ish variant of
@@ -87,7 +85,7 @@ fetch_core_registers (struct regcache *regcache,
       else
        {
          memcpy (&fpregset, core_reg_sect, sizeof (fpregset));
-         if (gdbarch_fp0_regnum (current_gdbarch) >= 0)
+         if (gdbarch_fp0_regnum (get_regcache_arch (regcache)) >= 0)
            supply_fpregset (regcache, (const gdb_fpregset_t *) fpregset_p);
        }
       break;
This page took 0.027614 seconds and 4 git commands to generate.