diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2021-04-02 22:52:05 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2021-04-02 22:56:26 +0200 |
commit | 62550489ce87c5ec384611d40ff6d02fb6c3bf09 (patch) | |
tree | 9fd1f8ffea09aea7db96b83dced6753e7c07d525 /gcc/data-streamer-in.c | |
parent | e997db044394dd7ae751f52c209320a0097218be (diff) | |
parent | 7c1e856bedb4ae190c420ec2d2ca5e08730cf21d (diff) | |
download | gcc-62550489ce87c5ec384611d40ff6d02fb6c3bf09.zip gcc-62550489ce87c5ec384611d40ff6d02fb6c3bf09.tar.gz gcc-62550489ce87c5ec384611d40ff6d02fb6c3bf09.tar.bz2 |
Merge commit '7c1e856bedb4ae190c420ec2d2ca5e08730cf21d' [#247]
Diffstat (limited to 'gcc/data-streamer-in.c')
-rw-r--r-- | gcc/data-streamer-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/data-streamer-in.c b/gcc/data-streamer-in.c index 7abb48a..49be2d2 100644 --- a/gcc/data-streamer-in.c +++ b/gcc/data-streamer-in.c @@ -1,7 +1,7 @@ /* Routines for restoring various data types from a file stream. This deals with various data types like strings, integers, enums, etc. - Copyright (C) 2011-2020 Free Software Foundation, Inc. + Copyright (C) 2011-2021 Free Software Foundation, Inc. Contributed by Diego Novillo <dnovillo@google.com> This file is part of GCC. |