This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/pr22732 in repository binutils-gdb.
discards 2b435dcb4f ld: Skip unsupported static executable tests adds d6ad07fdef S390: Improve comments for s390-tdbregs test case adds a3ab6cb019 [gas/ARM] Remove spurious comments adds 6bd6f3b656 Remove args from target detach adds 6e1e1966ba Pass inferior down to target_detach and to_detach adds bc09b0c14f Make linux_nat_detach/thread_db_detach use the inferior parameter adds 5a6c3296a7 gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h adds a0aad53764 gdb: Add missing #ifdef USE_THREAD_DB to gdbserver new 0599e49b53 ld: Skip unsupported static executable tests
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 (2b435dcb4f) \ N -- N -- N refs/heads/users/hjl/pr22732 (0599e49b53)
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: gas/ChangeLog | 5 ++ gas/config/tc-arm.c | 2 - gdb/ChangeLog | 94 +++++++++++++++++++++++++++++++++ gdb/aix-thread.c | 4 +- gdb/corefile.c | 2 +- gdb/corelow.c | 4 +- gdb/darwin-nat.c | 3 +- gdb/gdbserver/ChangeLog | 5 ++ gdb/gdbserver/linux-low.c | 2 + gdb/gnu-nat.c | 2 +- gdb/inf-ptrace.c | 18 +++---- gdb/inf-ptrace.h | 2 +- gdb/infcmd.c | 2 +- gdb/inferior.c | 15 +++++- gdb/inferior.h | 3 ++ gdb/infrun.c | 4 +- gdb/linux-fork.c | 2 +- gdb/linux-fork.h | 2 +- gdb/linux-nat.c | 23 +++----- gdb/linux-thread-db.c | 6 +-- gdb/nat/linux-ptrace.c | 2 - gdb/nat/linux-ptrace.h | 1 + gdb/nto-procfs.c | 8 +-- gdb/procfs.c | 23 +++----- gdb/record.c | 4 +- gdb/record.h | 3 +- gdb/remote-sim.c | 12 ++--- gdb/remote.c | 13 ++--- gdb/sol-thread.c | 4 +- gdb/target-debug.h | 2 + gdb/target-delegates.c | 8 +-- gdb/target.c | 15 ++++-- gdb/target.h | 9 ++-- gdb/testsuite/ChangeLog | 8 +++ gdb/testsuite/gdb.arch/s390-tdbregs.c | 9 ++++ gdb/testsuite/gdb.arch/s390-tdbregs.exp | 6 ++- gdb/top.c | 4 +- gdb/windows-nat.c | 2 +- ld/testsuite/lib/ld-lib.exp | 14 ++--- 39 files changed, 224 insertions(+), 123 deletions(-)