summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-ra.cpp
diff options
context:
space:
mode:
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 ();