This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 1df8f9f09 Fix epiphany libgloss for c99/gcc-14
new 1a177610d GCN: Implement '_exit' instead of 'exit'
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:
newlib/Makefile.in | 40 +++++++++++++-------------
newlib/libc/machine/amdgcn/Makefile.inc | 2 +-
newlib/libc/machine/amdgcn/{exit.c => _exit.c} | 4 +--
newlib/libc/machine/amdgcn/atexit.c | 3 +-
4 files changed, 24 insertions(+), 25 deletions(-)
rename newlib/libc/machine/amdgcn/{exit.c => _exit.c} (95%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 1df8f9f09 Fix epiphany libgloss for c99/gcc-14
new 1a177610d GCN: Implement '_exit' instead of 'exit'
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:
newlib/Makefile.in | 40 +++++++++++++-------------
newlib/libc/machine/amdgcn/Makefile.inc | 2 +-
newlib/libc/machine/amdgcn/{exit.c => _exit.c} | 4 +--
newlib/libc/machine/amdgcn/atexit.c | 3 +-
4 files changed, 24 insertions(+), 25 deletions(-)
rename newlib/libc/machine/amdgcn/{exit.c => _exit.c} (95%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 079455458e5 MIPS: Don't add nan2008 option for -mtune=native
new c0bf7ea189e GCN, nvptx: Basic '__cxa_guard_{acquire,abort,release}' for [...]
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:
libgcc/c++-minimal/README | 2 +
libgcc/c++-minimal/guard.c | 97 +++++++++++++++++++++++++++++++++++++++++++++
libgcc/config/gcn/t-amdgcn | 3 ++
libgcc/config/nvptx/t-nvptx | 3 ++
4 files changed, 105 insertions(+)
create mode 100644 libgcc/c++-minimal/README
create mode 100644 libgcc/c++-minimal/guard.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.