Fix strip so that is accepts -M as an abbreviation for --merge-notes.
authorNick Clifton <nickc@redhat.com>
Thu, 5 Oct 2017 12:48:32 +0000 (13:48 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 5 Oct 2017 12:48:32 +0000 (13:48 +0100)
commitea8fae9fe75706235ac49c507f1c5e039f4b4e1e
tree7f2c6cba2d7e15e1fb371e2e2ca558d3f7bf6e22
parent5c144731ed7b9ad39c947f8411b1dde4fbdda2e6
Fix strip so that is accepts -M as an abbreviation for --merge-notes.

PR 22260
* objcopy.c (strip_main): Add 'M' character to short options list
when calling getopt_long.
binutils/ChangeLog
binutils/objcopy.c