Skip to content

Commit 9a468ef

Browse files
committed
Add a reference for Elf_Chdr type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274793 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent a159545 commit 9a468ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llvm/Object/ELFTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ struct Elf_GnuHash_Impl {
561561
};
562562

563563
// Compressed section headers.
564+
// http://www.sco.com/developers/gabi/latest/ch4.sheader.html#compression_header
564565
template <endianness TargetEndianness>
565566
struct Elf_Chdr_Impl<ELFType<TargetEndianness, false>> {
566567
LLVM_ELF_IMPORT_TYPES(TargetEndianness, false)

0 commit comments

Comments
 (0)