aboutsummaryrefslogtreecommitdiffstats
path: root/linker/linker_phdr.h
diff options
context:
space:
mode:
authorChris Dearman <chris@mips.com>2013-01-11 15:32:20 -0800
committerElliott Hughes <enh@google.com>2013-01-14 09:30:25 -0800
commitcf23905a4bcc7bfdd109be5b6d69ad06877aa217 (patch)
tree76f72d3b20ea41a0ba60daa9dd1bd7a3d3acffc1 /linker/linker_phdr.h
parent2c5153b043b44e9935a334ae9b2d5a4bc5258b40 (diff)
downloadandroid_bionic-cf23905a4bcc7bfdd109be5b6d69ad06877aa217.tar.gz
android_bionic-cf23905a4bcc7bfdd109be5b6d69ad06877aa217.tar.bz2
android_bionic-cf23905a4bcc7bfdd109be5b6d69ad06877aa217.zip
[MIPS] Set DT_DEBUG dyntab entry if it is writable
This is primarily for MIPS exutables that do not have a DT_MIPS_RLD_MAP entry. Change-Id: I4c221d92debcfed961eeee2515123f3fb21ec8e6 Signed-off-by: Chris Dearman <chris@mips.com>
Diffstat (limited to 'linker/linker_phdr.h')
-rw-r--r--linker/linker_phdr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linker/linker_phdr.h b/linker/linker_phdr.h
index 2d4d73544..d9a48208f 100644
--- a/linker/linker_phdr.h
+++ b/linker/linker_phdr.h
@@ -99,6 +99,7 @@ phdr_table_get_dynamic_section(const Elf32_Phdr* phdr_table,
int phdr_count,
Elf32_Addr load_bias,
Elf32_Addr** dynamic,
- size_t* dynamic_count);
+ size_t* dynamic_count,
+ Elf32_Word* dynamic_flags);
#endif /* LINKER_PHDR_H */