diff options
Diffstat (limited to 'gcc/config/pa/fptr.c')
-rw-r--r-- | gcc/config/pa/fptr.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/pa/fptr.c b/gcc/config/pa/fptr.c index af207a3b850..d8f6ab103b1 100644 --- a/gcc/config/pa/fptr.c +++ b/gcc/config/pa/fptr.c @@ -6,7 +6,7 @@ This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free -Software Foundation; either version 2, or (at your option) any later +Software Foundation; either version 3, or (at your option) any later version. In addition to the permissions in the GNU General Public License, the @@ -24,9 +24,8 @@ 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 COPYING. If not, write to the Free -Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ /* WARNING: The code is this function depends on internal and undocumented details of the GNU linker and dynamic loader as implemented for parisc |