diff options
author | Elliott Hughes <enh@google.com> | 2013-10-28 22:03:54 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-10-28 22:03:55 +0000 |
commit | 020bcdaef349b6bd82302a0656fdf9aaff30bdb3 (patch) | |
tree | 375a1f8838e1f1aada4bfda687c453a4a0213658 /linker/linker.h | |
parent | 486d99f050a609c16641614edc72d71746ce859a (diff) | |
parent | 74ce45972d88604aa759040cfd2570674cfb439d (diff) | |
download | android_bionic-020bcdaef349b6bd82302a0656fdf9aaff30bdb3.tar.gz android_bionic-020bcdaef349b6bd82302a0656fdf9aaff30bdb3.tar.bz2 android_bionic-020bcdaef349b6bd82302a0656fdf9aaff30bdb3.zip |
Merge "Update <sys/exec_elf.h> to get the DF_* flags."
Diffstat (limited to 'linker/linker.h')
-rw-r--r-- | linker/linker.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linker/linker.h b/linker/linker.h index b9e12377e..647c36a8a 100644 --- a/linker/linker.h +++ b/linker/linker.h @@ -197,15 +197,6 @@ struct soinfo { void CallFunction(const char* function_name, linker_function_t function); }; -// The possible DT_FLAGS bits are in -// http://www.sco.com/developers/gabi/latest/ch5.dynamic.html#dynamic_section -// but not in the upstream NetBSD <sys/exec_elf.h> header file ours is based on. -#define DF_ORIGIN 0x1 -#define DF_SYMBOLIC 0x2 -#define DF_TEXTREL 0x4 -#define DF_BIND_NOW 0x8 -#define DF_STATIC_TLS 0x10 - extern soinfo libdl_info; void do_android_update_LD_LIBRARY_PATH(const char* ld_library_path); |