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 b7d07216771 ELF: Support the section flag 'o' in .section directive new 5242a0a000a ld: Issue an error for GC on __patchable_function_entries section new 9b538ba71fc ELF: Discard a section if any of its linked-to sections has [...]
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 | 7 +++++++ ld/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ ld/emultempl/aix.em | 1 + ld/emultempl/armcoff.em | 1 + ld/emultempl/beos.em | 1 + ld/emultempl/elf.em | 1 + ld/emultempl/generic.em | 1 + ld/emultempl/linux.em | 1 + ld/emultempl/msp430.em | 1 + ld/emultempl/pe.em | 1 + ld/emultempl/pep.em | 1 + ld/emultempl/ticoff.em | 1 + ld/emultempl/vanilla.em | 1 + ld/ldelf.c | 29 +++++++++++++++++++++++++++++ ld/ldelf.h | 1 + ld/ldemul.c | 11 +++++++++++ ld/ldemul.h | 7 +++++++ ld/ldlang.c | 2 ++ ld/testsuite/ld-elf/pr25022.d | 9 +++++++++ ld/testsuite/ld-elf/pr25022.s | 11 +++++++++++ ld/testsuite/ld-elf/pr25022.t | 1 + ld/testsuite/ld-elf/pr25490-1.d | 3 +++ ld/testsuite/ld-elf/pr25490-1.s | 9 +++++++++ 24 files changed, 143 insertions(+) create mode 100644 ld/testsuite/ld-elf/pr25022.d create mode 100644 ld/testsuite/ld-elf/pr25022.s create mode 100644 ld/testsuite/ld-elf/pr25022.t create mode 100644 ld/testsuite/ld-elf/pr25490-1.d create mode 100644 ld/testsuite/ld-elf/pr25490-1.s