From bd921882b7515a8c1da30a91b151db4ec70678a4 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 22 Jul 2004 23:07:37 +0000 Subject: [PATCH] * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/sparcnbsd-nat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 447a3d4..2c4e112 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-07-23 Mark Kettenis + + * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment. + 2004-07-21 Andrew Cagney Use regcache_raw_supply instead of supply_register. diff --git a/gdb/sparcnbsd-nat.c b/gdb/sparcnbsd-nat.c index 01089ee..fa663f2 100644 --- a/gdb/sparcnbsd-nat.c +++ b/gdb/sparcnbsd-nat.c @@ -38,7 +38,7 @@ sparc32nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) { /* The following is true for NetBSD 1.6.2: - The pcb contains %sp, %sp, %psr and %wim. From this information + The pcb contains %sp, %pc, %psr and %wim. From this information we reconstruct the register state as it would look when we just returned from cpu_switch(). */ -- 2.7.4