summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-symbols.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-08-16 18:09:59 +1000
committerChris Johns <chrisj@rtems.org>2017-08-16 18:18:35 +1000
commit78bbe4c1a31dc62c3a9bee919645c0aa8781709b (patch)
tree51caba18f81dd97459d45c00ba5bdb3d468e112c /rtemstoolkit/rld-symbols.h
parent0ea1c27f792a486badddb24c6ab219e4af0d91c3 (diff)
linkers/exe-info Support ARM static constructors.
Note, ARM destructors are registered at runtime and currently not easly found. Update libiberty to get a newer demangler. Closes #3102.
Diffstat (limited to 'rtemstoolkit/rld-symbols.h')
-rw-r--r--rtemstoolkit/rld-symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemstoolkit/rld-symbols.h b/rtemstoolkit/rld-symbols.h
index 6a71a3d..28d3cab 100644
--- a/rtemstoolkit/rld-symbols.h
+++ b/rtemstoolkit/rld-symbols.h
@@ -48,7 +48,7 @@ namespace rld
* C++ demangler.
*/
bool is_cplusplus (const std::string& name);
- void demangle_name (std::string& name, std::string& demangled);
+ bool demangle_name (const std::string& name, std::string& demangled);
/**
* Use a local type for the address.