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 94c65b893a7 s390: Add arch15 Concurrent-Functions Facility insns new 9f5d411c201 LoongArch/GAS: Add support for branch relaxation
The 1 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: gas/config/tc-loongarch.c | 236 ++++++++++++++++++++---- gas/testsuite/gas/loongarch/la_branch_relax_1.d | 64 +++++++ gas/testsuite/gas/loongarch/la_branch_relax_1.s | 33 ++++ gas/testsuite/gas/loongarch/la_branch_relax_2.d | 40 ++++ gas/testsuite/gas/loongarch/la_branch_relax_2.s | 23 +++ include/opcode/loongarch.h | 12 ++ 6 files changed, 367 insertions(+), 41 deletions(-) create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_1.d create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_1.s create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_2.d create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_2.s