]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/objcopy.c
Simplify the code at the end of objcopy's main() function.
authorNick Clifton <nickc@redhat.com>
Wed, 27 Jan 2021 10:39:22 +0000 (10:39 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 27 Jan 2021 10:39:22 +0000 (10:39 +0000)
commit67965ba2894566ea707510929d75733a4a254cd4
tree1048629fa1f6809c52247aff7403b227877fe575
parent2eda57ef61f33ac3da0aabd94364e6c8396020eb
Simplify the code at the end of objcopy's main() function.

 * objcopy.c (copy_main): Remove conditional control of the calls
 to free, simplifying the code and making it easier to detect
 typos.
binutils/ChangeLog
binutils/objcopy.c