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 e63d123268 Fix seg-fault attempting to compress a debug section in a co [...] new bbdd9a6894 MIPS/readelf: With `-A' also dump GOT in static binaries new c46cec3a8c ELF/BFD: Limit `_bfd_elf_link_renumber_dynsyms' call in section GC new 23ec1e32b1 PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if [...]
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 | 20 +++++ bfd/elf-bfd.h | 4 + bfd/elflink.c | 35 ++++++--- bfd/elfxx-mips.h | 1 + bfd/elfxx-target.h | 6 +- binutils/ChangeLog | 4 + binutils/readelf.c | 89 +++++++++++++++++++++- ld/ChangeLog | 9 +++ ld/testsuite/ld-mips-elf/mips-elf.exp | 10 +++ ld/testsuite/ld-mips-elf/pr21334.dd | 10 +++ ld/testsuite/ld-mips-elf/pr21334.gd | 11 +++ .../ld-mips-elf/{ehdr_start-1.ld => pr21334.ld} | 6 +- .../testsuite/ld-mips-elf/pr21334.s | 28 ++----- 13 files changed, 195 insertions(+), 38 deletions(-) create mode 100644 ld/testsuite/ld-mips-elf/pr21334.dd create mode 100644 ld/testsuite/ld-mips-elf/pr21334.gd copy ld/testsuite/ld-mips-elf/{ehdr_start-1.ld => pr21334.ld} (55%) copy gas/testsuite/gas/mips/jal-svr4pic-local.s => ld/testsuite/ld-mips-elf/pr2133 [...]