diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-09 01:23:30 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-09 01:23:30 +0000 |
commit | 4f8354a4b24fa3b22f09bd72c192edfe11d0b9c9 (patch) | |
tree | 4deb02d0a6d263144918286d6c85f13ad424f77f /gdb/gdbserver | |
parent | d3d25b47f514232bc58078371111b1c446149f8a (diff) | |
download | gdb-4f8354a4b24fa3b22f09bd72c192edfe11d0b9c9.tar.gz |
import gdb-1999-11-08 snapshot
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/low-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/low-linux.c b/gdb/gdbserver/low-linux.c index b17e7558e42..b9573b34e14 100644 --- a/gdb/gdbserver/low-linux.c +++ b/gdb/gdbserver/low-linux.c @@ -492,7 +492,7 @@ static int u_offsets[] = -1, /* Not available: ITC */ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - PT_AR_PFS, + PT_CR_IFS, /* was PT_AR_PFS, but it seemed bogus */ PT_AR_LC, -1, /* Not available: EC, the Epilog Count register */ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |