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 bc45f5366ea Remove REPARSE condition to force hardware resource checkin [...] new 4881fcd7c13 Add missing TYPE_CODE_* constants to Python
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: gdb/doc/guile.texi | 13 +++++ gdb/doc/python.texi | 13 +++++ gdb/gdbtypes.h | 114 ++------------------------------------------ gdb/guile/scm-type.c | 35 +++----------- gdb/python/py-type.c | 37 +++------------ gdb/type-codes.def | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 173 insertions(+), 170 deletions(-) create mode 100644 gdb/type-codes.def