2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Tue, 11 Nov 2003 21:07:52 +0000 (21:07 +0000)
committerMichael Chastain <mec@google.com>
Tue, 11 Nov 2003 21:07:52 +0000 (21:07 +0000)
* mips-tdep.c (msymbol_size): Delete.

gdb/ChangeLog
gdb/mips-tdep.c

index 0047c88..b185824 100644 (file)
@@ -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.
index 027ae92..d60c29e 100644 (file)
@@ -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