Skip to content
  • Peter Wortmann's avatar
    Fix DWARF generation for MinGW (#10468) · a66ef356
    Peter Wortmann authored
    Fortunately this is relatively straightforward - all we need to do is
    switch to a non-ELF-specific way of specifying object file sections and
    make sure that section-relative addresses work correctly. This is enough
    to make "gdb" work on MinGW builds.
    a66ef356