From d8eef0a463d4998d221ff318dd952dab18e5dfbf Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 11 May 2018 06:12:27 +1200 Subject: rtemstoolkit: Add DWARF function support. Load the functions in each CU. --- linkers/rtems-exeinfo.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linkers/rtems-exeinfo.cpp') 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=", -- cgit v1.2.3