Skip to content

Commit

Permalink
i#1569 AArch64: Make ELF_R_TLS_DESC fail at run time, not load time.
Browse files Browse the repository at this point in the history
  • Loading branch information
egrimley-arm committed Jul 4, 2016
1 parent 3dc4207 commit e5f674e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/unix/module_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1667,13 +1667,15 @@ dr_symbol_export_iterator_stop(dr_symbol_export_iterator_t *dr_iter)

#endif /* CLIENT_INTERFACE */

#ifndef ANDROID
static size_t
tlsdesc_resolver(void *arg)
{
/* FIXME i#1961: TLS descriptors are not implemented */
ASSERT_NOT_IMPLEMENTED(false);
return 0;
}
#endif

/* This routine is duplicated in privload_relocate_symbol for relocating
* dynamorio symbols in a bootstrap stage. Any update here should be also
Expand Down

0 comments on commit e5f674e

Please sign in to comment.