This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 724d3f926b9 Fix signed vs unsigned issue in H8 port new ca652f86f79 d: Remove D-specific version definitions from target headers
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: gcc/config.gcc | 24 +++++++++++++++--- gcc/config/arm/linux-eabi.h | 3 --- gcc/config/{glibc-d.cc => gnu-d.cc} | 30 +++++++++------------- gcc/config/gnu.h | 6 ----- gcc/config/i386/{winnt-d.cc => cygwin-d.cc} | 31 +++++++++++------------ gcc/config/i386/cygwin.h | 9 ------- gcc/config/i386/linux-common.h | 3 --- gcc/config/i386/mingw32.h | 12 --------- gcc/config/i386/t-cygming | 4 +++ gcc/config/i386/winnt-d.cc | 10 +++++--- gcc/config/{freebsd-d.cc => kfreebsd-d.cc} | 27 +++++++++----------- gcc/config/kfreebsd-gnu.h | 6 ----- gcc/config/{glibc-d.cc => kopensolaris-d.cc} | 30 +++++++++------------- gcc/config/kopensolaris-gnu.h | 6 ----- gcc/config/linux-android.h | 6 ----- gcc/config/{glibc-d.cc => linux-d.cc} | 37 ++++++++++++++++------------ gcc/config/linux.h | 13 ---------- gcc/config/mips/linux-common.h | 3 --- gcc/config/t-glibc | 10 +++++++- gcc/config/t-linux | 4 +++ 20 files changed, 112 insertions(+), 162 deletions(-) copy gcc/config/{glibc-d.cc => gnu-d.cc} (65%) copy gcc/config/i386/{winnt-d.cc => cygwin-d.cc} (69%) copy gcc/config/{freebsd-d.cc => kfreebsd-d.cc} (66%) copy gcc/config/{glibc-d.cc => kopensolaris-d.cc} (65%) rename gcc/config/{glibc-d.cc => linux-d.cc} (60%)