2004-10-30 Andrew Cagney <cagney@gnu.org>
* mips-tdep.h (mips_abi_regsize): Declare. * mips-tdep.c (mips_abi_regsize): Make non-static.
This commit is contained in:
parent
ec4045ea2e
commit
e6bc2e8af8
3 changed files with 8 additions and 2 deletions
|
@ -259,7 +259,7 @@ mips_isa_regsize (struct gdbarch *gdbarch)
|
|||
|
||||
static const char *mips_abi_regsize_string = size_auto;
|
||||
|
||||
static unsigned int
|
||||
unsigned int
|
||||
mips_abi_regsize (struct gdbarch *gdbarch)
|
||||
{
|
||||
if (mips_abi_regsize_string == size_auto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue