Use PT_CFM in place of PT_CR_IFS.
authorKevin Buettner <kevinb@redhat.com>
Tue, 13 Jun 2000 03:17:11 +0000 (03:17 +0000)
committerKevin Buettner <kevinb@redhat.com>
Tue, 13 Jun 2000 03:17:11 +0000 (03:17 +0000)
gdb/ChangeLog
gdb/gdbserver/low-linux.c
gdb/ia64-linux-nat.c

index dfda1bb8f6f79b15ed193e4779f9b9a1f1e8472a..95eddbb8e1f6db0f0e1f3311b6b492c4a0113721 100644 (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.
index 666dadf578a294cf0898462d7b4370c0769b3e15..75b608544fb78c2dc2b8338f2e9a428152a8721b 100644 (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 */
index 339c58ba760032d5577eb0f5f6973d6b2e07ba97..6838134d3810bcba1586f2e5c6fb252f2e306035 100644 (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 */
This page took 0.031605 seconds and 4 git commands to generate.