summaryrefslogtreecommitdiff
path: root/linkers/rtems-ra.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-14 14:15:07 +1000
committerChris Johns <chrisj@rtems.org>2018-04-14 14:15:07 +1000
commit82c8788b111a4392a56414f8f421ba26ded5d0fd (patch)
tree757c4d3a9f27b56c13687862d66497f51dba5d18 /linkers/rtems-ra.cpp
parentb7c4753de0c17201be0ca047e2a7e320616132cb (diff)
rtemstoolkit/rtl-file: Remove a file on close if requested
Close #3395
Diffstat (limited to 'linkers/rtems-ra.cpp')
-rw-r--r--linkers/rtems-ra.cpp6
1 files changed, 3 insertions, 3 deletions
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 ();