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 4723415cda0 Automatic date update in version.in new 2bbe1079021 Add macros to get opcode of instructions approriately new 9a33a0b9c65 Not append rela for absolute symbol
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: bfd/elfnn-loongarch.c | 81 ++++---- gas/config/tc-loongarch.c | 36 ++-- gas/testsuite/gas/loongarch/illegal-operand.l | 208 ++++++++++----------- include/opcode/loongarch.h | 70 ++++++- ld/testsuite/ld-loongarch-elf/abs-global.out | 1 + ld/testsuite/ld-loongarch-elf/abs-global.s | 5 + ld/testsuite/ld-loongarch-elf/get_abs_global_sym.c | 7 + ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 12 ++ 8 files changed, 259 insertions(+), 161 deletions(-) create mode 100644 ld/testsuite/ld-loongarch-elf/abs-global.out create mode 100644 ld/testsuite/ld-loongarch-elf/abs-global.s create mode 100644 ld/testsuite/ld-loongarch-elf/get_abs_global_sym.c