diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2014-05-28 09:33:04 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2014-05-28 09:33:04 +0000 |
commit | ca48e5efaee333309fcc62c9afbc65b7d5952d3d (patch) | |
tree | f5b04b05289fa208e2491ac9fbb2276b3c2f5755 /gcc/config/initfini-array.h | |
parent | 171fa27eb37ca69ca3d12ee99c05b6bc25fd2b77 (diff) | |
download | gcc-ca48e5efaee333309fcc62c9afbc65b7d5952d3d.zip gcc-ca48e5efaee333309fcc62c9afbc65b7d5952d3d.tar.gz gcc-ca48e5efaee333309fcc62c9afbc65b7d5952d3d.tar.bz2 |
re PR libgcc/61152 (Missing GCC Runtime Library Exception in some files that are included in libgcc)
gcc/
PR libgcc/61152
* config/dbx.h (License): Add Runtime Library Exception.
* config/newlib-stdint.h (License): Same.
* config/rtems.h (License): Same
* config/initfini-array.h (License): Same
* config/v850/v850.h (License): Same.
* config/v850/v850-opts.h (License): Same
* config/v850/rtems.h (License): Same.
From-SVN: r211004
Diffstat (limited to 'gcc/config/initfini-array.h')
-rw-r--r-- | gcc/config/initfini-array.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/config/initfini-array.h b/gcc/config/initfini-array.h index f7ae836..67e66f6 100644 --- a/gcc/config/initfini-array.h +++ b/gcc/config/initfini-array.h @@ -14,8 +14,13 @@ 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 + Under Section 7 of GPL version 3, you are granted additional + permissions described in the GCC Runtime Library Exception, version + 3.1, as published by the Free Software Foundation. + + You should have received a copy of the GNU General Public License and + a copy of the GCC Runtime Library Exception along with this program; + see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_INITFINI_ARRAY_SUPPORT |