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 40c3170 Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot P [...] new 54806ff MIPS/BFD: Handle branches in PLT compression selection new 8484fb7 MIPS/GAS: Respect the `insn32' mode in branch relaxation
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/ChangeLog | 6 + bfd/elfxx-mips.c | 9 +- gas/ChangeLog | 29 ++ gas/config/tc-mips.c | 130 +++-- .../gas/mips/micromips-branch-relax-insn32-pic.d | 572 +++++++++++++++++++++ ...relax.l => micromips-branch-relax-insn32-pic.l} | 17 +- .../gas/mips/micromips-branch-relax-insn32.d | 433 ++++++++++++++++ ...nch-relax.l => micromips-branch-relax-insn32.l} | 17 +- .../gas/mips/micromips-branch-relax-pic.l | 22 +- gas/testsuite/gas/mips/micromips-branch-relax.l | 20 +- gas/testsuite/gas/mips/micromips-branch-relax.s | 14 + gas/testsuite/gas/mips/mips.exp | 2 + ld/ChangeLog | 27 + .../ld-mips-elf/compressed-plt-1-o32-branch.od | 30 ++ .../ld-mips-elf/compressed-plt-1-o32-branch.rd | 44 ++ .../compressed-plt-1-o32-mips16-branch.od | 69 +++ .../compressed-plt-1-o32-mips16-branch.rd | 49 ++ .../compressed-plt-1-o32-mips16-bronly.od | 32 ++ .../compressed-plt-1-o32-mips16-bronly.rd | 43 ++ .../compressed-plt-1-o32-umips-branch.od | 69 +++ .../compressed-plt-1-o32-umips-branch.rd | 49 ++ .../compressed-plt-1-o32-umips-bronly.od | 33 ++ .../compressed-plt-1-o32-umips-bronly.rd | 43 ++ ld/testsuite/ld-mips-elf/compressed-plt-1.s | 28 +- ld/testsuite/ld-mips-elf/compressed-plt-1a.s | 12 +- ld/testsuite/ld-mips-elf/compressed-plt-1b.s | 8 +- ld/testsuite/ld-mips-elf/mips-elf.exp | 35 +- 27 files changed, 1730 insertions(+), 112 deletions(-) create mode 100644 gas/testsuite/gas/mips/micromips-branch-relax-insn32-pic.d copy gas/testsuite/gas/mips/{micromips-branch-relax.l => micromips-branch-relax-in [...] create mode 100644 gas/testsuite/gas/mips/micromips-branch-relax-insn32.d copy gas/testsuite/gas/mips/{micromips-branch-relax.l => micromips-branch-relax-in [...] create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-branch.od create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-branch.rd create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-branch.od create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-branch.rd create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-bronly.od create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-bronly.rd create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-umips-branch.od create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-umips-branch.rd create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-umips-bronly.od create mode 100644 ld/testsuite/ld-mips-elf/compressed-plt-1-o32-umips-bronly.rd