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 24cdb46 Support setting thread names (MS-Windows) new c7318de MIPS/BFD: Set the ISA bit in microMIPS LA25 stub references new a848a22 MIPS/BFD: Add microMIPS annotation to LA25 stub symbols new fe152e6 MIPS/BFD: Actually produce short microMIPS LA25 stubs new 0375b0a MIPS/LD/testsuite: Verify microMIPS LA25 stub generation
The 4 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 | 16 ++++++++ bfd/elfxx-mips.c | 17 ++++++-- ld/ChangeLog | 14 +++++++ ld/testsuite/ld-mips-elf/mips-elf.exp | 38 +++++++++++++++++ .../ld-mips-elf/pic-and-nonpic-1-micromips-rel.dd | 42 +++++++++++++++++++ .../ld-mips-elf/pic-and-nonpic-1-micromips-rel.nd | 5 +++ .../ld-mips-elf/pic-and-nonpic-1-micromips.dd | 48 ++++++++++++++++++++++ .../ld-mips-elf/pic-and-nonpic-1-micromips.nd | 8 ++++ .../ld-mips-elf/pic-and-nonpic-1a-micromips.s | 31 ++++++++++++++ .../ld-mips-elf/pic-and-nonpic-1b-micromips.s | 10 +++++ 10 files changed, 225 insertions(+), 4 deletions(-) create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.dd create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.nd create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-micromips.dd create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-micromips.nd create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1a-micromips.s create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s