lto-plugin.c (temp_obj_dir_name): Remove.
commit94086ef69ccc24abf3f741461e6a7d3b3fa693cb
authorRafael Avila de Espindola <espindola@google.com>
Thu, 5 Nov 2009 13:59:54 +0000 (5 13:59 +0000)
committerRafael Espindola <espindola@gcc.gnu.org>
Thu, 5 Nov 2009 13:59:54 +0000 (5 13:59 +0000)
tree9e05e3ca317073115a78c159f1f6c78ab6c88cf7
parent3be9759a0141b8d9915c70c771431f3fc11276cd
lto-plugin.c (temp_obj_dir_name): Remove.

2009-11-05  Rafael Avila de Espindola  <espindola@google.com>

* lto-plugin.c (temp_obj_dir_name): Remove.
(arguments_file_name): New.
(free_2): Free arguments_file_name instead of temp_obj_dir_name.
(exec_lto_wrapper):  Create arguments file with make_temp_file.
(cleanup_handler): Don't remove the temporary directory. Remove the
arguments file.
(onload): Don't create the temporary directory.

From-SVN: r153938
lto-plugin/ChangeLog
lto-plugin/lto-plugin.c