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 7f131b3 Add missing newline to py-breakpoint.c new 0c11728 BFD: Let targets handle relocations against absolute symbols new 96e9ba5 MIPS/GAS: Keep the ISA bit in the addend of branch relocations new b416ba9 MIPS/GAS: Don't convert PC-relative REL relocs against absolu [...]
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: bfd/ChangeLog | 6 ++ bfd/reloc.c | 39 +++++++------ gas/ChangeLog | 67 ++++++++++++++++++++++ gas/config/tc-mips.c | 26 ++++++--- gas/config/tc-mips.h | 3 + .../gas/mips/branch-absolute-addend-n32.d | 25 ++++++++ .../gas/mips/branch-absolute-addend-n64.d | 35 +++++++++++ gas/testsuite/gas/mips/branch-absolute-addend.d | 24 ++++++++ ...-branch-absolute.s => branch-absolute-addend.s} | 15 +++-- gas/testsuite/gas/mips/branch-absolute-n32.d | 25 ++++++++ gas/testsuite/gas/mips/branch-absolute-n64.d | 35 +++++++++++ gas/testsuite/gas/mips/branch-absolute.d | 24 ++++++++ ...{mips16-branch-absolute.s => branch-absolute.s} | 7 +-- .../mips/micromips-branch-absolute-addend-n32.d | 26 +++++++++ .../mips/micromips-branch-absolute-addend-n64.d | 36 ++++++++++++ .../gas/mips/micromips-branch-absolute-addend.d | 25 ++++++++ ...solute.s => micromips-branch-absolute-addend.s} | 15 ++--- .../gas/mips/micromips-branch-absolute-n32.d | 26 +++++++++ .../gas/mips/micromips-branch-absolute-n64.d | 36 ++++++++++++ gas/testsuite/gas/mips/micromips-branch-absolute.d | 25 ++++++++ ...anch-absolute.s => micromips-branch-absolute.s} | 9 +-- gas/testsuite/gas/mips/mips.exp | 23 ++++++++ ...olute.d => mips16-branch-absolute-addend-n32.d} | 15 ++--- .../gas/mips/mips16-branch-absolute-addend-n64.d | 31 ++++++++++ .../gas/mips/mips16-branch-absolute-addend.d | 20 +++++++ ...-absolute.s => mips16-branch-absolute-addend.s} | 13 +++-- ...nch-absolute.d => mips16-branch-absolute-n32.d} | 15 ++--- .../gas/mips/mips16-branch-absolute-n64.d | 31 ++++++++++ gas/testsuite/gas/mips/mips16-branch-absolute.d | 20 +++---- gas/testsuite/gas/mips/mips16-branch-absolute.s | 3 +- ld/ChangeLog | 45 +++++++++++++++ .../ld-mips-elf/branch-absolute-addend-n32.d | 6 ++ .../ld-mips-elf/branch-absolute-addend-n64.d | 6 ++ ld/testsuite/ld-mips-elf/branch-absolute-addend.d | 21 +++++++ ld/testsuite/ld-mips-elf/branch-absolute-n32.d | 6 ++ ld/testsuite/ld-mips-elf/branch-absolute-n64.d | 6 ++ ld/testsuite/ld-mips-elf/branch-absolute.d | 21 +++++++ .../micromips-branch-absolute-addend-n32.d | 6 ++ .../micromips-branch-absolute-addend-n64.d | 6 ++ .../ld-mips-elf/micromips-branch-absolute-addend.d | 22 +++++++ .../ld-mips-elf/micromips-branch-absolute-n32.d | 6 ++ .../ld-mips-elf/micromips-branch-absolute-n64.d | 6 ++ .../ld-mips-elf/micromips-branch-absolute.d | 22 +++++++ ld/testsuite/ld-mips-elf/mips-elf.exp | 37 ++++++++++++ .../mips16-branch-absolute-addend-n32.d | 6 ++ .../mips16-branch-absolute-addend-n64.d | 6 ++ .../ld-mips-elf/mips16-branch-absolute-addend.d | 17 ++++++ .../ld-mips-elf/mips16-branch-absolute-n32.d | 6 ++ .../ld-mips-elf/mips16-branch-absolute-n64.d | 6 ++ ld/testsuite/ld-mips-elf/mips16-branch-absolute.d | 17 ++++++ 50 files changed, 894 insertions(+), 80 deletions(-) create mode 100644 gas/testsuite/gas/mips/branch-absolute-addend-n32.d create mode 100644 gas/testsuite/gas/mips/branch-absolute-addend-n64.d create mode 100644 gas/testsuite/gas/mips/branch-absolute-addend.d copy gas/testsuite/gas/mips/{mips16-branch-absolute.s => branch-absolute-addend.s} (51%) create mode 100644 gas/testsuite/gas/mips/branch-absolute-n32.d create mode 100644 gas/testsuite/gas/mips/branch-absolute-n64.d create mode 100644 gas/testsuite/gas/mips/branch-absolute.d copy gas/testsuite/gas/mips/{mips16-branch-absolute.s => branch-absolute.s} (80%) create mode 100644 gas/testsuite/gas/mips/micromips-branch-absolute-addend-n32.d create mode 100644 gas/testsuite/gas/mips/micromips-branch-absolute-addend-n64.d create mode 100644 gas/testsuite/gas/mips/micromips-branch-absolute-addend.d copy gas/testsuite/gas/mips/{mips16-branch-absolute.s => micromips-branch-absolute [...] create mode 100644 gas/testsuite/gas/mips/micromips-branch-absolute-n32.d create mode 100644 gas/testsuite/gas/mips/micromips-branch-absolute-n64.d create mode 100644 gas/testsuite/gas/mips/micromips-branch-absolute.d copy gas/testsuite/gas/mips/{mips16-branch-absolute.s => micromips-branch-absolute [...] copy gas/testsuite/gas/mips/{mips16-branch-absolute.d => mips16-branch-absolute-ad [...] create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-addend-n64.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-addend.d copy gas/testsuite/gas/mips/{mips16-branch-absolute.s => mips16-branch-absolute-ad [...] copy gas/testsuite/gas/mips/{mips16-branch-absolute.d => mips16-branch-absolute-n3 [...] create mode 100644 gas/testsuite/gas/mips/mips16-branch-absolute-n64.d create mode 100644 ld/testsuite/ld-mips-elf/branch-absolute-addend-n32.d create mode 100644 ld/testsuite/ld-mips-elf/branch-absolute-addend-n64.d create mode 100644 ld/testsuite/ld-mips-elf/branch-absolute-addend.d create mode 100644 ld/testsuite/ld-mips-elf/branch-absolute-n32.d create mode 100644 ld/testsuite/ld-mips-elf/branch-absolute-n64.d create mode 100644 ld/testsuite/ld-mips-elf/branch-absolute.d create mode 100644 ld/testsuite/ld-mips-elf/micromips-branch-absolute-addend-n32.d create mode 100644 ld/testsuite/ld-mips-elf/micromips-branch-absolute-addend-n64.d create mode 100644 ld/testsuite/ld-mips-elf/micromips-branch-absolute-addend.d create mode 100644 ld/testsuite/ld-mips-elf/micromips-branch-absolute-n32.d create mode 100644 ld/testsuite/ld-mips-elf/micromips-branch-absolute-n64.d create mode 100644 ld/testsuite/ld-mips-elf/micromips-branch-absolute.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-addend.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-n32.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute-n64.d create mode 100644 ld/testsuite/ld-mips-elf/mips16-branch-absolute.d