commit | 3ac83564eb3c858eb1add02b6e86b5628e4abd78 | [log] [tgz] |
---|---|---|
author | H.J. Lu <hjl.tools@gmail.com> | Wed Jul 30 20:34:46 2025 -0700 |
committer | H.J. Lu <hjl.tools@gmail.com> | Thu Jul 31 06:16:04 2025 -0700 |
tree | 1e9106b2f0e0a16bff57a96ecd07e58a54aae55f | |
parent | c7c272f06d2d456d1d99762325fd0dd7db31d540 [diff] |
strip: Treat "default" output_target as unspecified Treat output target as unspecified if it is set to "default". binutils/ PR binutils/33230 * objcopy.c (copy_file): Treat "default" output_target as unspecified. binutils/testsuite/ PR binutils/33230 * binutils-all/x86-64/x86-64.exp (run_pr33230_test): New. Run binutils/33230 tests with readelf if supported. Signed-off-by: H.J. Lu <hjl.tools@gmail.com>