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 194d088fb1f [gdb] Fix missing symtab includes new fa1477dc34e Fixes for the magic number used in PDP11 AOUT binaries.
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: bfd/ChangeLog | 7 +++ bfd/libaout.h | 3 +- bfd/pdp11.c | 62 +++++++++++++++++- include/ChangeLog | 5 ++ include/aout/aout64.h | 5 +- ld/ChangeLog | 22 +++++++ ld/NEWS | 4 ++ ld/emulparams/pdp11.sh | 3 +- ld/emultempl/pdp11.em | 132 +++++++++++++++++++++++++++++++++++++++ ld/gen-doc.texi | 1 + ld/ld.texi | 70 ++++++++++++++++++++- ld/lexsup.c | 1 + ld/scripttempl/pdp11.sc | 56 +++++++++++++++++ ld/testsuite/ld-pdp11/imagic.d | 12 ++++ ld/testsuite/ld-pdp11/imagicz.d | 12 ++++ ld/testsuite/ld-pdp11/nmagic.d | 11 ++++ ld/testsuite/ld-pdp11/omagic.d | 12 ++++ ld/testsuite/ld-pdp11/pdp11.exp | 33 ++++++++++ ld/testsuite/ld-pdp11/sections.s | 13 ++++ 19 files changed, 457 insertions(+), 7 deletions(-) create mode 100644 ld/emultempl/pdp11.em create mode 100644 ld/scripttempl/pdp11.sc create mode 100644 ld/testsuite/ld-pdp11/imagic.d create mode 100644 ld/testsuite/ld-pdp11/imagicz.d create mode 100644 ld/testsuite/ld-pdp11/nmagic.d create mode 100644 ld/testsuite/ld-pdp11/omagic.d create mode 100644 ld/testsuite/ld-pdp11/pdp11.exp create mode 100644 ld/testsuite/ld-pdp11/sections.s