NetBSD-Bugs archive

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

Re: toolchain/40300 ('target kvm' doesn't work on alpha)



The following reply was made to PR toolchain/40300; it has been noted by GNATS.

From: Nick Hudson <nick.hudson%gmx.co.uk@localhost>
To: Christos Zoulas <christos%zoulas.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost,
 toolchain-manager%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost,
 dholland%netbsd.org@localhost,
 bouyer%antioche.lip6.fr@localhost
Subject: Re: toolchain/40300 ('target kvm' doesn't work on alpha)
Date: Wed, 4 Jan 2012 07:51:57 +0000

 --Boundary-00=_dUABPAjl6m5nnUd
 Content-Type: Text/Plain;
   charset="iso-8859-15"
 Content-Transfer-Encoding: 7bit
 
 On Tuesday 03 January 2012 18:21:28 Christos Zoulas wrote:
 > On Jan 3,  2:42pm, dholland%NetBSD.org@localhost 
 > (dholland%NetBSD.org@localhost) wrote:
 > -- Subject: Re: toolchain/40300 ('target kvm' doesn't work on alpha)
 
 This diff fixes live kernel target kvm for me - haven't tried crash dump.
 
 Not sure if it's right.
 
 Nick
 
 --Boundary-00=_dUABPAjl6m5nnUd
 Content-Type: text/x-patch;
   charset="ISO-8859-1";
   name="alphabsd-nat.c.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
        filename="alphabsd-nat.c.diff"
 
 Index: alphabsd-nat.c
 ===================================================================
 RCS file: /cvsroot/src/external/gpl3/gdb/dist/gdb/alphabsd-nat.c,v
 retrieving revision 1.3
 diff -u -p -u -r1.3 alphabsd-nat.c
 --- alphabsd-nat.c     10 Oct 2011 22:18:08 -0000      1.3
 +++ alphabsd-nat.c     4 Jan 2012 07:50:37 -0000
 @@ -180,6 +180,7 @@ alphabsd_supply_pcb (struct regcache *re
      return 0;
  
    regcache_raw_supply (regcache, ALPHA_SP_REGNUM, &pcb->pcb_hw.apcb_ksp);
 +  regcache_raw_supply (regcache, ALPHA_GCC_FP_REGNUM, &pcb->pcb_hw.apcb_ksp);
  
    for (regnum = ALPHA_S0_REGNUM; regnum < ALPHA_A0_REGNUM; regnum++)
      regcache_raw_supply (regcache, regnum,
 
 --Boundary-00=_dUABPAjl6m5nnUd--
 


Home | Main Index | Thread Index | Old Index