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 912815f MIPS/GAS: Use the module level ISA setting for R6 relaxation new 51f6035 MIPS/GAS: Correct BFD_RELOC_MIPS_18_PCREL_S3 calculation new 717ba20 MIPS/GAS: Fix null pointer dereferences in R6 PC-relative rel [...] new 41947d9 MIPS/GAS: Handle resolved R6 PC-relative relocations
The 3 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/ChangeLog | 13 +++++ gas/config/tc-mips.c | 81 ++++++++++++++++++++++++++---- gas/testsuite/gas/mips/mips.exp | 7 +++ gas/testsuite/gas/mips/pcrel-reloc-4-r6.d | 71 ++++++++++++++++++++++++++ gas/testsuite/gas/mips/pcrel-reloc-4.d | 43 ++++++++++++++++ gas/testsuite/gas/mips/pcrel-reloc-4.s | 83 +++++++++++++++++++++++++++++++ gas/testsuite/gas/mips/pcrel-reloc-5-r6.d | 71 ++++++++++++++++++++++++++ gas/testsuite/gas/mips/pcrel-reloc-5.d | 43 ++++++++++++++++ gas/testsuite/gas/mips/pcrel-reloc-6.d | 19 +++++++ gas/testsuite/gas/mips/pcrel-reloc-6.l | 11 ++++ gas/testsuite/gas/mips/pcrel-reloc-6.s | 25 ++++++++++ 11 files changed, 456 insertions(+), 11 deletions(-) create mode 100644 gas/testsuite/gas/mips/pcrel-reloc-4-r6.d create mode 100644 gas/testsuite/gas/mips/pcrel-reloc-4.d create mode 100644 gas/testsuite/gas/mips/pcrel-reloc-4.s create mode 100644 gas/testsuite/gas/mips/pcrel-reloc-5-r6.d create mode 100644 gas/testsuite/gas/mips/pcrel-reloc-5.d create mode 100644 gas/testsuite/gas/mips/pcrel-reloc-6.d create mode 100644 gas/testsuite/gas/mips/pcrel-reloc-6.l create mode 100644 gas/testsuite/gas/mips/pcrel-reloc-6.s