diff options
author | Michael Chastain <mec@google.com> | 2003-11-11 21:07:52 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-11-11 21:07:52 +0000 |
commit | d78915074b3f66a172546ed3d159b6790d227ab2 (patch) | |
tree | 1c0e4db9530a6c81b4e564c3d385f24688e1b106 /gdb/mips-tdep.c | |
parent | f594e5e9c9b41dbe1223b25be5ddeacc5cd72e2e (diff) | |
download | gdb-d78915074b3f66a172546ed3d159b6790d227ab2.zip gdb-d78915074b3f66a172546ed3d159b6790d227ab2.tar.gz gdb-d78915074b3f66a172546ed3d159b6790d227ab2.tar.bz2 |
2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
* mips-tdep.c (msymbol_size): Delete.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 027ae92..d60c29e 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -251,12 +251,6 @@ msymbol_is_special (struct minimal_symbol *msym) return (((long) MSYMBOL_INFO (msym) & 0x80000000) != 0); } -static long -msymbol_size (struct minimal_symbol *msym) -{ - return ((long) MSYMBOL_INFO (msym) & 0x7fffffff); -} - /* XFER a value from the big/little/left end of the register. Depending on the size of the value it might occupy the entire register or just part of it. Make an allowance for this, aligning |