diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-30 20:11:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-30 20:11:36 +0000 |
commit | e6bc2e8af8c291f24dac5ea64202b04920ee7c20 (patch) | |
tree | c5218bc24f4c991af75ad345f35fe371caf8c33e /gdb/mips-tdep.c | |
parent | ec4045ea2efa5d461a1e6deb9c0b9376314c3952 (diff) | |
download | gdb-e6bc2e8af8c291f24dac5ea64202b04920ee7c20.zip gdb-e6bc2e8af8c291f24dac5ea64202b04920ee7c20.tar.gz gdb-e6bc2e8af8c291f24dac5ea64202b04920ee7c20.tar.bz2 |
2004-10-30 Andrew Cagney <cagney@gnu.org>
* mips-tdep.h (mips_abi_regsize): Declare.
* mips-tdep.c (mips_abi_regsize): Make non-static.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index bddf0a3..ea09f95 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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) |