daily update
[deliverable/binutils-gdb.git] / elfcpp / x86_64.h
index fe2d1d6ce0356ed7fe845372a761ed38887776de..3f7165285671f8e584cf1301d9177e223c295c7d 100644 (file)
@@ -1,7 +1,7 @@
 // x86-64.h -- ELF definitions specific to EM_X86_64  -*- C++ -*-
 
 // Copyright 2006, 2007, Free Software Foundation, Inc.
-// Written by Andrew Chatham <chatham@google.com>.
+// Written by Andrew Chatham.
 
 // This file is part of elfcpp.
    
 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
This page took 0.022707 seconds and 4 git commands to generate.