From 82c8788b111a4392a56414f8f421ba26ded5d0fd Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 14 Apr 2018 14:15:07 +1000 Subject: rtemstoolkit/rtl-file: Remove a file on close if requested Close #3395 --- linkers/rtems-ld.cpp | 6 +++--- linkers/rtems-ra.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'linkers') diff --git a/linkers/rtems-ld.cpp b/linkers/rtems-ld.cpp index 92258df..eafbbbf 100644 --- a/linkers/rtems-ld.cpp +++ b/linkers/rtems-ld.cpp @@ -504,9 +504,9 @@ main (int argc, char* argv[]) dependents, cache); else if (output_type == "rap") { - rld::outputter::application (output, entry, exit, - dependents, cache, symbols, - one_file); + rld::outputter::rap_application (output, entry, exit, + dependents, cache, symbols, + one_file); if (!outra.empty ()) { rld::path::paths ra_libs; diff --git a/linkers/rtems-ra.cpp b/linkers/rtems-ra.cpp index efd4cf9..04c1868 100644 --- a/linkers/rtems-ra.cpp +++ b/linkers/rtems-ra.cpp @@ -375,9 +375,9 @@ main (int argc, char* argv[]) /* Todo: include absolute name for rap_name */ - rld::outputter::application (rap_name, entry, exit, - dependents, *cache, symbols, - true); + rld::outputter::rap_application (rap_name, entry, exit, + dependents, *cache, symbols, + true); } dependents.clear (); -- cgit v1.2.3