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 8eca085f0ad MIPS16/GAS: Streamline forced size suffix handling code new 51108399345 Port GDB to Hurd x86_64.
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/Makefile.in | 4 +- gdb/amd64-gnu-tdep.c | 231 +++++++++++++++++++++++++ gdb/config/i386/{nm-i386gnu.h => nm-x86-gnu.h} | 7 + gdb/config/i386/{i386gnu.mn => x86-gnu.mn} | 0 gdb/configure.host | 1 + gdb/configure.nat | 27 ++- gdb/configure.tgt | 6 +- gdb/i386-gnu-tdep.c | 13 +- gdb/{i386-gnu-nat.c => x86-gnu-nat.c} | 171 ++++++++++++------ 9 files changed, 403 insertions(+), 57 deletions(-) create mode 100644 gdb/amd64-gnu-tdep.c rename gdb/config/i386/{nm-i386gnu.h => nm-x86-gnu.h} (83%) rename gdb/config/i386/{i386gnu.mn => x86-gnu.mn} (100%) rename gdb/{i386-gnu-nat.c => x86-gnu-nat.c} (68%)