summaryrefslogtreecommitdiff
path: root/linkers/rtems-exeinfo.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-05-11 06:12:27 +1200
committerChris Johns <chrisj@rtems.org>2018-06-18 12:26:16 +1000
commitd8eef0a463d4998d221ff318dd952dab18e5dfbf (patch)
treebf30a7ecbdf998a24e9393c1c83b603b04a3f057 /linkers/rtems-exeinfo.cpp
parent1318c11e5df8ccc86383e4ce255e68f3279a94d8 (diff)
rtemstoolkit: Add DWARF function support.
Load the functions in each CU.
Diffstat (limited to 'linkers/rtems-exeinfo.cpp')
-rw-r--r--linkers/rtems-exeinfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linkers/rtems-exeinfo.cpp b/linkers/rtems-exeinfo.cpp
index ef1b653..4fc5f00 100644
--- a/linkers/rtems-exeinfo.cpp
+++ b/linkers/rtems-exeinfo.cpp
@@ -293,6 +293,7 @@ namespace rld
*/
exe.load_symbols (symbols, true);
debug.load_debug ();
+ debug.load_types ();
symbols.globals (addresses);
symbols.weaks (addresses);
symbols.locals (addresses);
@@ -321,6 +322,7 @@ namespace rld
"-fno-stack-protector",
"-fbuilding-libgcc",
"-fno-implicit-templates",
+ "-fimplicit-templates",
"-ffunction-sections",
"-fdata-sections",
"-frandom-seed=",