Linking COFF and OMF

Trass3r un at known.com
Mon Feb 21 07:10:33 PST 2011


Don Wrote:
> That's pretty good. Almost all of those things are standard C.
> LDIV and UDIV could easily be eliminated.
> __except_list is a null asm label (it is FS:[0]).
> 
> So the main problematic ones are:
> _xi_a , __acrtused_con, the __fp functions, and _Ccmp

Yep, they need to be taken care of anyway to support 64Bit on Windoze, some of them are even written in asm.


Member ..\core32\cinit.asm Offset 0x700
  __argc
  _errno
  __argv
  __xi_a

Member llmath.asm Offset 0x7E540
  __LCMP@
  __LDIV@
  __LMUL@
  __ULDIV@


Member ..\win32\constart.c Offset 0x5B280
  BSS
  __acrtused_con


More information about the Digitalmars-d mailing list