* mipsnbsd-tdep.c: Update copyright years.

(fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
This commit is contained in:
Jason Thorpe 2003-06-02 04:58:26 +00:00
parent 8f28595645
commit f4dbdb5468
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
* mipsnbsd-tdep.c: Update copyright years.
(fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
2003-06-01 Richard Henderson <rth@redhat.com>
* Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.

View file

@ -1,5 +1,5 @@
/* Target-dependent code for MIPS systems running NetBSD.
Copyright 2002 Free Software Foundation, Inc.
Copyright 2002, 2003 Free Software Foundation, Inc.
Contributed by Wasabi Systems, Inc.
This file is part of GDB.
@ -105,7 +105,7 @@ fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, int which,
mipsnbsd_supply_reg (regs, -1);
/* Floating point registers. */
mipsnbsd_supply_fpreg (regs, -1);
mipsnbsd_supply_fpreg (fpregs, -1);
}
static void