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 9811697376b PR26279 Work around maybe-uninitialized warning in s390-mkopc.c new 3f1b17bbf02 MIPS/LD: Set symtab's `sh_info' correctly for IRIX emulations new c77cb2a09c5 MIPS: Make the IRIX naming of local section symbols consistent new f693213d126 Run `autoreconf -vf` throughout
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 | 24 ++ bfd/elf-bfd.h | 8 + bfd/elf32-mips.c | 12 + bfd/elflink.c | 26 +- bfd/elfn32-mips.c | 12 + bfd/elfxx-mips.c | 2 +- bfd/elfxx-target.h | 4 + binutils/ChangeLog | 36 +++ .../mips/global-local-symtab-final-n32.d | 9 + .../mips/global-local-symtab-final-n64.d | 9 + .../mips/global-local-symtab-final-o32.d | 9 + .../binutils-all/mips/global-local-symtab-n32.d | 8 + .../binutils-all/mips/global-local-symtab-n32t.d | 8 + .../binutils-all/mips/global-local-symtab-n64.d | 10 + .../binutils-all/mips/global-local-symtab-o32.d | 10 + .../binutils-all/mips/global-local-symtab-o32t.d | 10 + .../mips/global-local-symtab-sort-n32.d | 8 + .../mips/global-local-symtab-sort-n32t.d | 8 + .../mips/global-local-symtab-sort-n64.d | 14 + .../mips/global-local-symtab-sort-n64t.d | 14 + .../mips/global-local-symtab-sort-o32.d | 14 + .../mips/global-local-symtab-sort-o32t.d | 14 + binutils/testsuite/binutils-all/mips/mips.exp | 11 + gas/ChangeLog | 20 ++ gas/testsuite/gas/mips/global-local-symtab-n32.d | 6 + gas/testsuite/gas/mips/global-local-symtab-n32t.d | 6 + gas/testsuite/gas/mips/global-local-symtab-n64.d | 8 + gas/testsuite/gas/mips/global-local-symtab-o32.d | 8 + gas/testsuite/gas/mips/global-local-symtab-o32t.d | 8 + .../gas/mips/global-local-symtab-sort-n32.d | 6 + .../gas/mips/global-local-symtab-sort-n32t.d | 6 + .../gas/mips/global-local-symtab-sort-n64.d | 17 + .../gas/mips/global-local-symtab-sort-n64t.d | 17 + .../gas/mips/global-local-symtab-sort-o32.d | 17 + .../gas/mips/global-local-symtab-sort-o32t.d | 17 + gas/testsuite/gas/mips/global-local-symtab.s | 10 + gas/testsuite/gas/mips/mips.exp | 9 + ld/ChangeLog | 35 +++ ld/testsuite/ld-elf/sec64k.exp | 2 +- .../ld-mips-elf/global-local-symtab-final-n32.d | 6 + .../ld-mips-elf/global-local-symtab-final-n64.d | 6 + .../ld-mips-elf/global-local-symtab-final-o32.d | 6 + ld/testsuite/ld-mips-elf/global-local-symtab-n32.d | 6 + .../ld-mips-elf/global-local-symtab-n32t.d | 6 + ld/testsuite/ld-mips-elf/global-local-symtab-n64.d | 8 + ld/testsuite/ld-mips-elf/global-local-symtab-o32.d | 8 + .../ld-mips-elf/global-local-symtab-o32t.d | 8 + .../ld-mips-elf/global-local-symtab-sort-n32.d | 6 + .../ld-mips-elf/global-local-symtab-sort-n32t.d | 6 + .../ld-mips-elf/global-local-symtab-sort-n64.d | 13 + .../ld-mips-elf/global-local-symtab-sort-n64t.d | 13 + .../ld-mips-elf/global-local-symtab-sort-o32.d | 13 + .../ld-mips-elf/global-local-symtab-sort-o32t.d | 13 + ld/testsuite/ld-mips-elf/global-local-symtab.ld | 8 + ld/testsuite/ld-mips-elf/mips-elf.exp | 12 + libdecnumber/ChangeLog | 4 + libdecnumber/aclocal.m4 | 1 - libdecnumber/configure | 3 - sim/bfin/ChangeLog | 4 + sim/bfin/aclocal.m4 | 344 --------------------- sim/bfin/configure | 261 +--------------- sim/erc32/ChangeLog | 4 + sim/erc32/configure | 1 - sim/mips/ChangeLog | 4 + sim/mips/configure | 2 +- sim/testsuite/ChangeLog | 4 + sim/testsuite/configure | 6 +- 67 files changed, 636 insertions(+), 612 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-final-n32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-final-n64.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-final-o32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-n32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-n32t.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-n64.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-o32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-o32t.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-n32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-n32t.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-n64.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-o32.d create mode 100644 binutils/testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-n32.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-n32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-n64.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-o32.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-o32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-n32.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-n32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-n64.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-n64t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-o32.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab-sort-o32t.d create mode 100644 gas/testsuite/gas/mips/global-local-symtab.s create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-final-n32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-final-n64.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-final-o32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-n32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-n32t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-n64.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-o32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-o32t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-n32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-n32t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-n64.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-o32.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d create mode 100644 ld/testsuite/ld-mips-elf/global-local-symtab.ld