This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch in repository binutils-gdb.
from edb8325 Fix lex source files so that they will be accepted by flex v2.6.3 new 65060a7 PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat [...] new 4030096 PR ld/20828: Fix linker script symbols wrongly forced local w [...]
The 2 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 | 7 ++++++ bfd/elflink.c | 11 +++++--- gas/ChangeLog | 12 +++++++++ gas/config/tc-mips.c | 11 ++++---- gas/testsuite/gas/mips/comdat-reloc.d | 31 +++++++++++++++++++++++ gas/testsuite/gas/mips/comdat-reloc.s | 38 ++++++++++++++++++++++++++++ gas/testsuite/gas/mips/mips.exp | 2 ++ ld/ChangeLog | 17 +++++++++++++ ld/testsuite/ld-elf/pr20828-1.sd | 12 +++++++++ ld/testsuite/ld-elf/pr20828-2a.sd | 9 +++++++ ld/testsuite/ld-elf/pr20828-2b.sd | 7 ++++++ ld/testsuite/ld-elf/pr20828.ld | 19 ++++++++++++++ ld/testsuite/ld-elf/pr20828.s | 2 ++ ld/testsuite/ld-elf/pr20828.ver | 1 + ld/testsuite/ld-elf/shared.exp | 47 +++++++++++++++++++++++++++++++++++ ld/testsuite/ld-mips-elf/mips-elf.exp | 7 ++++++ 16 files changed, 225 insertions(+), 8 deletions(-) create mode 100644 gas/testsuite/gas/mips/comdat-reloc.d create mode 100644 gas/testsuite/gas/mips/comdat-reloc.s create mode 100644 ld/testsuite/ld-elf/pr20828-1.sd create mode 100644 ld/testsuite/ld-elf/pr20828-2a.sd create mode 100644 ld/testsuite/ld-elf/pr20828-2b.sd create mode 100644 ld/testsuite/ld-elf/pr20828.ld create mode 100644 ld/testsuite/ld-elf/pr20828.s create mode 100644 ld/testsuite/ld-elf/pr20828.ver