summaryrefslogtreecommitdiffstats
path: root/gdb/remote-vx29k.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-11-30 10:56:16 +0000
committerAndrew Cagney <cagney@redhat.com>1998-11-30 10:56:16 +0000
commitb69600940692d11967b2ae8ceabed2c6c2474c37 (patch)
treed6b88df7123e7340631685d782fe3f87310793e7 /gdb/remote-vx29k.c
parent8743fc885f33a57c09d1822b6fd5d6f6cc99ec9b (diff)
downloadppe42-binutils-b69600940692d11967b2ae8ceabed2c6c2474c37.tar.gz
ppe42-binutils-b69600940692d11967b2ae8ceabed2c6c2474c37.zip
CARP:
Cleanup FRAME_CHAIN_VALID. Replace all macro's with functions.
Diffstat (limited to 'gdb/remote-vx29k.c')
-rw-r--r--gdb/remote-vx29k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-vx29k.c b/gdb/remote-vx29k.c
index 02554aaa31..e6fc2c7949 100644
--- a/gdb/remote-vx29k.c
+++ b/gdb/remote-vx29k.c
@@ -176,7 +176,7 @@ vx_write_register (regno)
contents when FRAME_CHAIN_VALID is invoked. */
int
-get_fp_contents (chain, thisframe)
+vx29k_frame_chain_valid (chain, thisframe)
CORE_ADDR chain;
struct frame_info *thisframe; /* not used here */
{
OpenPOWER on IntegriCloud