This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/x86 in repository binutils-gdb.
discards 5b4185e6aa x86: Add elf_x86_backend_data discards 7909b6e605 x86: Add _bfd_x86_elf_finish_dynamic_sections adds 0952b7101e Automatic date update in version.in adds 2578f2f307 PR22127, as segfaults assembling invalid .reloc adds 255300f5a9 Add enable-gold and enable-ld to src-release adds 4d465c689a Fix address violation when parsing a corrupt PE binary. adds 1e46716193 Make dwarf_expr_piece::pieces an std::vector adds 690098826e Make dwarf_stack_value::in_stack_memory a bool adds eccd80d694 Make dwarf_expr_context::stack_empty_p return a bool new d66e284ce0 x86: Add _bfd_x86_elf_finish_dynamic_sections new f52fce2f3a x86: Add elf_x86_backend_data
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 (5b4185e6aa) \ N -- N -- N refs/heads/users/hjl/x86 (f52fce2f3a)
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 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: ChangeLog | 4 ++ bfd/ChangeLog | 6 +++ bfd/elfxx-x86.c | 6 +-- bfd/peXXigen.c | 5 ++- bfd/version.h | 2 +- gas/ChangeLog | 6 +++ gas/write.c | 2 +- gdb/ChangeLog | 47 ++++++++++++++++++++++ gdb/dwarf2expr.c | 64 +++++++++++++---------------- gdb/dwarf2expr.h | 120 +++++++++++++++++++++++++++---------------------------- gdb/dwarf2loc.c | 79 +++++++++++++++--------------------- src-release.sh | 2 +- 12 files changed, 191 insertions(+), 152 deletions(-)