This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_45-branch in repository binutils-gdb.
from df1308e0b74 Automatic date update in version.in new 96114b5c147 strip: Don't check target_defaulted in input BFD new a71a4df76e2 strip: Treat "default" output_target as unspecified new b58f54a9bde strip: Don't treat fat IR objects as plugin object
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/archive.c | 10 ++ bfd/bfd-in2.h | 3 + bfd/bfd.c | 3 + bfd/format.c | 25 ++- bfd/plugin.c | 3 + binutils/nm.c | 9 +- binutils/objcopy.c | 36 +++-- .../testsuite/binutils-all/x86-64/pr33230.obj.bz2 | Bin 0 -> 411 bytes binutils/testsuite/binutils-all/x86-64/x86-64.exp | 69 ++++++++ ld/testsuite/ld-plugin/lto-binutils.exp | 175 +++++++++++++++++++++ .../pr33198.c => ld/testsuite/ld-plugin/pr33246.c | 0 11 files changed, 318 insertions(+), 15 deletions(-) create mode 100644 binutils/testsuite/binutils-all/x86-64/pr33230.obj.bz2 copy binutils/testsuite/binutils-all/x86-64/pr33198.c => ld/testsuite/ld-plugin/pr [...]