Skip to content

Commit

Permalink
Merge pull request #273 from ikitayama/myv9.2.0
Browse files Browse the repository at this point in the history
Compiling DynInst v9.2.0 on arm64
  • Loading branch information
wrwilliams committed Nov 29, 2016
2 parents 657f866 + 4b07213 commit 99e8b92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symtabAPI/src/relocationEntry-elf-aarch64.C
Expand Up @@ -160,9 +160,9 @@ const char *relocationEntry::relType2Str(unsigned long r, unsigned /*addressWidt
CASE_RETURN_STR(R_AARCH64_GLOB_DAT);
CASE_RETURN_STR(R_AARCH64_JUMP_SLOT);
CASE_RETURN_STR(R_AARCH64_RELATIVE);
CASE_RETURN_STR(R_AARCH64_TLS_DTPMOD64 );
CASE_RETURN_STR(R_AARCH64_TLS_DTPREL64);
CASE_RETURN_STR(R_AARCH64_TLS_TPREL64);
CASE_RETURN_STR(R_AARCH64_TLS_DTPMOD );
CASE_RETURN_STR(R_AARCH64_TLS_DTPREL);
CASE_RETURN_STR(R_AARCH64_TLS_TPREL);
CASE_RETURN_STR(R_AARCH64_TLSDESC );
CASE_RETURN_STR(R_AARCH64_IRELATIVE);
default:
Expand Down

0 comments on commit 99e8b92

Please sign in to comment.