make objcopy fail if it is asked to redefine symbols in an object file containing...
authorNick Clifton <nickc@redhat.com>
Thu, 30 Sep 2021 11:56:19 +0000 (12:56 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 30 Sep 2021 11:56:19 +0000 (12:56 +0100)
commit7325ba796b4432b73388d0cdbd5b0e8c8dee8855
treed984f709027c163ac8a6113181925be613d9fa7f
parent6010fb0c49e7dd9f183375fb4f343acc2999e127
make objcopy fail if it is asked to redefine symbols in an object file containing LTO information.

* objcopy.c (filter_symbols): Fail if attempting to dredefine
symbols in an LTO object file.
binutils/ChangeLog
binutils/objcopy.c