From: Tomáš Matoušek Date: Tue, 13 Feb 2018 19:41:05 +0000 (-0800) Subject: Remove 'PDBC' data signature X-Git-Tag: submit/tizen/20210909.063632~11031^2~5513 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=520a20dd8d03314252d7043bc6b762cd7adb0bdb;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove 'PDBC' data signature Commit migrated from https://github.com/dotnet/corefx/commit/a3647d844791f916dff1053665bbce4574d0b8ee --- diff --git a/src/libraries/System.Reflection.Metadata/specs/PE-COFF.md b/src/libraries/System.Reflection.Metadata/specs/PE-COFF.md index ccf43ed..ef1da91 100644 --- a/src/libraries/System.Reflection.Metadata/specs/PE-COFF.md +++ b/src/libraries/System.Reflection.Metadata/specs/PE-COFF.md @@ -76,11 +76,10 @@ More than one entry can be present, in case multiple PDBs were produced during t *Version Major=0x0001, Minor=0x0000* of the entry data format is following: -| Offset | Size | Field | Description | -|:------------------|:--------------|:---------------|-------------------------------------------------------------------------| -| 0 | 4 | Signature | 0x50, 0x44, 0x42, 0x43 (ASCII string: "PDBC") | -| 4 | AlgNameLength | AlgorithmName | Zero-terminated UTF8 string. The name of the crypho hash algorithm. | -| 4 + AlgNameLength | ChecksumSize | Checksum | Blob. Checksum of the PDB content. | +| Offset | Size | Field | Description | +|:--------------|:--------------|:---------------|-------------------------------------------------------------------------| +| 0 | AlgNameLength | AlgorithmName | Zero-terminated UTF8 string. The name of the crypho hash algorithm. | +| AlgNameLength | ChecksumSize | Checksum | Blob. Checksum of the PDB content. | _AlgorithmName_ is the name of the crypto hash algorithm used to calculate the checksum. The name is case-sensitive.