diff options
author | Petr Machata <pmachata@redhat.com> | 2009-06-16 15:22:04 +0200 |
---|---|---|
committer | Petr Machata <pmachata@redhat.com> | 2009-06-16 15:22:04 +0200 |
commit | 9e38b7374a0b9cb7aa77c2ad8afe5aac7182d337 (patch) | |
tree | ca307d5078971fdef16f324e8ffd32b25ddd0df1 /libelf/elf.h | |
parent | 77abb31cb8d55980ef92260917a7ecdd228b1a44 (diff) | |
parent | 99d2372b25d1231d786b70278478c7a112f2b27c (diff) | |
download | elfutils-pmachata/reader_hooks.tar.gz |
Merge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils into pmachata/reader_hookspmachata/reader_hooks
Diffstat (limited to 'libelf/elf.h')
-rw-r--r-- | libelf/elf.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libelf/elf.h b/libelf/elf.h index 062ef00f..8fdf74b0 100644 --- a/libelf/elf.h +++ b/libelf/elf.h @@ -1177,8 +1177,9 @@ typedef struct pointer to code and to argument, returning the TLS offset for the symbol. */ +#define R_386_IRELATIVE 42 /* Adjust indirectly by program base */ /* Keep this the last entry. */ -#define R_386_NUM 42 +#define R_386_NUM 43 /* SUN SPARC specific definitions. */ @@ -2625,8 +2626,9 @@ typedef Elf32_Addr Elf32_Conflict; #define R_X86_64_TLSDESC_CALL 35 /* Marker for call through TLS descriptor. */ #define R_X86_64_TLSDESC 36 /* TLS descriptor. */ +#define R_X86_64_IRELATIVE 37 /* Adjust indirectly by program base */ -#define R_X86_64_NUM 37 +#define R_X86_64_NUM 38 /* AM33 relocations. */ |