This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gomp-nvptx in repository gcc.
from a70d4b3 fix teams-3/4 testcases new 123e29f libgomp: use the same stub affinity.c on nvptx and posix new 8250f80 nvptx libgcc: update copyright years in files created on the branch new b272230 libgomp: update copyright years in files created on the branch
The 3 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/config/nvptx/crt0.c | 2 +- libgcc/config/nvptx/free.c | 2 +- libgcc/config/nvptx/malloc.c | 2 +- libgcc/config/nvptx/stacks.c | 2 +- libgomp/ChangeLog.gomp-nvptx | 7 ++ libgomp/{config/nvptx => }/affinity.c | 2 +- libgomp/atomic.c | 2 +- libgomp/config/nvptx/bar.c | 3 +- libgomp/config/nvptx/bar.h | 3 +- libgomp/config/nvptx/doacross.h | 2 +- libgomp/config/nvptx/error.c | 3 +- libgomp/config/nvptx/icv-device.c | 3 +- libgomp/config/nvptx/mutex.h | 2 +- libgomp/config/nvptx/pool.h | 2 +- libgomp/config/nvptx/proc.c | 3 +- libgomp/config/nvptx/ptrlock.h | 2 +- libgomp/config/nvptx/sem.h | 2 +- libgomp/config/nvptx/simple-bar.h | 3 +- libgomp/config/nvptx/target.c | 2 +- libgomp/config/nvptx/task.c | 2 +- libgomp/config/nvptx/team.c | 3 +- libgomp/config/nvptx/time.c | 2 +- libgomp/config/posix/affinity.c | 140 ---------------------------------- libgomp/config/posix/simple-bar.h | 3 +- libgomp/icv-device.c | 2 +- libgomp/icv.c | 2 +- 26 files changed, 39 insertions(+), 164 deletions(-) rename libgomp/{config/nvptx => }/affinity.c (97%) delete mode 100644 libgomp/config/posix/affinity.c