aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJohn Darrington <john@darrington.wattle.id.au>2018-04-12 15:07:02 +0100
committerNick Clifton <nickc@redhat.com>2018-04-12 15:08:59 +0100
commit67f846b59b32f3d704c601669409c2584383fea9 (patch)
treef81ced14535cd14aa5ce69718ef1d174d7161431 /gas/ChangeLog
parent73a05be215ce8ccd7a6623f9a24d86223dd7d2f3 (diff)
downloadgdb-67f846b59b32f3d704c601669409c2584383fea9.zip
gdb-67f846b59b32f3d704c601669409c2584383fea9.tar.gz
gdb-67f846b59b32f3d704c601669409c2584383fea9.tar.bz2
Stop the assembler from overwriting its output file.
* as.c (main): Fail if the output is the same as one of the input files. * testsuite/gas/all/gas.exp: Test the new feature.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f1c081a..d87d3e7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2018-04-12 John Darrington <john@darrington.wattle.id.au>
+
+ * as.c (main): Fail if the output is the same as one of the input
+ files.
+ * testsuite/gas/all/gas.exp: Test the new feature.
+
2018-04-12 Nick Clifton <nickc@redhat.com>
* po/es.po: Updated Spanish translation.