diff options
author | Brigid Smith <brigidsmith@google.com> | 2014-07-23 11:22:25 -0700 |
---|---|---|
committer | Brigid Smith <brigidsmith@google.com> | 2014-08-08 11:29:35 -0700 |
commit | c5a13efa9bc4264be0a9a9e37c00633af01584ed (patch) | |
tree | 4a1678bd154220d7e8d13e6739037fb48635006a /linker/linker_debug.h | |
parent | f2d8c357eec1bbc4e7441942dfc338ad1d9a207a (diff) | |
download | android_bionic-c5a13efa9bc4264be0a9a9e37c00633af01584ed.tar.gz android_bionic-c5a13efa9bc4264be0a9a9e37c00633af01584ed.tar.bz2 android_bionic-c5a13efa9bc4264be0a9a9e37c00633af01584ed.zip |
Added test for ifunc support in dynamic linker.
ifuncs now work in i386 and x86_64 when called in the same library as
well as in a different library.
Bug:6657325
Change-Id: Ic0c48b1b0a76cb90f36c20c79f68294cc3fd44a1
Diffstat (limited to 'linker/linker_debug.h')
-rw-r--r-- | linker/linker_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linker/linker_debug.h b/linker/linker_debug.h index 3faa38ef4..0c7a78418 100644 --- a/linker/linker_debug.h +++ b/linker/linker_debug.h @@ -42,6 +42,7 @@ #define TRACE_DEBUG 1 #define DO_TRACE_LOOKUP 1 #define DO_TRACE_RELO 1 +#define DO_TRACE_IFUNC 1 #define TIMING 0 #define STATS 0 #define COUNT_PAGES 0 |