summaryrefslogtreecommitdiff
path: root/ldso/include/dl-hash.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernds_cb1@t-online.de>2008-02-08 13:43:39 +0000
committerBernd Schmidt <bernds_cb1@t-online.de>2008-02-08 13:43:39 +0000
commitbd2b38e3cde5aa7d6d54933ee1b82180fd8d7a75 (patch)
tree84f3334633860fe603a0ab47bb7e0b4892356924 /ldso/include/dl-hash.h
parent0a595705ecbcf9fc3677459436d3deabfa5b115f (diff)
Fix the recent dladdr changes so that they compile on FD-PIC targets.
Diffstat (limited to 'ldso/include/dl-hash.h')
-rw-r--r--ldso/include/dl-hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h
index 193ae2d59..2c0f306b6 100644
--- a/ldso/include/dl-hash.h
+++ b/ldso/include/dl-hash.h
@@ -34,7 +34,7 @@ struct elf_resolve {
struct elf_resolve * next;
struct elf_resolve * prev;
/* Nothing after this address is used by gdb. */
- DL_LOADADDR_TYPE mapaddr; /* Address at which ELF segments (either main app and DSO) are mapped into */
+ ElfW(Addr) mapaddr; /* Address at which ELF segments (either main app and DSO) are mapped into */
enum {elf_lib, elf_executable,program_interpreter, loaded_file} libtype;
struct dyn_elf * symbol_scope;
unsigned short usage_count;