This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/pr21562 in repository binutils-gdb.
discards 8a5f6af0f2 Always define referenced __start_SECNAME/__stop_SECNAME adds c4dcb155c4 Introduce "set debug separate-debug-file" adds fd0219988d Automatic date update in version.in adds 3704e3589d S/390: Return with an error for broken tls rewrites adds 5c3ce2bc8a ELF: Pass bfd_link_info to merge_gnu_properties new 697a26cce0 Always define referenced __start_SECNAME/__stop_SECNAME
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (8a5f6af0f2) \ N -- N -- N refs/heads/users/hjl/pr21562 (697a26cce0)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 14 ++++++ bfd/elf-bfd.h | 17 +++++-- bfd/elf-properties.c | 15 +++--- bfd/elf32-i386.c | 5 +- bfd/elf32-s390.c | 21 ++++++-- bfd/elf64-s390.c | 21 ++++++-- bfd/elf64-x86-64.c | 6 ++- bfd/elflink.c | 66 ++++++++++++++------------ bfd/version.h | 2 +- gdb/ChangeLog | 13 +++++ gdb/NEWS | 6 +++ gdb/build-id.c | 7 +++ gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 6 +++ gdb/symfile.c | 18 +++++++ gdb/symfile.h | 4 ++ ld/emultempl/elf32.em | 14 +++--- ld/testsuite/ld-elf/pr21562.t | 3 -- ld/testsuite/ld-elf/pr21562a.t | 3 ++ ld/testsuite/ld-elf/pr21562b.t | 5 ++ ld/testsuite/ld-elf/pr21562c.d | 2 +- ld/testsuite/ld-elf/pr21562c.t | 7 +++ ld/testsuite/ld-elf/pr21562d.d | 2 +- ld/testsuite/ld-elf/pr21562g.d | 2 +- ld/testsuite/ld-elf/pr21562h.d | 2 +- ld/testsuite/ld-elf/{pr21562c.d => pr21562i.d} | 2 +- ld/testsuite/ld-elf/{pr21562d.d => pr21562j.d} | 2 +- ld/testsuite/ld-elf/{pr21562c.d => pr21562k.d} | 4 +- ld/testsuite/ld-elf/{pr21562d.d => pr21562l.d} | 4 +- 29 files changed, 201 insertions(+), 77 deletions(-) delete mode 100644 ld/testsuite/ld-elf/pr21562.t create mode 100644 ld/testsuite/ld-elf/pr21562a.t create mode 100644 ld/testsuite/ld-elf/pr21562b.t create mode 100644 ld/testsuite/ld-elf/pr21562c.t copy ld/testsuite/ld-elf/{pr21562c.d => pr21562i.d} (83%) copy ld/testsuite/ld-elf/{pr21562d.d => pr21562j.d} (83%) copy ld/testsuite/ld-elf/{pr21562c.d => pr21562k.d} (57%) copy ld/testsuite/ld-elf/{pr21562d.d => pr21562l.d} (57%)