From 0eadd5b4335f489d8dcb4a0aa06f888b862f931a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 4 Oct 2007 22:24:47 +0000 Subject: [PATCH] From Craig Silverstein: update comments. --- elfcpp/x86_64.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/elfcpp/x86_64.h b/elfcpp/x86_64.h index fe2d1d6..0d1b497 100644 --- a/elfcpp/x86_64.h +++ b/elfcpp/x86_64.h @@ -35,7 +35,13 @@ namespace elfcpp { -// Taken from http://www.x86-64.org/documentation/abi-0.98.pdf and elf.h +// Documentation is taken from +// http://www.x86-64.org/documentation/abi-0.98.pdf +// elf.h +// Documentation for the TLS relocs is taken from +// http://people.redhat.com/drepper/tls.pdf +// http://www.lsd.ic.unicamp.br/~oliva/writeups/TLS/RFC-TLSDESC-x86.txt + enum { R_X86_64_NONE = 0, // No reloc -- 2.7.4