This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from ea52f1ca168 nvptx: Prevent emitting duplicate declarations for '__nvptx [...] new fe07b0003bb nvptx: Support global constructors/destructors via 'collect2'
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/ChangeLog.omp | 5 ++ gcc/collect2.cc | 4 ++ gcc/config.gcc | 1 + gcc/config/nvptx/nvptx.h | 35 ++++++++++++- gcc/testsuite/ChangeLog.omp | 6 +++ .../gcc.dg/no_profile_instrument_function-attr-1.c | 2 +- gcc/testsuite/lib/target-supports.exp | 3 +- libgcc/ChangeLog.omp | 9 ++++ libgcc/config.host | 2 +- libgcc/config/nvptx/crt0.c | 6 +++ libgcc/config/nvptx/crtstuff.c | 58 ++++++++++++++++++++++ libgcc/config/nvptx/t-nvptx | 15 +++++- 12 files changed, 139 insertions(+), 7 deletions(-) create mode 100644 libgcc/config/nvptx/crtstuff.c