From e5a6ba44d966c807a957321853c81df2c4352a04 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 5 Apr 2009 22:37:20 +0000 Subject: [PATCH] * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment. --- gdb/ChangeLog | 4 ++++ gdb/sparc64nbsd-nat.c | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2d25fd1..8f9609f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-04-06 Mark Kettenis + + * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment. + 2009-04-03 Ulrich Weigand * ppc-linux-nat.c (ppc_linux_target_wordsize): New function. diff --git a/gdb/sparc64nbsd-nat.c b/gdb/sparc64nbsd-nat.c index 446f1ed..e445f3a 100644 --- a/gdb/sparc64nbsd-nat.c +++ b/gdb/sparc64nbsd-nat.c @@ -141,9 +141,9 @@ sparc64nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) /* The following is true for NetBSD 1.6.2: - The pcb contains %sp and %pc, %psr and %wim. From this information - we reconstruct the register state as it would look when we just - returned from cpu_switch(). */ + The pcb contains %sp and %pc, %pstate and %cwp. From this + information we reconstruct the register state as it would look + when we just returned from cpu_switch(). */ /* The stack pointer shouldn't be zero. */ if (pcb->pcb_sp == 0) @@ -155,7 +155,6 @@ sparc64nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) read_memory(pcb->pcb_sp + BIAS - 176 + (11 * 8), (gdb_byte *)&pcb->pcb_pc, sizeof pcb->pcb_pc); - regcache_raw_supply (regcache, SPARC_SP_REGNUM, &pcb->pcb_sp); regcache_raw_supply (regcache, SPARC64_PC_REGNUM, &pcb->pcb_pc); -- 2.7.4