Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb fix sparc



details:   https://anonhg.NetBSD.org/src/rev/fe315f39b3b1
branches:  trunk
changeset: 790338:fe315f39b3b1
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 03 21:08:49 2013 +0000

description:
fix sparc

diffstat:

 external/gpl3/gdb/dist/gdb/sparcnbsd-nat.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 5ca4918baa7f -r fe315f39b3b1 external/gpl3/gdb/dist/gdb/sparcnbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/sparcnbsd-nat.c        Thu Oct 03 20:27:55 2013 +0000
+++ b/external/gpl3/gdb/dist/gdb/sparcnbsd-nat.c        Thu Oct 03 21:08:49 2013 +0000
@@ -51,7 +51,7 @@
 void
 supply_fpregset (struct regcache *regcache, const fpregset_t *fpregs)
 {
-  sparc_supply_fpregset (regcache, -1, fpregs);
+  sparc_supply_fpregset (sparc_fpregset, regcache, -1, fpregs);
 }
 
 void
@@ -63,7 +63,7 @@
 void
 fill_fpregset (const struct regcache *regcache, fpregset_t *fpregs, int regnum)
 {
-  sparc_collect_fpregset (regcache, regnum, fpregs);
+  sparc_collect_fpregset (sparc_fpregset, regcache, regnum, fpregs);
 }
 
 static int



Home | Main Index | Thread Index | Old Index