]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR25079, "ar s" stopped working
authorAlan Modra <amodra@gmail.com>
Tue, 8 Oct 2019 13:41:28 +0000 (00:11 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 8 Oct 2019 13:50:28 +0000 (00:20 +1030)
commitb7d9d3ee59236d6039d7d7ccd17ff6b47e07a8aa
tree5f11448ea6ff9f6b9d4bccf2a81b56be28555710
parent063c511bd79281f33fd33f0964541a73511b9e2b
PR25079, "ar s" stopped working

's' is both a command and a modifier.  If given as a command then we
aren't lacking an operation.  I think the same goes when mri mode is
selected: any following command line used to be ignored.

PR 25079
* ar.c (decode_options): Don't try for command options if
write_armap or mri_mode is selected.
binutils/ChangeLog
binutils/ar.c