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 32f76c6773 Add support for a __gcc_isr pseudo isntruction to the AVR as [...] new 9f00292e69 MIPS/GAS: Use non-zero frag offset directly in PIC branch re [...] new bbd27b7684 MIPS/GAS: Use frag symbol/offset directly in fixup creation new 834a65aadf MIPS/GAS: Use a switch on relaxation type in microMIPS fixup [...]
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 | 24 +++++ gas/config/tc-mips.c | 102 +++++++++------------ gas/testsuite/gas/mips/micromips@relax-offset.d | 26 ++++++ gas/testsuite/gas/mips/mips.exp | 2 + gas/testsuite/gas/mips/mips1@relax-offset.d | 30 ++++++ gas/testsuite/gas/mips/r3000@relax-offset.d | 6 ++ gas/testsuite/gas/mips/r3900@relax-offset.d | 6 ++ gas/testsuite/gas/mips/relax-offset.d | 28 ++++++ .../mips/{option-pic-relax-2.l => relax-offset.l} | 0 gas/testsuite/gas/mips/relax-offset.s | 23 +++++ ld/ChangeLog | 10 ++ ld/testsuite/ld-mips-elf/mips-elf.exp | 34 +++++++ ld/testsuite/ld-mips-elf/relax-offset-umips.dd | 15 +++ ld/testsuite/ld-mips-elf/relax-offset-umips.gd | 11 +++ ld/testsuite/ld-mips-elf/relax-offset.dd | 19 ++++ ld/testsuite/ld-mips-elf/relax-offset.gd | 11 +++ .../{export-class-call16.ld => relax-offset.ld} | 0 17 files changed, 287 insertions(+), 60 deletions(-) create mode 100644 gas/testsuite/gas/mips/micromips@relax-offset.d create mode 100644 gas/testsuite/gas/mips/mips1@relax-offset.d create mode 100644 gas/testsuite/gas/mips/r3000@relax-offset.d create mode 100644 gas/testsuite/gas/mips/r3900@relax-offset.d create mode 100644 gas/testsuite/gas/mips/relax-offset.d copy gas/testsuite/gas/mips/{option-pic-relax-2.l => relax-offset.l} (100%) create mode 100644 gas/testsuite/gas/mips/relax-offset.s create mode 100644 ld/testsuite/ld-mips-elf/relax-offset-umips.dd create mode 100644 ld/testsuite/ld-mips-elf/relax-offset-umips.gd create mode 100644 ld/testsuite/ld-mips-elf/relax-offset.dd create mode 100644 ld/testsuite/ld-mips-elf/relax-offset.gd copy ld/testsuite/ld-mips-elf/{export-class-call16.ld => relax-offset.ld} (100%)