public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: qu <xianmiao@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1037] C-SKY: Fix copyright of csky-modes.def.
Date: Tue, 25 May 2021 12:15:40 +0000 (GMT)	[thread overview]
Message-ID: <20210525121540.70308385781D@sourceware.org> (raw)

https://gcc.gnu.org/g:f5c6b71c9b02a2b2e0b7107d982def09abeeae88

commit r12-1037-gf5c6b71c9b02a2b2e0b7107d982def09abeeae88
Author: Cooper Qu <cooper.qu@linux.alibaba.com>
Date:   Tue May 25 20:03:48 2021 +0800

    C-SKY: Fix copyright of csky-modes.def.
    
    The incorrect copyright comment format causes build error:
    builddir/source//gcc/gcc/config/csky/csky-modes.def: In function ‘void create_modes()’:
    builddir/source//gcc/gcc/config/csky/csky-modes.def:1:4: error: ‘C’ was not declared in this scope
     ;; C-SKY extra machine modes.
        ^
    builddir/source//gcc/gcc/config/csky/csky-modes.def:1:6: error: ‘SKY’ was not declared in this scope
     ;; C-SKY extra machine modes.
          ^
    builddir/source//gcc/gcc/config/csky/csky-modes.def:2:16: error: ‘Copyright’ was not declared in this scope
     ;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
                    ^
    builddir/source//gcc/gcc/config/csky/csky-modes.def:3:4: error: ‘Contributed’ was not declared in this scope
     ;; Contributed by C-SKY Microsystems and Mentor Graphics.
        ^
    
    gcc/ChangeLog:
            * config/csky/csky-modes.def : Fix copyright.

Diff:
---
 gcc/config/csky/csky-modes.def | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/gcc/config/csky/csky-modes.def b/gcc/config/csky/csky-modes.def
index 9062efcf929..109ee514040 100644
--- a/gcc/config/csky/csky-modes.def
+++ b/gcc/config/csky/csky-modes.def
@@ -1,22 +1,22 @@
-;; C-SKY extra machine modes.
-;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
-;; Contributed by C-SKY Microsystems and Mentor Graphics.
-;;
-;; This file is part of GCC.
-;;
-;; GCC is free software; you can redistribute it and/or modify it
-;; under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3, or (at your option)
-;; any later version.
-;;
-;; GCC is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; General Public License for more details.
-;;
-;; You should have received a copy of the GNU General Public License
-;; along with GCC; see the file COPYING3.  If not see
-;; <http://www.gnu.org/licenses/>.  */
+/* C-SKY extra machine modes.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Contributed by C-SKY Microsystems and Mentor Graphics.
+
+   This file is part of GCC.
+
+   GCC is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published
+   by the Free Software Foundation; either version 3, or (at your
+   option) any later version.
+
+   GCC is distributed in the hope that it will be useful, but WITHOUT
+   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+   License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with GCC; see the file COPYING3.  If not see
+   <http://www.gnu.org/licenses/>.  */
 
 /* Float modes.  */
 FLOAT_MODE (HF, 2, ieee_half_format);        /* Half-precision floating point */


                 reply	other threads:[~2021-05-25 12:15 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=20210525121540.70308385781D@sourceware.org \
    --to=xianmiao@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).