diff options
| author | Jakub Jelinek <jakub@gcc.gnu.org> | 2020-01-01 12:51:42 +0100 |
|---|---|---|
| committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2020-01-01 12:51:42 +0100 |
| commit | 8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1 (patch) | |
| tree | 83c7a9eeabf7f80b661c8c09bb326e8fe70cc1c0 /libgcc/config/h8300 | |
| parent | e528bf8d679ec946ed42568978ef4bc5c79bc7bd (diff) | |
| download | gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.zip gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.tar.gz gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.tar.bz2 | |
Update copyright years.
From-SVN: r279813
Diffstat (limited to 'libgcc/config/h8300')
| -rw-r--r-- | libgcc/config/h8300/clzhi2.c | 2 | ||||
| -rw-r--r-- | libgcc/config/h8300/crti.S | 2 | ||||
| -rw-r--r-- | libgcc/config/h8300/crtn.S | 2 | ||||
| -rw-r--r-- | libgcc/config/h8300/ctzhi2.c | 2 | ||||
| -rw-r--r-- | libgcc/config/h8300/fixunssfsi.c | 2 | ||||
| -rw-r--r-- | libgcc/config/h8300/lib1funcs.S | 2 | ||||
| -rw-r--r-- | libgcc/config/h8300/parityhi2.c | 2 | ||||
| -rw-r--r-- | libgcc/config/h8300/popcounthi2.c | 2 | ||||
| -rw-r--r-- | libgcc/config/h8300/sfp-machine.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/libgcc/config/h8300/clzhi2.c b/libgcc/config/h8300/clzhi2.c index dcbec0f..f5714e5 100644 --- a/libgcc/config/h8300/clzhi2.c +++ b/libgcc/config/h8300/clzhi2.c @@ -1,5 +1,5 @@ /* The implementation of __clzhi2. - Copyright (C) 2003-2019 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/crti.S b/libgcc/config/h8300/crti.S index 0ffb66e..d7533e4 100644 --- a/libgcc/config/h8300/crti.S +++ b/libgcc/config/h8300/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Free Software Foundation, Inc. +/* Copyright (C) 2001-2020 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/crtn.S b/libgcc/config/h8300/crtn.S index 0fa6a59..88ca88b 100644 --- a/libgcc/config/h8300/crtn.S +++ b/libgcc/config/h8300/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Free Software Foundation, Inc. +/* Copyright (C) 2001-2020 Free Software Foundation, Inc. This file was adapted from glibc sources. This file is part of GCC. diff --git a/libgcc/config/h8300/ctzhi2.c b/libgcc/config/h8300/ctzhi2.c index 0c47acc..43aa72f 100644 --- a/libgcc/config/h8300/ctzhi2.c +++ b/libgcc/config/h8300/ctzhi2.c @@ -1,5 +1,5 @@ /* The implementation of __ctzhi2. - Copyright (C) 2003-2019 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/fixunssfsi.c b/libgcc/config/h8300/fixunssfsi.c index 05cb0aa..798ae2b 100644 --- a/libgcc/config/h8300/fixunssfsi.c +++ b/libgcc/config/h8300/fixunssfsi.c @@ -1,6 +1,6 @@ /* More subroutines needed by GCC output code on some machines. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989-2019 Free Software Foundation, Inc. +/* Copyright (C) 1989-2020 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/lib1funcs.S b/libgcc/config/h8300/lib1funcs.S index af2924c..435e18a 100644 --- a/libgcc/config/h8300/lib1funcs.S +++ b/libgcc/config/h8300/lib1funcs.S @@ -2,7 +2,7 @@ ;; Contributed by Steve Chamberlain <sac@cygnus.com> ;; Optimizations by Toshiyasu Morita <toshiyasu.morita@renesas.com> -/* Copyright (C) 1994-2019 Free Software Foundation, Inc. +/* Copyright (C) 1994-2020 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/h8300/parityhi2.c b/libgcc/config/h8300/parityhi2.c index d021e1d..e8a6af9 100644 --- a/libgcc/config/h8300/parityhi2.c +++ b/libgcc/config/h8300/parityhi2.c @@ -1,5 +1,5 @@ /* The implementation of __parityhi2. - Copyright (C) 2003-2019 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/popcounthi2.c b/libgcc/config/h8300/popcounthi2.c index f205672..2c45826 100644 --- a/libgcc/config/h8300/popcounthi2.c +++ b/libgcc/config/h8300/popcounthi2.c @@ -1,5 +1,5 @@ /* The implementation of __popcounthi2. - Copyright (C) 2003-2019 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/sfp-machine.h b/libgcc/config/h8300/sfp-machine.h index 3eda4d3..6f8fb67 100644 --- a/libgcc/config/h8300/sfp-machine.h +++ b/libgcc/config/h8300/sfp-machine.h @@ -1,5 +1,5 @@ /* Soft-FP definitions for H8/300 - Copyright (C) 2015-2019 Free Software Foundation, Inc. + Copyright (C) 2015-2020 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the |
