On Wednesday 15 December 2010 18:15:25, Mike Frysinger wrote:
> what do you think of this ?  seems to work for me:

Awesome.  Looks good.

> (gdb) set $cc = 0
> (gdb) printf "%x %x\n", $astat, $cc
> 2002002 0
> (gdb) set $cc = 1
> (gdb) printf "%x %x\n", $astat, $cc
> 2002022 1
> (gdb) set $astat = 0
> (gdb) printf "%x %x\n", $astat, $cc
> 0 0
> (gdb) set $astat = 0x20
> (gdb) printf "%x %x\n", $astat, $cc
> 20 1
> -mike

-- 
Pedro Alves
_______________________________________________
Toolchain-devel mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/toolchain-devel

Reply via email to