mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
* mips-tdep.c (msymbol_size): Delete.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user