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 3d8505928a x86: Add -Wl,--no-as-needed to some TLS tests new 82d808edbc MIPS16/GAS: Fix absolute references with PC-relative synthet [...]
The 1 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 | 31 ++++++++++++++++++++++ gas/config/tc-mips.c | 7 ++++- gas/testsuite/gas/mips/mips.exp | 10 +++++++ gas/testsuite/gas/mips/mips16-branch-absolute-1.d | 20 ++++++++++++++ gas/testsuite/gas/mips/mips16-branch-absolute-1.s | 22 +++++++++++++++ gas/testsuite/gas/mips/mips16-branch-absolute-2.d | 4 +++ gas/testsuite/gas/mips/mips16-branch-absolute-2.s | 20 ++++++++++++++ .../gas/mips/mips16-branch-absolute-addend-1.d | 4 +++ .../gas/mips/mips16-branch-absolute-addend-1.s | 22 +++++++++++++++ .../gas/mips/mips16-branch-absolute-addend-n32-1.d | 5 ++++ .../gas/mips/mips16-branch-absolute-addend-n64-1.d | 5 ++++ .../gas/mips/mips16-branch-absolute-n32-1.d | 5 ++++ .../gas/mips/mips16-branch-absolute-n32-2.d | 5 ++++ .../gas/mips/mips16-branch-absolute-n64-1.d | 5 ++++ .../gas/mips/mips16-branch-absolute-n64-2.d | 5 ++++ gas/testsuite/gas/mips/mips16-pcrel-absolute-1.d | 3 +++ gas/testsuite/gas/mips/mips16-pcrel-absolute-1.l | 3 +++ gas/testsuite/gas/mips/mips16-pcrel-absolute-1.s | 18 +++++++++++++ ld/ChangeLog | 20 ++++++++++++++ ld/testsuite/ld-mips-elf/mips-elf.exp | 16 +++++++++++ .../ld-mips-elf/mips16-branch-absolute-1.d | 6 +++++ .../ld-mips-elf/mips16-branch-absolute-2.d | 6 +++++ .../ld-mips-elf/mips16-branch-absolute-addend-1.d | 6 +++++ .../mips16-branch-absolute-addend-n32-1.d | 6 +++++ .../mips16-branch-absolute-addend-n64-1.d | 6 +++++ .../ld-mips-elf/mips16-branch-absolute-n32-1.d | 6 +++++ .../ld-mips-elf/mips16-branch-absolute-n32-2.d | 6 +++++ .../ld-mips-elf/mips16-branch-absolute-n64-1.d | 6 +++++ .../ld-mips-elf/mips16-branch-absolute-n64-2.d | 6 +++++ 29 files changed, 283 insertions(+), 1 deletion(-) create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-1.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-1.s create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-2.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-2.s create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-addend-1.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-addend-1.s create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-addend-n32-1.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-addend-n64-1.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-n32-1.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-n32-2.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-n64-1.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-n64-2.d create mode 100644 gas/testsuite/gas/mips/mips16-pcrel-absolute-1.d create mode 100644 gas/testsuite/gas/mips/mips16-pcrel-absolute-1.l create mode 100644 gas/testsuite/gas/mips/mips16-pcrel-absolute-1.s create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-1.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-2.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-addend-1.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32-1.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64-1.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-n32-1.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-n32-2.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-n64-1.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-n64-2.d