summaryrefslogtreecommitdiff
path: root/linkers/rtems-ld.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-ld.cpp
parent058d5024e91f4c4116636c73e3efa687330bdbeb (diff)
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 'linkers/rtems-ld.cpp')
-rw-r--r--linkers/rtems-ld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/rtems-ld.cpp b/linkers/rtems-ld.cpp
index a7453cb..944afc3 100644
--- a/linkers/rtems-ld.cpp
+++ b/linkers/rtems-ld.cpp
@@ -132,7 +132,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