From Craig Silverstein: update comments.
This commit is contained in:
parent
f2a421c445
commit
0eadd5b433
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user