aboutsummaryrefslogtreecommitdiff
path: root/binutils/bucomm.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-01-10 13:36:34 +0000
committerAlan Modra <amodra@gmail.com>2007-01-10 13:36:34 +0000
commit485be063485746449d56642a4ed73b18dce247a4 (patch)
tree3e922ec22ce525f7fecd4ad59b67c93b640690bf /binutils/bucomm.h
parent20ac0504943144239f1cabbed69573dc6b97c99c (diff)
downloadgdb-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/bucomm.h')
-rw-r--r--binutils/bucomm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h
index 99dbcfc..c46932d 100644
--- a/binutils/bucomm.h
+++ b/binutils/bucomm.h
@@ -200,9 +200,7 @@ int display_info (void);
void print_arelt_descr (FILE *, bfd *, bfd_boolean);
char *make_tempname (char *);
-#if defined(HAVE_MKDTEMP)
char *make_tempdir (char *);
-#endif
bfd_vma parse_vma (const char *, const char *);