diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-04 22:24:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-04 22:24:47 +0000 |
commit | 0eadd5b4335f489d8dcb4a0aa06f888b862f931a (patch) | |
tree | 87af1d1eeabb728f2172237625469cbfbad35811 /elfcpp | |
parent | f2a421c44585a21234dd7e742a680fc36130f721 (diff) | |
download | fsf-binutils-gdb-0eadd5b4335f489d8dcb4a0aa06f888b862f931a.zip fsf-binutils-gdb-0eadd5b4335f489d8dcb4a0aa06f888b862f931a.tar.gz fsf-binutils-gdb-0eadd5b4335f489d8dcb4a0aa06f888b862f931a.tar.bz2 |
From Craig Silverstein: update comments.
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/x86_64.h | 8 |
1 files changed, 7 insertions, 1 deletions
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 |