This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 1fb5ee62036 gdb: add some more empty lines in loc.c new 20821f4ed1c gdb: Allow target description to be dumped even when it is remote new fbf42f4e6d0 gdb: Print compatible information within print_xml_feature new caa7fd04f65 gdb: New maintenance command to print XML target description
The 3 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/ChangeLog | 30 +++++ gdb/NEWS | 6 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 9 ++ gdb/target-descriptions.c | 109 +++++++++++++++--- gdb/testsuite/ChangeLog | 8 ++ gdb/testsuite/gdb.xml/maint-xml-dump-01.xml | 10 ++ gdb/testsuite/gdb.xml/maint-xml-dump-02.xml | 27 +++++ gdb/testsuite/gdb.xml/maint-xml-dump.exp | 124 +++++++++++++++++++++ .../persistent-lang.cc => gdb.xml/tdesc-reload.c} | 0 gdb/testsuite/gdb.xml/tdesc-reload.exp | 83 ++++++++++++++ gdbserver/ChangeLog | 6 + gdbserver/tdesc.cc | 21 ++++ gdbsupport/ChangeLog | 22 ++++ gdbsupport/tdesc.cc | 106 +++++++++++++----- gdbsupport/tdesc.h | 44 +++++++- 16 files changed, 565 insertions(+), 45 deletions(-) create mode 100644 gdb/testsuite/gdb.xml/maint-xml-dump-01.xml create mode 100644 gdb/testsuite/gdb.xml/maint-xml-dump-02.xml create mode 100644 gdb/testsuite/gdb.xml/maint-xml-dump.exp copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.xml/tdesc-reload.c} (100%) create mode 100644 gdb/testsuite/gdb.xml/tdesc-reload.exp