diff options
author | Alan Modra <amodra@gmail.com> | 2007-01-10 13:36:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-01-10 13:36:34 +0000 |
commit | 485be063485746449d56642a4ed73b18dce247a4 (patch) | |
tree | 3e922ec22ce525f7fecd4ad59b67c93b640690bf /binutils/ChangeLog | |
parent | 20ac0504943144239f1cabbed69573dc6b97c99c (diff) | |
download | gdb-485be063485746449d56642a4ed73b18dce247a4.zip gdb-485be063485746449d56642a4ed73b18dce247a4.tar.gz gdb-485be063485746449d56642a4ed73b18dce247a4.tar.bz2 |
* bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
* bucomm.c (template_in_dir): New function, split out from..
(make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
(make_tempdir): Use template_in_dir. Handle directory creation
when !HAVE_MKDTEMP.
* objcopy.c (MKDIR): Don't define.
(copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
error message.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index be0122b..f5d49e4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2007-01-11 Alan Modra <amodra@bigpond.net.au> + + * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP. + * bucomm.c (template_in_dir): New function, split out from.. + (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP. + (make_tempdir): Use template_in_dir. Handle directory creation + when !HAVE_MKDTEMP. + * objcopy.c (MKDIR): Don't define. + (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix + error message. + 2007-01-08 Kazu Hirata <kazu@codesourcery.com> * readelf.c (get_machine_flags): Treat Fido as an architecture |