From: Michael Chastain Date: Tue, 11 Nov 2003 21:07:52 +0000 (+0000) Subject: 2003-11-11 Michael Chastain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d78915074b3f66a172546ed3d159b6790d227ab2;p=binutils-gdb.git 2003-11-11 Michael Chastain * mips-tdep.c (msymbol_size): Delete. --- 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 + + * mips-tdep.c (msymbol_size): Delete. + 2003-11-07 Michael Chastain * 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