From 421a668df6261f5522ffaf033e0aef7a12fc72a4 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 24 Apr 1996 14:46:55 -0700 Subject: [PATCH] (handler): Delete export_file when we get a signal. From-SVN: r11881 --- gcc/collect2.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/collect2.c b/gcc/collect2.c index 59ea363a5ab..25cd99e20fe 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -433,6 +433,9 @@ handler (signo) if (ldout != 0 && ldout[0]) maybe_unlink (ldout); + if (export_file != 0 && export_file[0]) + maybe_unlink (export_file); + signal (signo, SIG_DFL); kill (getpid (), signo); } -- 2.30.2