This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: extra symtab entries in thumb mode


On Wed, Oct 15, 2008 at 11:59:43AM +0300, Mikko Rapeli wrote:
> A view at the symtab symbol table shows that in thumb mode it contains
> a few thousand more functions beginning with leading underscores and 
> around seven thousand of NOTYPE's named $a, $d and $t. Starting from
> thumb mode entry 12233 the names are equal to ARM mode entries starting
> from 122.
> 
> Any ideas for fixing this are appreciated.

These are features.  If you're concerned about on-disk file size of
the libraries, you can strip them; they do not take up memory space.
The $a/$d/$t symbols mark locations of ARM mode, data, and Thumb mode;
the other symbols are probably markers on the PLT or on ARM mode
export stubs.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]