diff options
author | Mark Harmstone <mark@harmstone.com> | 2022-11-11 03:30:40 +0000 |
---|---|---|
committer | Mark Harmstone <mark@harmstone.com> | 2022-11-23 01:13:35 +0000 |
commit | e2a1b0a0d1bf0e9282e4902b2a2b2e75400104b4 (patch) | |
tree | 36840a4f7b24b27762344fe244a341b2c49b8453 /ld/pdb.h | |
parent | c392c0e0ae1b654c3fafc42e2a9ed7cbfcee0769 (diff) | |
download | gdb-e2a1b0a0d1bf0e9282e4902b2a2b2e75400104b4.zip gdb-e2a1b0a0d1bf0e9282e4902b2a2b2e75400104b4.tar.gz gdb-e2a1b0a0d1bf0e9282e4902b2a2b2e75400104b4.tar.bz2 |
ld: Add section contributions substream to PDB files
Diffstat (limited to 'ld/pdb.h')
-rw-r--r-- | ld/pdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -155,6 +155,8 @@ struct optional_dbg_header #define CV_SIGNATURE_C13 4 +#define SECTION_CONTRIB_VERSION_60 0xf12eba2d + /* SC in dbicommon.h */ struct section_contribution { |