This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 4d2d891b9 Cygwin: gentls_offsets: Remove obsolte 'o' regex option new 1787e9d03 AMD GCN Port contributed by Andrew Stubbs ams@codesourcery.com
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: COPYING.NEWLIB | 14 +++ newlib/configure.host | 8 ++ newlib/libc/include/machine/ieeefp.h | 4 + newlib/libc/include/sys/config.h | 4 + newlib/libc/machine/{mep => amdgcn}/Makefile.am | 2 +- .../machine/{microblaze => amdgcn}/Makefile.in | 69 ++++++------- newlib/libc/machine/{nvptx => amdgcn}/abort.c | 10 +- newlib/libc/machine/{a29k => amdgcn}/aclocal.m4 | 0 .../machine/{nvptx/calloc.c => amdgcn/atexit.c} | 17 ++-- newlib/libc/machine/{a29k => amdgcn}/configure | 0 newlib/libc/machine/{cr16 => amdgcn}/configure.in | 2 +- newlib/libc/machine/amdgcn/exit-value.h | 48 +++++++++ .../libc/machine/{nvptx/abort.c => amdgcn/exit.c} | 10 +- newlib/libc/machine/amdgcn/getreent.c | 79 +++++++++++++++ newlib/libc/machine/amdgcn/malloc_support.c | 111 +++++++++++++++++++++ newlib/libc/machine/amdgcn/signal.c | 10 ++ newlib/libc/machine/configure | 7 +- newlib/libc/machine/configure.in | 1 + newlib/libc/ssp/stack_protector.c | 6 ++ newlib/libc/sys/{sh => amdgcn}/Makefile.am | 4 +- newlib/libc/sys/{sysnec810 => amdgcn}/Makefile.in | 75 +++++++------- .../libc/{machine/a29k => sys/amdgcn}/aclocal.m4 | 0 .../inbyte.c => newlib/libc/sys/amdgcn/close.c | 18 ++-- newlib/libc/sys/{rdos => amdgcn}/configure | 0 newlib/libc/sys/{rdos => amdgcn}/configure.in | 2 +- .../inbyte.c => newlib/libc/sys/amdgcn/fstat.c | 17 ++-- .../libc/sys/amdgcn/isatty.c | 14 +-- .../sim-funcs.c => newlib/libc/sys/amdgcn/lseek.c | 20 ++-- .../fido-_exit.c => newlib/libc/sys/amdgcn/read.c | 12 +-- newlib/libc/sys/amdgcn/write.c | 88 ++++++++++++++++ newlib/libc/sys/configure | 7 +- newlib/libc/sys/configure.in | 1 + 32 files changed, 515 insertions(+), 145 deletions(-) copy newlib/libc/machine/{mep => amdgcn}/Makefile.am (81%) copy newlib/libc/machine/{microblaze => amdgcn}/Makefile.in (82%) copy newlib/libc/machine/{nvptx => amdgcn}/abort.c (76%) copy newlib/libc/machine/{a29k => amdgcn}/aclocal.m4 (100%) copy newlib/libc/machine/{nvptx/calloc.c => amdgcn/atexit.c} (71%) copy newlib/libc/machine/{a29k => amdgcn}/configure (100%) copy newlib/libc/machine/{cr16 => amdgcn}/configure.in (83%) create mode 100644 newlib/libc/machine/amdgcn/exit-value.h copy newlib/libc/machine/{nvptx/abort.c => amdgcn/exit.c} (80%) create mode 100644 newlib/libc/machine/amdgcn/getreent.c create mode 100644 newlib/libc/machine/amdgcn/malloc_support.c create mode 100644 newlib/libc/machine/amdgcn/signal.c copy newlib/libc/sys/{sh => amdgcn}/Makefile.am (82%) copy newlib/libc/sys/{sysnec810 => amdgcn}/Makefile.in (84%) copy newlib/libc/{machine/a29k => sys/amdgcn}/aclocal.m4 (100%) copy libgloss/d30v/inbyte.c => newlib/libc/sys/amdgcn/close.c (80%) copy newlib/libc/sys/{rdos => amdgcn}/configure (100%) copy newlib/libc/sys/{rdos => amdgcn}/configure.in (84%) copy libgloss/d30v/inbyte.c => newlib/libc/sys/amdgcn/fstat.c (78%) copy libgloss/m68k/fido-_exit.c => newlib/libc/sys/amdgcn/isatty.c (79%) copy libgloss/m68k/sim-funcs.c => newlib/libc/sys/amdgcn/lseek.c (77%) copy libgloss/m68k/fido-_exit.c => newlib/libc/sys/amdgcn/read.c (78%) create mode 100644 newlib/libc/sys/amdgcn/write.c