diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-22 19:44:12 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-22 19:44:12 +0000 |
commit | c53addf38e24e4dafe992aafb3ae928bfa8fdb0a (patch) | |
tree | 5a8f08e745d2dbfdd66c9e4838a8b7eeb7f0453f /ELF/Relocations.h | |
parent | 2dcc0c5ee66570f02392d1fbf29f573fa47258f8 (diff) | |
download | src-test2-c53addf38e24e4dafe992aafb3ae928bfa8fdb0a.tar.gz src-test2-c53addf38e24e4dafe992aafb3ae928bfa8fdb0a.zip |
Notes
Diffstat (limited to 'ELF/Relocations.h')
-rw-r--r-- | ELF/Relocations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ELF/Relocations.h b/ELF/Relocations.h index f3512e0a89fc..206f0d9423c9 100644 --- a/ELF/Relocations.h +++ b/ELF/Relocations.h @@ -27,6 +27,7 @@ class OutputSection; // doesn't have to know about architecture-specific details. enum RelExpr { R_ABS, + R_ARM_SBREL, R_GOT, R_GOTONLY_PC, R_GOTONLY_PC_FROM_END, |