Techwiki:MinGW wishlist

From ReactOS Wiki
Revision as of 20:00, 9 November 2009 by Kjkhyperion (talk | contribs) (binutils)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A list of features we'd really like to see in MinGW

gcc

g++

  • SEH-compatible unwinding. Also SEH
  • Microsoft-compatible ABI
    • ktietz of mingw-w64 is already working on compatible symbol name decoration

binutils

  • recognize the libraryname.lib pattern as equivalent to liblibraryname.a
  • don't store debugging information in sections, because COFF doesn't support non-loadable sections, and debugging information incorrectly takes up address space
  • support for the CodeView Program Database (CV/PDB) debugging information format

ld

  • COMDATs and identical COMDAT folding
  • alias __image_base__ to __ImageBase
  • honor linker directives embedded in object files (.drectve), especially /EXPORT and /DEFAULTLIB

dlltool