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 5cc0917c387 gdb: remove some uses of LA_PRINT_STRING new 279d901e5a7 x86-64: Add Intel LAM property support
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 | 12 +++ bfd/elf-linker-x86.h | 28 +++++-- bfd/elfxx-x86.c | 97 +++++++++++++++++++----- binutils/ChangeLog | 13 ++++ binutils/NEWS | 2 + binutils/doc/binutils.texi | 3 +- binutils/elfedit.c | 8 +- binutils/readelf.c | 6 ++ binutils/testsuite/binutils-all/x86-64/lam-u48.d | 12 +++ binutils/testsuite/binutils-all/x86-64/lam-u48.s | 27 +++++++ binutils/testsuite/binutils-all/x86-64/lam-u57.d | 12 +++ binutils/testsuite/binutils-all/x86-64/lam-u57.s | 27 +++++++ include/ChangeLog | 5 ++ include/elf/common.h | 2 + ld/ChangeLog | 25 ++++++ ld/NEWS | 13 ++++ ld/emulparams/cet.sh | 14 ++-- ld/emulparams/elf_x86_64.sh | 1 + ld/emulparams/x86-64-lam.sh | 69 +++++++++++++++++ ld/ld.texi | 44 +++++++++++ ld/testsuite/ld-x86-64/property-x86-lam-u48-1a.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u48-1b.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u48-2.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u48-3a.d | 12 +++ ld/testsuite/ld-x86-64/property-x86-lam-u48-3b.d | 12 +++ ld/testsuite/ld-x86-64/property-x86-lam-u48-4.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u48-5.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u48.s | 27 +++++++ ld/testsuite/ld-x86-64/property-x86-lam-u57-1a.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u57-1b.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u57-2.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u57-3a.d | 12 +++ ld/testsuite/ld-x86-64/property-x86-lam-u57-3b.d | 12 +++ ld/testsuite/ld-x86-64/property-x86-lam-u57-4.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u57-5.d | 11 +++ ld/testsuite/ld-x86-64/property-x86-lam-u57.s | 27 +++++++ ld/testsuite/ld-x86-64/x86-64.exp | 14 ++++ 37 files changed, 609 insertions(+), 37 deletions(-) create mode 100644 binutils/testsuite/binutils-all/x86-64/lam-u48.d create mode 100644 binutils/testsuite/binutils-all/x86-64/lam-u48.s create mode 100644 binutils/testsuite/binutils-all/x86-64/lam-u57.d create mode 100644 binutils/testsuite/binutils-all/x86-64/lam-u57.s create mode 100644 ld/emulparams/x86-64-lam.sh create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u48-1a.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u48-1b.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u48-2.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u48-3a.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u48-3b.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u48-4.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u48-5.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u48.s create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u57-1a.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u57-1b.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u57-2.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u57-3a.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u57-3b.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u57-4.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u57-5.d create mode 100644 ld/testsuite/ld-x86-64/property-x86-lam-u57.s