Skip to content
  • Ian Lynagh's avatar
    Add 'free' to the list of rtsSyms on Win64 · afbaa112
    Ian Lynagh authored
    Without this, we ended up using
        (gdb) info symbol 0x7ff756a10ac
        msvcrt!free in section .text of C:\Windows\system32\msvcrt.dll
    for free, rather than
        (gdb) info symbol 0x2584128
        free in section .text of C:\m64\ghci2\q/../inplace/bin/ghc-stage2.exe
    but we were trying to put the address into a 32bit relocation.
    afbaa112