summaryrefslogtreecommitdiff
path: root/rld-symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'rld-symbols.h')
-rw-r--r--rld-symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rld-symbols.h b/rld-symbols.h
index f566efe..43e8ef5 100644
--- a/rld-symbols.h
+++ b/rld-symbols.h
@@ -71,7 +71,7 @@ namespace rld
* Construct a linker symbol that is internally created.
*/
symbol (const std::string& name,
- const elf::elf_addr value);
+ const elf::elf_addr value = 0);
/**
* Construct a linker symbol that is internally created.