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 0047c882b5ab2720e3c9be961625808527ab42dc..b185824aae6e68e5e5f852b06895a43cd282837e 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 027ae9221f5be63ae743453e05896014b0aa84e4..d60c29eac9872e44d79331f9cb6dcc3323a34535 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
This page took 0.033369 seconds and 4 git commands to generate.