This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch in repository binutils-gdb.
from 5f3af8cbbc MIPS/BFD: Correct microMIPS cross-mode BAL to JALX relaxation new fdb1e6a81b [ld, testsuite] Always assemble those intermediate .o files [...] new b805037cf0 Handle symbol defined in IR and referenced in DSO new 558f8c3837 non_ir_ref_dynamic new d0be41fe40 Rename non_ir_ref to non_ir_ref_regular
The 4 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/ChangeLog | 73 +++++++++++++++++++++++++++++++++++++++ bfd/elf-m10300.c | 2 +- bfd/elf32-arm.c | 2 +- bfd/elf32-bfin.c | 2 +- bfd/elf32-cr16.c | 2 +- bfd/elf32-cris.c | 2 +- bfd/elf32-d10v.c | 2 +- bfd/elf32-dlx.c | 2 +- bfd/elf32-fr30.c | 2 +- bfd/elf32-frv.c | 2 +- bfd/elf32-hppa.c | 2 +- bfd/elf32-i370.c | 2 +- bfd/elf32-i386.c | 2 +- bfd/elf32-iq2000.c | 2 +- bfd/elf32-lm32.c | 2 +- bfd/elf32-m32c.c | 2 +- bfd/elf32-m32r.c | 2 +- bfd/elf32-m68hc1x.c | 2 +- bfd/elf32-m68k.c | 2 +- bfd/elf32-mcore.c | 2 +- bfd/elf32-metag.c | 2 +- bfd/elf32-microblaze.c | 2 +- bfd/elf32-moxie.c | 2 +- bfd/elf32-msp430.c | 2 +- bfd/elf32-mt.c | 2 +- bfd/elf32-nios2.c | 2 +- bfd/elf32-or1k.c | 2 +- bfd/elf32-ppc.c | 2 +- bfd/elf32-rl78.c | 2 +- bfd/elf32-s390.c | 2 +- bfd/elf32-score.c | 2 +- bfd/elf32-score7.c | 2 +- bfd/elf32-sh.c | 2 +- bfd/elf32-tic6x.c | 2 +- bfd/elf32-tilepro.c | 2 +- bfd/elf32-v850.c | 2 +- bfd/elf32-vax.c | 2 +- bfd/elf32-xstormy16.c | 2 +- bfd/elf32-xtensa.c | 2 +- bfd/elf64-alpha.c | 2 +- bfd/elf64-hppa.c | 2 +- bfd/elf64-ia64-vms.c | 2 +- bfd/elf64-mmix.c | 2 +- bfd/elf64-ppc.c | 7 ++-- bfd/elf64-s390.c | 2 +- bfd/elf64-sh64.c | 2 +- bfd/elf64-x86-64.c | 2 +- bfd/elflink.c | 9 ++++- bfd/elfnn-aarch64.c | 4 +-- bfd/elfnn-ia64.c | 2 +- bfd/elfnn-riscv.c | 2 +- bfd/elfxx-mips.c | 2 +- bfd/elfxx-sparc.c | 2 +- bfd/elfxx-tilegx.c | 2 +- bfd/linker.c | 3 +- include/ChangeLog | 15 ++++++++ include/bfdlink.h | 10 ++++-- ld/ChangeLog | 29 ++++++++++++++++ ld/plugin.c | 62 +++++++++++++++++++++------------ ld/testsuite/ld-plugin/lto.exp | 38 ++++++++++++++++---- ld/testsuite/ld-plugin/pr21382a.c | 17 +++++++++ ld/testsuite/ld-plugin/pr21382b.c | 7 ++++ 62 files changed, 284 insertions(+), 90 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr21382a.c create mode 100644 ld/testsuite/ld-plugin/pr21382b.c