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 b529203 RISC-V: Resurrect GP-relative disassembly hints new a91e160 Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX
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 | 9 ++++ bfd/elf.c | 66 ++++++++++++++++++++++++++++- binutils/ChangeLog | 11 +++++ binutils/NEWS | 2 + binutils/readelf.c | 17 ++++++-- binutils/testsuite/binutils-all/mbind1.s | 33 +++++++++++++++ binutils/testsuite/binutils-all/objcopy.exp | 1 + gas/ChangeLog | 35 +++++++++++++++ gas/NEWS | 2 + gas/config/obj-elf.c | 54 ++++++++++++++++++++--- gas/config/obj-elf.h | 3 +- gas/config/tc-arm.c | 3 +- gas/config/tc-ia64.c | 2 +- gas/config/tc-microblaze.c | 18 +++++--- gas/config/tc-mips.c | 2 +- gas/config/tc-msp430.c | 2 +- gas/config/tc-rx.c | 4 +- gas/config/tc-tic6x.c | 3 +- gas/doc/as.texinfo | 2 + gas/testsuite/gas/elf/elf.exp | 3 ++ gas/testsuite/gas/elf/section10.d | 4 +- gas/testsuite/gas/elf/section10.s | 4 +- gas/testsuite/gas/elf/section12.s | 33 +++++++++++++++ gas/testsuite/gas/elf/section12a.d | 35 +++++++++++++++ gas/testsuite/gas/elf/section12b.d | 32 ++++++++++++++ gas/testsuite/gas/elf/section13.d | 2 + gas/testsuite/gas/elf/section13.l | 2 + gas/testsuite/gas/elf/section13.s | 2 + include/ChangeLog | 7 +++ include/elf/common.h | 7 +++ ld/ChangeLog | 15 +++++++ ld/NEWS | 2 + ld/emultempl/elf32.em | 46 +++++++++++++++++++- ld/testsuite/ld-elf/elf.exp | 21 +++++++++ ld/testsuite/ld-elf/mbind1.s | 43 +++++++++++++++++++ ld/testsuite/ld-elf/mbind1a.d | 44 +++++++++++++++++++ ld/testsuite/ld-elf/mbind1b.d | 44 +++++++++++++++++++ ld/testsuite/ld-elf/mbind1c.d | 44 +++++++++++++++++++ ld/testsuite/ld-elf/mbind2a.s | 15 +++++++ ld/testsuite/ld-elf/mbind2b.c | 17 ++++++++ 40 files changed, 660 insertions(+), 31 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mbind1.s create mode 100644 gas/testsuite/gas/elf/section12.s create mode 100644 gas/testsuite/gas/elf/section12a.d create mode 100644 gas/testsuite/gas/elf/section12b.d create mode 100644 gas/testsuite/gas/elf/section13.d create mode 100644 gas/testsuite/gas/elf/section13.l create mode 100644 gas/testsuite/gas/elf/section13.s create mode 100644 ld/testsuite/ld-elf/mbind1.s create mode 100644 ld/testsuite/ld-elf/mbind1a.d create mode 100644 ld/testsuite/ld-elf/mbind1b.d create mode 100644 ld/testsuite/ld-elf/mbind1c.d create mode 100644 ld/testsuite/ld-elf/mbind2a.s create mode 100644 ld/testsuite/ld-elf/mbind2b.c