Difference between revisions of "Techwiki:MinGW wishlist"

From ReactOS Wiki
Jump to: navigation, search
(gcc)
m (binutils: link CodeView PDB)
Line 15: Line 15:
 
* recognize the ''libraryname''.lib pattern as equivalent to lib''libraryname''.a
 
* recognize the ''libraryname''.lib pattern as equivalent to lib''libraryname''.a
 
* don't store debugging information in sections, because COFF doesn't support non-loadable sections, and debugging information incorrectly takes up address space
 
* 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
+
* support for the [http://www.informit.com/articles/article.aspx?p=22685 CodeView Program Database (CV/PDB)] debugging information format
  
 
=== ld ===
 
=== ld ===

Revision as of 19:50, 9 November 2009

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