diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-14 11:56:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-14 11:56:41 +0000 |
commit | a6a256529f6ced31a2b2b8a862e78d92081390b3 (patch) | |
tree | d7b0d64249df18fc3c6e167c82ec886c2c81ddad /binutils/ChangeLog | |
parent | 86017ce9182c6fbf7ac2a6da323366bd765c2536 (diff) | |
download | gdb-a6a256529f6ced31a2b2b8a862e78d92081390b3.zip gdb-a6a256529f6ced31a2b2b8a862e78d92081390b3.tar.gz gdb-a6a256529f6ced31a2b2b8a862e78d92081390b3.tar.bz2 |
Replace use of mkstemp with mkstemps, provided by libiberty.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 66cb990..5216bfa 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2001-11-14 Nick Clifton <nickc@cambridge.redhat.com> + + * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since + not all systems provide mkstemp. + 2001-11-14 Alan Modra <amodra@bigpond.net.au> * doc/binutils.texi (objdump): Document x86 -M options. |