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 4bb461e42c5 objdump: fix styled printing of addresses new 46465574a92 Fix potential arithmetic overflow in the linker's plugin ha [...] new ba951afb999 Add a linker warning when creating potentially dangerous ex [...]
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/elf.c | 23 +++ bfd/elflink.c | 2 +- binutils/testsuite/lib/binutils-common.exp | 2 + include/bfdlink.h | 19 +- ld/ChangeLog | 6 + ld/NEWS | 24 ++- ld/aclocal.m4 | 193 ++++++++++----------- ld/config.in | 12 ++ ld/configure | 75 +++++++- ld/configure.ac | 52 ++++++ ld/emultempl/elf.em | 3 + ld/ld.texi | 16 ++ ld/ldlex.h | 5 +- ld/lexsup.c | 31 ++++ ld/libdep_plugin.c | 6 +- ld/testsuite/ld-elf/changelma.d | 2 +- ld/testsuite/ld-elf/elf.exp | 50 +++++- ld/testsuite/ld-elf/flags1.d | 2 +- ld/testsuite/ld-elf/maxpage5.d | 2 +- ld/testsuite/ld-elf/note-2.d | 2 +- ld/testsuite/ld-elf/rwx-segments-1.l | 1 + ld/testsuite/ld-elf/rwx-segments-2.l | 1 + ld/testsuite/ld-elf/{size-2.t => rwx-segments-2.t} | 2 +- 23 files changed, 405 insertions(+), 126 deletions(-) create mode 100644 ld/testsuite/ld-elf/rwx-segments-1.l create mode 100644 ld/testsuite/ld-elf/rwx-segments-2.l copy ld/testsuite/ld-elf/{size-2.t => rwx-segments-2.t} (92%)