This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Smpeg MMX asm compilation (problem)
Brian Dessent wrote:
Soul Studios wrote:
Is there a table somewhere for all the different "@" types and their
respective int's (ie @object, @function, etc)?
Look at the documentation for .type in the manual, in section 7.
Would be nice if there was some info on DT_NON, DT_PTR, DT_FCN,
DT_ARY and N_BTSHFT there, or just plainly the numbers.
Who was never bitten once by not putting .type 32 (DT_FCN << N_BTSHFT)
on an assembly function that was then mistakingly dll exported
as DATA. I have. :)
Cheers,
Pedro Alves