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 75352e283f Use "switch_to_thread" more thoroughly on gdbserver new b32b108aba Move GDB producer parsing routines to a separate file new 5230b05a94 dwarf2read: Restrict ICC workaround to ICC<14
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/ChangeLog | 27 +++++++ gdb/Makefile.in | 2 + gdb/amd64-tdep.c | 1 + gdb/dwarf2read.c | 37 +++++----- gdb/producer.c | 218 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/producer.h | 55 ++++++++++++++ gdb/utils.c | 54 -------------- gdb/utils.h | 3 - 8 files changed, 323 insertions(+), 74 deletions(-) create mode 100644 gdb/producer.c create mode 100644 gdb/producer.h