summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2003-11-11 21:07:52 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2003-11-11 21:07:52 +0000
commit9b4f9158f1ba4853974ac5944766ad576155d55c (patch)
tree26a70e9a4df05131fd883c88107bfbdd61315646
parent91ec2a12b0d25ef4270b50bf1cc62a248f7b13a3 (diff)
downloadgdb-9b4f9158f1ba4853974ac5944766ad576155d55c.tar.gz
2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
* mips-tdep.c (msymbol_size): Delete.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/mips-tdep.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0047c882b5a..b185824aae6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
+
+ * mips-tdep.c (msymbol_size): Delete.
+
2003-11-07 Michael Chastain <mec@shout.net>
* symtab.h (struct minimal_symbol): Add size.
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 027ae9221f5..d60c29eac98 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