X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fsparcnbsd-nat.c;h=230be1b7a2582b91c5d3c7d0c2c32d84426ae2db;hb=6c4474237ab3356b100ebbdd6ff1a8839745023d;hp=ce4182505612b8118db36ccfd2a2dede415b84b8;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sparcnbsd-nat.c b/gdb/sparcnbsd-nat.c index ce41825056..230be1b7a2 100644 --- a/gdb/sparcnbsd-nat.c +++ b/gdb/sparcnbsd-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for NetBSD/sparc. - Copyright (C) 2002, 2003, 2004, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -63,7 +62,8 @@ void _initialize_sparcnbsd_nat (void); void _initialize_sparcnbsd_nat (void) { - sparc_gregset = &sparc32nbsd_gregset; + sparc_gregmap = &sparc32nbsd_gregmap; + sparc_fpregmap = &sparc32_bsd_fpregmap; /* We've got nothing to add to the generic SPARC target. */ add_target (sparc_target ());