summaryrefslogtreecommitdiff
path: root/rld-symbols.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-21 13:36:04 +1100
committerChris Johns <chrisj@rtems.org>2012-11-21 13:36:04 +1100
commite39b8969e8fb75e54c907302370716b4ba515d75 (patch)
tree7d8292010cdc0592751301baee2edfafab783e0a /rld-symbols.h
parentb222b95f291740a0c096f71b25e1ecf90b6bffa5 (diff)
Set the default value for empty symbols to 0 to match the const char* signature.
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.