Re: [PATCH 1/9 v2] doc: Add elf32_checksum.3 and elf64_checksum.3

2024-10-15 Thread Mark Wielaard
Hi Aaron, On Wed, 2024-10-02 at 22:26 -0400, Aaron Merey wrote: > Signed-off-by: Aaron Merey > > --- > v2 changes: > elf64_checksum.3 now refers to elf32_checksum.3. > > Explained which sections are used to calculate the checksum. > > Mentioned DT_CHECKSUM. > > Mentioned that the checksum is

[PATCH 1/9 v2] doc: Add elf32_checksum.3 and elf64_checksum.3

2024-10-02 Thread Aaron Merey
Signed-off-by: Aaron Merey --- v2 changes: elf64_checksum.3 now refers to elf32_checksum.3. Explained which sections are used to calculate the checksum. Mentioned DT_CHECKSUM. Mentioned that the checksum is a 4-byte value that might be zero-extended. doc/elf32_checksum.3 | 60 +++