Hans Leidekker a écrit :
On Saturday 14 May 2005 21:44, Eric Pouech wrote:
I'm asking because those stabs types seem to be emitted only on darwin Anyway, that's easy to silence them since they're not documented in standard ELF format
I have had this patch in my tree for a while now. Should I send it to wine-patches? Some googling turned up N_BNSYM for 0x2e and N_ENSYM for 0x4e. Does that ring a bell?
but those seem only created for darwin from what I can see IMO, we should: - define the N_{BE}NSYM as any other stabs type - group them together in the case switch (they are paired anyway) - and add a comment to explain what it is
A+