This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/simark/update-gnulib in repository binutils-gdb.
discards 40d5fd8634b fixup discards 52fe6d4a519 gnulib: update to 776af40e0 adds 325d39e4e09 Add Python support for hardware breakpoints adds a72d0f3d698 gdb/doc: reorder and group sections relating to aliases adds 730af66356b gdb/testsuite: improve logging in lib/tuiterm.exp adds 439706e6a90 gdb: use interruptible_select when connecting to a remote adds 1e15fcac942 gdb: convert bfd-cache to new-style debug macros adds d3abc0cee08 gdb: remove unused f77_array_offset_tbl from f-valprint.c adds a59902a7c12 gdb: convert auto-load to new-style debug macros adds d5d24e12f97 Fix build errors for armhf adds cd211c75cb6 Handle additional connection error adds e534c7e8c45 Automatic date update in version.in adds c651f0a6147 MAINTAINERS: Update my e-mail address adds cc4bc93e525 gdb/doc: down case contents of @var adds fe461d2f70e gdb/doc: move @menu to the end of the node adds 5b7d941b90d gdb: add owner-related methods to struct type adds 30625020198 gdb: remove TYPE_OBJFILE_OWNED macro adds 344e9841d98 gdb: remove TYPE_OBJFILE macro adds baf2b57f18c gdb: move set remote commands to remote.c adds cda09ec9f9c gdb: move remote_debug to remote.{h,c} adds 02349803fc5 gdb: change remote_debug to bool adds 2189c312652 gdb: add remote_debug_printf adds d8c4766d314 gdb/doc: don't rely on @menu item within the docs adds e7b430724d8 gdb: don't print escape characters when a style is disabled adds 9d2d8a16e1c gdb: add new version style new 636b2c309a2 gnulib: update to 776af40e0
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 (40d5fd8634b) \ N -- N -- N refs/heads/users/simark/update-gnulib (636b2c309a2)
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/version.h | 2 +- binutils/MAINTAINERS | 2 +- gdb/ChangeLog | 128 ++++++++ gdb/MAINTAINERS | 4 +- gdb/NEWS | 5 + gdb/ada-lang.c | 4 +- gdb/auto-load.c | 146 ++++----- gdb/auto-load.h | 13 +- gdb/cli/cli-cmds.c | 36 --- gdb/cli/cli-style.c | 17 +- gdb/cli/cli-style.h | 6 +- gdb/coffread.c | 4 +- gdb/compile/compile-c-types.c | 12 +- gdb/compile/compile-cplus-types.c | 6 +- gdb/doc/ChangeLog | 37 +++ gdb/doc/gdb.texinfo | 422 +++++++++++++------------ gdb/doc/python.texi | 4 + gdb/f-valprint.c | 5 - gdb/gdb_bfd.c | 50 ++- gdb/gdbtypes.c | 82 ++--- gdb/gdbtypes.h | 61 +++- gdb/guile/scm-type.c | 4 +- gdb/language.c | 4 +- gdb/linux-thread-db.c | 9 +- gdb/main.c | 16 +- gdb/parse.c | 7 +- gdb/python/py-breakpoint.c | 8 +- gdb/python/py-type.c | 10 +- gdb/remote-sim.c | 1 + gdb/remote.c | 249 +++++++-------- gdb/remote.h | 20 ++ gdb/rust-lang.c | 2 +- gdb/ser-tcp.c | 2 +- gdb/target.h | 3 - gdb/testsuite/ChangeLog | 35 +++ gdb/testsuite/gdb.base/style.exp | 437 ++++++++++++++++---------- gdb/testsuite/gdb.python/py-breakpoint.exp | 24 ++ gdb/testsuite/lib/gdb-utils.exp | 1 + gdb/testsuite/lib/gdbserver-support.exp | 3 + gdb/testsuite/lib/range-stepping-support.exp | 8 +- gdb/testsuite/lib/tuiterm.exp | 448 +++++++++++++++++---------- gdb/top.c | 15 +- gdb/utils.c | 73 ++--- gdb/valops.c | 6 +- gdb/value.c | 6 +- gdbserver/ChangeLog | 4 +- gdbserver/remote-utils.cc | 4 + gdbsupport/ChangeLog | 10 +- gdbsupport/common-debug.cc | 6 +- gdbsupport/common-debug.h | 8 + gnulib/ChangeLog | 2 +- sim/MAINTAINERS | 2 +- 52 files changed, 1456 insertions(+), 1017 deletions(-)