This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/simark/concurrent-displaced-step-1-with-perf-fixes in repository binutils-gdb.
discards 4b7f9f5562a gdb: use two displaced step buffers on amd64/Linux discards bed71036781 gdb: make displaced stepping implementation capable of mana [...] discards a4b2fc9da93 gdb: change linux gdbarch data from post to pre-init discards 4544a99b7d1 [E] Set unavailable flag When allocating last buffer discards f3c8b52e02d [C] Stop trying to prepare displaced steps for an inferior [...] new bba3635ed61 [C + E] Stop trying to prepare displaced steps for an infer [...] new a4ca923bb4e gdb: change linux gdbarch data from post to pre-init new 4336a4e3cb6 gdb: make displaced stepping implementation capable of mana [...] new a7fe7b2e1be gdb: use two displaced step buffers on amd64/Linux
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 (4b7f9f5562a) \ N -- N -- N refs/heads/users/simark/concurrent-displaced-step-1-with [...]
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 4 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: gdb/displaced-stepping.c | 16 ++++++++++++---- gdb/displaced-stepping.h | 9 +++++---- gdb/gdbarch.c | 4 ++-- gdb/gdbarch.h | 4 ++-- gdb/gdbarch.sh | 2 +- gdb/infrun.c | 25 ++++++++----------------- gdb/linux-tdep.c | 4 ++-- gdb/linux-tdep.h | 2 +- gdb/rs6000-tdep.c | 4 ++-- 9 files changed, 35 insertions(+), 35 deletions(-)