This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_41-branch in repository binutils-gdb.
from 883df8a8c0a Fix 31252 gprofng causes testsuite parallel jobs fail new 3e5218827f2 LoongArch: Fix ld --no-relax bug new 216034a7a7d LoongArch: Directly delete relaxed instuctions in first rel [...] new 94960997cbd LoongArch: Multiple relax_trip in one relax_pass new 3e4549544ab LoongArch: Remove "elf_seg_map (info->output_bfd) == NULL" [...] new 8be3e12237d LoongArch: Modify link_info.relax_pass from 3 to 2 new 4a11c1c93c9 LoongArch: Add more relaxation testcases
The 6 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/elfnn-loongarch.c | 54 +++++++++------ ld/emultempl/loongarchelf.em | 20 +++++- ld/testsuite/ld-loongarch-elf/relax-segment-max.s | 12 ++++ ld/testsuite/ld-loongarch-elf/relax-segment-min.s | 12 ++++ ld/testsuite/ld-loongarch-elf/relax-so.s | 4 ++ ld/testsuite/ld-loongarch-elf/relax.exp | 80 +++++++++++++++++++++-- 6 files changed, 157 insertions(+), 25 deletions(-) create mode 100644 ld/testsuite/ld-loongarch-elf/relax-segment-max.s create mode 100644 ld/testsuite/ld-loongarch-elf/relax-segment-min.s create mode 100644 ld/testsuite/ld-loongarch-elf/relax-so.s