summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-syms.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-08-05 23:01:15 +1000
committerChris Johns <chrisj@rtems.org>2014-08-05 23:01:15 +1000
commita136346d141384afc9b99215a500328b68a97eec (patch)
tree44a89a0176959fa4e025570c4c995bfdda64e223 /linkers/rtems-syms.cpp
parentrtems-tld: Add generator loading support. (diff)
downloadrtems-tools-a136346d141384afc9b99215a500328b68a97eec.tar.bz2
Fix temporary file handling and add tempfile write support.
Move the static objects into the rld-process file and change the clean up to a call. Add support to write to tempfiles.
Diffstat (limited to '')
-rw-r--r--linkers/rtems-syms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp
index baa152c..437884c 100644
--- a/linkers/rtems-syms.cpp
+++ b/linkers/rtems-syms.cpp
@@ -92,7 +92,7 @@ fatal_signal (int signum)
{
signal (signum, SIG_DFL);
- rld::process::temporaries.clean_up ();
+ rld::process::temporaries_clean_up ();
/*
* Get the same signal again, this time not handled, so its normal effect