public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Thomas Schwinge <tschwinge@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-2816] Remove 'gcc/omp-offload.c' from 'GTFILES'
Date: Mon,  9 Aug 2021 11:41:11 +0000 (GMT)	[thread overview]
Message-ID: <20210809114111.1768438515DE@sourceware.org> (raw)

https://gcc.gnu.org/g:0095afa82a34cdf59a40112b621b348e0087ddb8

commit r12-2816-g0095afa82a34cdf59a40112b621b348e0087ddb8
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Aug 4 13:41:22 2021 +0200

    Remove 'gcc/omp-offload.c' from 'GTFILES'
    
    Given that it doesn't contain any 'GTY' markers, no 'gcc/gt-omp-offload.h' file
    gets generated (and '#include'd anywhere).
    
    Small fix-up for r243673 (Git commit 629b3d75c8c5a244d891a9c292bca6912d4b0dd9)
    "Split omp-low into multiple files".
    
            gcc/
            * Makefile.in (GTFILES): Remove '$(srcdir)/omp-offload.c'.

Diff:
---
 gcc/Makefile.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index c0f6e0a2e39..8baa3b76601 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2693,7 +2693,6 @@ GTFILES = $(CPPLIB_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
   $(srcdir)/tree-ssa-operands.h \
   $(srcdir)/tree-profile.c $(srcdir)/tree-nested.c \
   $(srcdir)/omp-offload.h \
-  $(srcdir)/omp-offload.c \
   $(srcdir)/omp-general.c \
   $(srcdir)/omp-low.c \
   $(srcdir)/targhooks.c $(out_file) $(srcdir)/passes.c \


                 reply	other threads:[~2021-08-09 11:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210809114111.1768438515DE@sourceware.org \
    --to=tschwinge@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).