mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
From Craig Silverstein: update comments.
This commit is contained in:
@ -35,7 +35,13 @@
|
|||||||
namespace 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
|
enum
|
||||||
{
|
{
|
||||||
R_X86_64_NONE = 0, // No reloc
|
R_X86_64_NONE = 0, // No reloc
|
||||||
|
Reference in New Issue
Block a user