summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-09-01 14:51:50 +0100
committerNick Clifton <nickc@redhat.com>2022-09-01 14:51:50 +0100
commitf4492fb683013d7de6f4788df6deb24fed8671b4 (patch)
tree968cfab21701dc4cc1c83e070dd4382261888cca /binutils/ChangeLog
parent7b0d7ede79f548915641ac5916fbeb77fc9c44ff (diff)
downloadbinutils-gdb-f4492fb683013d7de6f4788df6deb24fed8671b4.tar.gz
dllwrap, windres and dlltools use mktemp, which should be avoided
PR 29534 * dllwrap.c: Replace uses of choose_temp_base() with make_temp_file(). * dlltool.c: Likewise. * resrc.c: Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 04ef77c5530..b5711097d50 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2022-09-01 Nick Clifton <nickc@redhat.com>
+
+ PR 29534
+ * dllwrap.c: Replace uses of choose_temp_base() with
+ make_temp_file().
+ * dlltool.c: Likewise.
+ * resrc.c: Likewise.
+
2022-08-23 Nick Clifton <nickc@redhat.com>
PR 29489