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 a7504f87d4 Prevent an assertion failure in readelf & objdump when parsi [...] new ea3e7d7179 Commonise tdesc_reg and makes use of it in gdbserver tdesc new 82ec9bc705 Commonise tdesc_feature and makes use of it in gdbserver tdesc new eee8a18dd2 Commonise tdesc types and makes use of them in gdbserver tdesc new d278f585af Add tdesc osabi and architecture functions
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/ChangeLog | 80 +++++++ gdb/Makefile.in | 2 + gdb/common/tdesc.c | 292 +++++++++++++++++++++++++ gdb/common/tdesc.h | 288 ++++++++++++++++++++++++ gdb/gdbserver/ChangeLog | 35 +++ gdb/gdbserver/Makefile.in | 3 + gdb/gdbserver/tdesc.c | 147 ++++--------- gdb/gdbserver/tdesc.h | 11 +- gdb/regformats/regdat.sh | 4 +- gdb/regformats/regdef.h | 8 +- gdb/target-descriptions.c | 541 ++-------------------------------------------- gdb/target-descriptions.h | 8 - 12 files changed, 770 insertions(+), 649 deletions(-) create mode 100644 gdb/common/tdesc.c