commit | e859b93a8cfbe506f8cce1398dd585bab07499fe | [log] [tgz] |
---|---|---|
author | Mark Harmstone <mark@harmstone.com> | Mon Jul 29 22:19:36 2024 +0100 |
committer | Mark Harmstone <mark@harmstone.com> | Thu Aug 01 01:33:34 2024 +0100 |
tree | b9204330e83f1b92f918d18c2e0fa80f544fcb17 | |
parent | c2e15bf51978bb020c2e4e142f60896a29e05617 [diff] |
ld/PDB: handle empty LF_FIELDLIST types Empty structs in C++ lead to empty LF_FIELDLIST types in the .debug$T section, but we were mistakenly rejecting these as invalid. Allow CodeView types of two bytes, and add a test for this.