Commit 0af0580f by John David Anglin Committed by John David Anglin

fptr.c: Update license header.

	* config/pa/fptr.c: Update license header.
	* config/pa/milli64.S: Likewise.

From-SVN: r126705
parent 6a9131e7
2007-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config/pa/fptr.c: Update license header.
* config/pa/milli64.S: Likewise.
2007-07-17 Nick Clifton <nickc@redhat.com> 2007-07-17 Nick Clifton <nickc@redhat.com>
* COPYING_v3: New file. Contains version 3 of the GNU General * COPYING_v3: New file. Contains version 3 of the GNU General
......
/* Subroutine for function pointer canonicalization on PA-RISC with ELF32. /* Subroutine for function pointer canonicalization on PA-RISC with ELF32.
Copyright 2002, 2003, 2004 Free Software Foundation, Inc. Copyright 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
Contributed by John David Anglin (dave.anglin@nrc.ca). Contributed by John David Anglin (dave.anglin@nrc.ca).
This file is part of GCC. This file is part of GCC.
GCC is free software; you can redistribute it and/or modify GCC is free software; you can redistribute it and/or modify it under
it under the terms of the GNU General Public License as published by the terms of the GNU General Public License as published by the Free
the Free Software Foundation; either version 2, or (at your option) Software Foundation; either version 2, or (at your option) any later
any later version. version.
GCC is distributed in the hope that it will be useful, In addition to the permissions in the GNU General Public License, the
but WITHOUT ANY WARRANTY; without even the implied warranty of Free Software Foundation gives you unlimited permission to link the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the compiled version of this file into combinations with other programs,
GNU General Public License for more details. and to distribute those combinations without any restriction coming
from the use of this file. (The General Public License restrictions
do apply in other respects; for example, they cover modification of
the file, and distribution when not linked into a combine
executable.)
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY 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 You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to the Free
the Free Software Foundation, 51 Franklin Street, Fifth Floor, Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
Boston, MA 02110-1301, USA. */ 02110-1301, USA. */
/* WARNING: The code is this function depends on internal and undocumented /* WARNING: The code is this function depends on internal and undocumented
details of the GNU linker and dynamic loader as implemented for parisc details of the GNU linker and dynamic loader as implemented for parisc
......
...@@ -2,14 +2,33 @@ ...@@ -2,14 +2,33 @@
adapted for gcc by Paul Bame <bame@debian.org> adapted for gcc by Paul Bame <bame@debian.org>
and Alan Modra <alan@linuxcare.com.au>. and Alan Modra <alan@linuxcare.com.au>.
Copyright 2001, 2002, 2003 Free Software Foundation, Inc. Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
This file is part of GCC and is released under the terms of This file is part of GCC.
of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version. GCC is free software; you can redistribute it and/or modify it under
See the file COPYING in the top-level GCC source directory for a copy the terms of the GNU General Public License as published by the Free
of the license. */ Software Foundation; either version 2, or (at your option) any later
version.
In addition to the permissions in the GNU General Public License, the
Free Software Foundation gives you unlimited permission to link the
compiled version of this file into combinations with other programs,
and to distribute those combinations without any restriction coming
from the use of this file. (The General Public License restrictions
do apply in other respects; for example, they cover modification of
the file, and distribution when not linked into a combine
executable.)
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY 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 COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
#ifdef pa64 #ifdef pa64
.level 2.0w .level 2.0w
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment