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 2f89101fe8b [gdb/testsuite] Add cache_verify option for gdb_caching_procs new cb9b645d3e6 gdb: recognize 64 bits Windows executables as Cygwin osabi new fe4b2ee65cf gdb: move enum gdb_osabi to osabi.h new 053205cc402 gdb: add Windows OS ABI new 7a1998dffb5 gdb: rename i386-cygwin-tdep.c to i386-windows-tdep.c new 5982a56ab9d gdb: rename content of i386-windows-tdep.c, cygwin to windows new 8db52437243 gdb: select "Cygwin" OS ABI for Cygwin binaries new 30efb6c7af7 gdb: define builtin long type to be 64 bits on amd64 Cygwin
The 7 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 | 67 +++++++++++++++++ gdb/Makefile.in | 4 +- gdb/amd64-windows-tdep.c | 41 ++++++++-- gdb/configure.tgt | 10 +-- gdb/defs.h | 31 -------- gdb/gdbarch.h | 1 + gdb/gdbarch.sh | 1 + gdb/{i386-cygwin-tdep.c => i386-windows-tdep.c} | 45 +++++++---- gdb/osabi.c | 1 + gdb/osabi.h | 32 ++++++++ gdb/windows-tdep.c | 99 +++++++++++++++++++++++++ gdb/windows-tdep.h | 6 ++ 12 files changed, 280 insertions(+), 58 deletions(-) rename gdb/{i386-cygwin-tdep.c => i386-windows-tdep.c} (83%)