Re: [PATCH] Fix non-aligned CodeView symbols

2024-12-14 Thread Jeff Law
On 12/1/24 3:30 PM, Mark Harmstone wrote: CodeView symbols in PDB files are aligned to four-byte boundaries. It's not really clear what logic MSVC uses to enforce this; sometimes the symbols are padded in the object file, sometimes the linker seems to do the work. It makes more sense to do th

[PATCH] Fix non-aligned CodeView symbols

2024-12-01 Thread Mark Harmstone
CodeView symbols in PDB files are aligned to four-byte boundaries. It's not really clear what logic MSVC uses to enforce this; sometimes the symbols are padded in the object file, sometimes the linker seems to do the work. It makes more sense to do this in the compiler, so fix the two instances wh