Skip to content

Commit

Permalink
As reported by Will on the list,
Browse files Browse the repository at this point in the history
https://www-auth.cs.wisc.edu/lists/dyninst-api/2015/msg00382.shtml

For the v9.2.0 release to be built on arm64, dyninst needs to be
aware of the namge changes.
  • Loading branch information
Itaru Kitayama committed Nov 23, 2016
1 parent 3a6ad66 commit 4b07213
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 4b07213

Please sign in to comment.