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 71f646f2b3f Fix an illegal memory access when disassembling a corrupt M [...] new 2d5783fad77 Add --enable-linker-version option to bfd linker to add an [...]
The 1 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: ld/ChangeLog | 55 ++++++++++++++++++++++++++++++++++ ld/NEWS | 4 +++ ld/ld.texi | 30 ++++++++++++++++++- ld/ldgram.y | 6 +++- ld/ldlang.c | 28 +++++++++++++++-- ld/ldlang.h | 5 +++- ld/ldlex.h | 2 ++ ld/ldlex.l | 1 + ld/lexsup.c | 11 +++++++ ld/scripttempl/arclinux.sc | 13 +------- ld/scripttempl/avr.sc | 11 ++----- ld/scripttempl/dlx.sc | 8 +++++ ld/scripttempl/elf.sc | 15 +--------- ld/scripttempl/elf32cr16.sc | 3 +- ld/scripttempl/elf32crx.sc | 3 +- ld/scripttempl/elf32msp430.sc | 9 +----- ld/scripttempl/elf64bpf.sc | 15 +--------- ld/scripttempl/elf64hppa.sc | 14 +-------- ld/scripttempl/elf_chaos.sc | 11 +------ ld/scripttempl/elfarc.sc | 14 +-------- ld/scripttempl/elfarcv2.sc | 10 +------ ld/scripttempl/elfd10v.sc | 11 +------ ld/scripttempl/elfd30v.sc | 11 +------ ld/scripttempl/elfm68hc11.sc | 11 +------ ld/scripttempl/elfm68hc12.sc | 12 ++------ ld/scripttempl/elfm9s12z.sc | 12 ++------ ld/scripttempl/elfmicroblaze.sc | 6 ++++ ld/scripttempl/elfxgate.sc | 12 +------- ld/scripttempl/elfxtensa.sc | 13 +------- ld/scripttempl/epiphany_4x4.sc | 13 +------- ld/scripttempl/ft32.sc | 5 ---- ld/scripttempl/ip2k.sc | 11 ++----- ld/scripttempl/iq2000.sc | 12 ++------ ld/scripttempl/mep.sc | 12 ++------ ld/scripttempl/misc-sections.sc | 20 +++++++++++++ ld/scripttempl/nds32elf.sc | 13 +------- ld/scripttempl/pru.sc | 10 ++----- ld/scripttempl/v850.sc | 11 ++----- ld/scripttempl/v850_rh850.sc | 11 ++----- ld/scripttempl/visium.sc | 2 +- ld/scripttempl/xstormy16.sc | 13 ++------ ld/scripttempl/z80.sc | 6 ++++ ld/testsuite/ld-scripts/ld-version-2.d | 8 +++++ ld/testsuite/ld-scripts/ld-version.d | 7 +++++ ld/testsuite/ld-scripts/ld-version.t | 9 ++++++ ld/testsuite/ld-scripts/script.exp | 2 ++ 46 files changed, 243 insertions(+), 278 deletions(-) create mode 100644 ld/scripttempl/misc-sections.sc create mode 100644 ld/testsuite/ld-scripts/ld-version-2.d create mode 100644 ld/testsuite/ld-scripts/ld-version.d create mode 100644 ld/testsuite/ld-scripts/ld-version.t