commit | 7c5a90dd419ef9862ee99f3825b4eb7d0a033d37 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@anchor.twiddle.home> | Thu Dec 31 11:54:01 2009 -0800 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Feb 23 23:36:22 2010 +0100 |
tree | 9dc10fe9b7c82bd425ac2543f5416f19186253f2 | |
parent | d354899c8279146f3e154b9ba1f7461abb7f5279 [diff] |
target-alpha: Fix gdb access to fpcr and unique. cpu_gdb_read/write_register need to access the fpcr via the cpu_alpha_load/store_fpcr functions. The unique register is number 66 in the gdb remote protocol. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>