This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 3fc4f11e0bf Automatic date update in version.in new 1c729b7cd77 LoongArch: Fix some macro that cannot be expanded properly new 06bfdc6e5ee LoongArch: Fix loongarch*-elf target ld testsuite failure
The 2 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/testsuite/gas/loongarch/macro_op_extreme_abs.d | 72 ++++++++++++++++ gas/testsuite/gas/loongarch/macro_op_extreme_abs.s | 9 ++ .../{macro_op_large_pc.d => macro_op_extreme_pc.d} | 13 ++- gas/testsuite/gas/loongarch/macro_op_extreme_pc.s | 9 ++ gas/testsuite/gas/loongarch/macro_op_large_abs.d | 89 ------------------- gas/testsuite/gas/loongarch/macro_op_large_abs.s | 9 -- gas/testsuite/gas/loongarch/macro_op_large_pc.s | 9 -- ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 30 ++++--- ld/testsuite/ld-loongarch-elf/local-ifunc-reloc.d | 1 + ld/testsuite/ld-loongarch-elf/relax.exp | 99 ++++++++++++---------- opcodes/loongarch-opc.c | 24 +++--- 11 files changed, 179 insertions(+), 185 deletions(-) create mode 100644 gas/testsuite/gas/loongarch/macro_op_extreme_abs.d create mode 100644 gas/testsuite/gas/loongarch/macro_op_extreme_abs.s rename gas/testsuite/gas/loongarch/{macro_op_large_pc.d => macro_op_extreme_pc.d} (93%) create mode 100644 gas/testsuite/gas/loongarch/macro_op_extreme_pc.s delete mode 100644 gas/testsuite/gas/loongarch/macro_op_large_abs.d delete mode 100644 gas/testsuite/gas/loongarch/macro_op_large_abs.s delete mode 100644 gas/testsuite/gas/loongarch/macro_op_large_pc.s