]> git.ipfire.org Git - thirdparty/gcc.git/commit
* choose-temp.c: Split off make_temp_file, and the code
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Mar 2001 07:29:37 +0000 (07:29 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Mar 2001 07:29:37 +0000 (07:29 +0000)
commite6351181ac57623db47c428269b25c1b773c6773
tree17289a0e11587e6ab70daac5ac8c9156e208c1fd
parent45b909bcc4f32e69849d0d5bbba937ca58ef767d
    * choose-temp.c: Split off make_temp_file, and the code
        duplicated between it and choose_temp_base, into...
        * make-temp-file.c: ... here; new file.

        * Makefile.in (CFILES): Add make-temp-file.c.
        (REQUIRED_OFILES): Add make-temp-file.o.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40683 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/choose-temp.c
libiberty/make-temp-file.c [new file with mode: 0644]