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 be90f3e2afa gdb: Make printing enum types prettier. new 77aa0f0be75 gdb: introduce expanded_symbols_functions new 682190fe966 gdb: install expanded_symbols_functions into objfiles creat [...]
The 2 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/Makefile.in | 1 + gdb/expanded-symbol.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/expanded-symbol.h | 92 ++++++++++++++++++++++++++++++++++++++++ gdb/jit.c | 2 + 4 files changed, 209 insertions(+) create mode 100644 gdb/expanded-symbol.c create mode 100644 gdb/expanded-symbol.h