• Eric Pouech's avatar
    dbghelp: Don't load invalid records for global symbol stream. · 908004c3
    Eric Pouech authored
    Only load records that are listed in global hash file when handling
    the global symbol stream.
    Do the same thing for the public symbols.
    
    When using MS linker in incremental mode:
    - old variable definitions are kept in the (DBI) global symbol stream
      along side the new definition
    - but only the latest (valid) definition is referenced from the hash
      table
    Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com>
    908004c3
msc.c 169 KB