X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fnindy-tdep.c;h=1f35062e2bd2fe6230e2f6af13ef6ad8e1a7ce13;hb=7ab98e9e4f7a1f9b904a1b9dbcbb9c9323a33f8f;hp=4f4fd53655902433b7a80eb7f1e3a76bc89df88c;hpb=c5aa993b1f4add48fbdc6cc3117059f616e49875;p=binutils-gdb.git diff --git a/gdb/nindy-tdep.c b/gdb/nindy-tdep.c index 4f4fd536559..1f35062e2bd 100644 --- a/gdb/nindy-tdep.c +++ b/gdb/nindy-tdep.c @@ -1,5 +1,6 @@ /* Target-machine dependent code for the NINDY monitor running on the Intel 960 - Copyright (C) 1991 Free Software Foundation, Inc. + Copyright 1991, 1992, 1993, 1994, 1995, 1996, 2000 + Free Software Foundation, Inc. Contributed by Intel Corporation. This file is part of GDB. @@ -34,9 +35,7 @@ they display this frame. */ int -nindy_frame_chain_valid (chain, curframe) - CORE_ADDR chain; - struct frame_info *curframe; +nindy_frame_chain_valid (CORE_ADDR chain, struct frame_info *curframe) { struct symbol *sym; struct minimal_symbol *msymbol;