]> git.ipfire.org Git - thirdparty/gcc.git/commit
C-SKY: Fix copyright of csky-modes.def.
authorCooper Qu <cooper.qu@linux.alibaba.com>
Tue, 25 May 2021 12:03:48 +0000 (20:03 +0800)
committerXianmiao Qu <xianmiao_qu@c-sky.com>
Tue, 25 May 2021 12:15:23 +0000 (20:15 +0800)
commitf5c6b71c9b02a2b2e0b7107d982def09abeeae88
tree09812a295cd4ad491b9d70eb5c42663060ba887c
parent4b1987f8ad382a6cd0e2df3a9882b65ce8122fba
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.
gcc/config/csky/csky-modes.def