This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 20ab60cd112 2018-01-17 Steve Ellcey sellcey@cavium.com new a6872a2f043 libphobos: Add platform bindings for hppa-linux-gnu.
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: libphobos/libdruntime/core/stdc/errno.d | 107 +++++++++++++++++++++ libphobos/libdruntime/core/stdc/fenv.d | 34 +++++++ libphobos/libdruntime/core/stdc/math.d | 8 ++ libphobos/libdruntime/core/sys/linux/dlfcn.d | 25 +++++ libphobos/libdruntime/core/sys/linux/epoll.d | 9 ++ libphobos/libdruntime/core/sys/linux/link.d | 7 ++ libphobos/libdruntime/core/sys/linux/sys/eventfd.d | 7 ++ libphobos/libdruntime/core/sys/linux/sys/inotify.d | 6 ++ libphobos/libdruntime/core/sys/posix/dlfcn.d | 8 ++ libphobos/libdruntime/core/sys/posix/fcntl.d | 14 +++ libphobos/libdruntime/core/sys/posix/setjmp.d | 14 +++ libphobos/libdruntime/core/sys/posix/signal.d | 35 +++++++ libphobos/libdruntime/core/sys/posix/sys/socket.d | 35 +++++++ libphobos/libdruntime/core/sys/posix/sys/stat.d | 95 ++++++++++++++++++ libphobos/libdruntime/core/sys/posix/sys/types.d | 12 +++ libphobos/libdruntime/core/sys/posix/ucontext.d | 42 ++++++++ libphobos/libdruntime/rt/sections_elf_shared.d | 2 + 17 files changed, 460 insertions(+)