Use PT_CFM in place of PT_CR_IFS.

This commit is contained in:
Kevin Buettner 2000-06-13 03:17:11 +00:00
parent 26bfd1c08b
commit 9ac12c358e
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2000-06-12 Bill Nottingham <notting@redhat.com>
Patch applied by Kevin Buettner <kevinb@redhat.com>:
* ia64-linux-nat.c, gdbserver/low-linux.c (u_offsets): PT_CR_IFS
is deprecated. Use PT_CFM instead.
2000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com>
* breakpoint.c (breakpoint_thread_match): Fix comment.

View File

@ -476,7 +476,7 @@ static int u_offsets[] =
PT_PR,
PT_CR_IIP, /* ip */
PT_CR_IPSR, /* psr */
PT_CR_IFS, /* cfm */
PT_CFM, /* cfm */
/* kernel registers not visible via ptrace interface (?) */
-1, -1, -1, -1, -1, -1, -1, -1,
/* hole */

View File

@ -236,7 +236,7 @@ static int u_offsets[] =
PT_PR,
PT_CR_IIP, /* ip */
PT_CR_IPSR, /* psr */
PT_CR_IFS, /* cfm */
PT_CFM, /* cfm */
/* kernel registers not visible via ptrace interface (?) */
-1, -1, -1, -1, -1, -1, -1, -1,
/* hole */