Andrew Cagney wrote: > > > + #define MSYMBOL_IS_SPECIAL(msym) \ > > + (((long) MSYMBOL_INFO (msym) & 0x80000000) != 0) > > + #define MSYMBOL_SIZE(msym) \ > > + ((long) MSYMBOL_INFO (msym) & 0x7fffffff) > > + > > ``Macro's are bad m'kay.'' > > Could you please retain these functions: Done and committed, as follows: