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 60598dbd58c gdb/testsuite: fix typo in gdb_test_multiple doc new ee0688c2339 Define a new DT_GNU_FLAGS_1 dynamic section for ld, readelf et al new 6a0a0dd0cc4 Handle -z unique/-z nounique in ld new c3805e4cef7 Document -z unique/-z nounique in the ld man page and help output new a5da3dee21c Handle DT_GNU_FLAGS_1 in readelf new af3c233bdb6 Define DT_GNU_FLAGS_1 and DF_GNU_1_UNIQUE for gold new 8a87b279118 Implement and document -z unique / -z nounique handling in gold
The 6 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 | 5 +++++ bfd/elflink.c | 5 ++++- binutils/ChangeLog | 5 +++++ binutils/readelf.c | 23 +++++++++++++++++++++++ elfcpp/ChangeLog | 5 +++++ elfcpp/elfcpp.h | 7 +++++++ gold/ChangeLog | 6 ++++++ gold/layout.cc | 6 ++++++ gold/options.h | 3 +++ include/ChangeLog | 5 +++++ include/bfdlink.h | 3 +++ include/elf/common.h | 4 ++++ ld/ChangeLog | 7 +++++++ ld/emultempl/elf.em | 4 ++++ ld/ld.texi | 10 ++++++++++ ld/lexsup.c | 4 ++++ 16 files changed, 101 insertions(+), 1 deletion(-)