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 b472e4cfd63 arm: testsuite: fix msdos line endings in tests new 5f4fa40e4de LoongArch: Make align symbol be in same section with alignm [...] new 07284e5ee02 LoongArch: Disable linker relaxation if set the address of [...]
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/elf-bfd.h | 4 -- bfd/elflink.c | 5 +-- bfd/elfnn-loongarch.c | 16 -------- bfd/elfxx-target.h | 5 --- gas/config/tc-loongarch.c | 63 ++++++++++++++++++++++++++++- gas/config/tc-loongarch.h | 3 ++ gas/testsuite/gas/loongarch/relax-align2.d | 24 +++++++++++ gas/testsuite/gas/loongarch/relax-align2.s | 11 +++++ gas/testsuite/gas/loongarch/relax_align.d | 6 +-- ld/emultempl/loongarchelf.em | 16 ++++++++ ld/testsuite/ld-loongarch-elf/relax-ttext.s | 13 ++++++ ld/testsuite/ld-loongarch-elf/relax.exp | 12 ++++++ 12 files changed, 145 insertions(+), 33 deletions(-) create mode 100644 gas/testsuite/gas/loongarch/relax-align2.d create mode 100644 gas/testsuite/gas/loongarch/relax-align2.s create mode 100644 ld/testsuite/ld-loongarch-elf/relax-ttext.s