aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-07-24 12:17:37 +0100
committerNick Clifton <nickc@redhat.com>2019-07-24 12:17:37 +0100
commit2f86d5594071a16665711ae13da88af1cc904371 (patch)
treee1de9c2949c1da2936581eb7d729c79a14e1f4db /binutils/ChangeLog
parentcc364be6ff45669150077387f22723de33d5f1b1 (diff)
downloadgdb-2f86d5594071a16665711ae13da88af1cc904371.zip
gdb-2f86d5594071a16665711ae13da88af1cc904371.tar.gz
gdb-2f86d5594071a16665711ae13da88af1cc904371.tar.bz2
Fix ar so that it can correctly detect non-dash prefixed options that appear after dash prefixed options.
PR 13256 * ar.c (decode_options): Restart option scanning if no operation is detected and argument remain to be scanned.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index cc8bb80..4d6d6e2 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2019-07-24 Nick Clifton <nickc@redhat.com>
+
+ PR 13256
+ * ar.c (decode_options): Restart option scanning if no operation
+ is detected and argument remain to be scanned.
+
2019-07-23 Nick Clifton <nickc@redhat.com>
PR 24818