aboutsummaryrefslogtreecommitdiff
path: root/ld/pdb.h
diff options
context:
space:
mode:
authorMark Harmstone <mark@harmstone.com>2022-11-11 03:30:40 +0000
committerMark Harmstone <mark@harmstone.com>2022-11-23 01:13:35 +0000
commite2a1b0a0d1bf0e9282e4902b2a2b2e75400104b4 (patch)
tree36840a4f7b24b27762344fe244a341b2c49b8453 /ld/pdb.h
parentc392c0e0ae1b654c3fafc42e2a9ed7cbfcee0769 (diff)
downloadgdb-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/pdb.h b/ld/pdb.h
index a446185..e22dea1 100644
--- a/ld/pdb.h
+++ b/ld/pdb.h
@@ -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
{