diff options
author | YizhePKU <42838469+YizhePKU@users.noreply.github.com> | 2021-04-09 10:37:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 10:37:53 +0800 |
commit | 5c14e5f9c7262336bf11dfede6277dd727b83010 (patch) | |
tree | f4d40a9c91e92aaaa3450166cf6ee7cdb38e055a /gcc/file-prefix-map.c | |
parent | 5da07eb33b5453c932ab1248629d9feebf0da6b1 (diff) | |
parent | 4937562f7ca354dc80369cc2e049c391838537f1 (diff) | |
download | gcc-5c14e5f9c7262336bf11dfede6277dd727b83010.zip gcc-5c14e5f9c7262336bf11dfede6277dd727b83010.tar.gz gcc-5c14e5f9c7262336bf11dfede6277dd727b83010.tar.bz2 |
Merge branch 'master' into fix-zero-length-array-2
Diffstat (limited to 'gcc/file-prefix-map.c')
-rw-r--r-- | gcc/file-prefix-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/file-prefix-map.c b/gcc/file-prefix-map.c index 327fd48..ad242e5 100644 --- a/gcc/file-prefix-map.c +++ b/gcc/file-prefix-map.c @@ -1,5 +1,5 @@ /* Implementation of file prefix remapping support (-f*-prefix-map options). - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the |