From 9ac12c358e695cc8a8fd486fe51b909b3b4527a3 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Tue, 13 Jun 2000 03:17:11 +0000 Subject: [PATCH] Use PT_CFM in place of PT_CR_IFS. --- gdb/ChangeLog | 7 +++++++ gdb/gdbserver/low-linux.c | 2 +- gdb/ia64-linux-nat.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dfda1bb8f6f..95eddbb8e1f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2000-06-12 Bill Nottingham + + Patch applied by Kevin Buettner : + + * ia64-linux-nat.c, gdbserver/low-linux.c (u_offsets): PT_CR_IFS + is deprecated. Use PT_CFM instead. + 2000-06-12 Michael Snyder * breakpoint.c (breakpoint_thread_match): Fix comment. diff --git a/gdb/gdbserver/low-linux.c b/gdb/gdbserver/low-linux.c index 666dadf578a..75b608544fb 100644 --- a/gdb/gdbserver/low-linux.c +++ b/gdb/gdbserver/low-linux.c @@ -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 */ diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 339c58ba760..6838134d381 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -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 */ -- 2.30.2