Update to libgcc copyright exception clause.
From-SVN: r33916
This commit is contained in:
parent
41e8b1d735
commit
f7af368f25
27 changed files with 183 additions and 258 deletions
|
@ -8,11 +8,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -23,13 +24,6 @@ You should have received a copy of the GNU General Public License
|
||||||
along with this program; see the file COPYING. If not, write to
|
along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* This had to be written in assembler because the division functions
|
/* This had to be written in assembler because the division functions
|
||||||
use a non-standard calling convention.
|
use a non-standard calling convention.
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,15 @@ it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
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.)
|
||||||
|
|
||||||
GNU CC is distributed in the hope that it will be useful,
|
GNU CC is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
@ -20,12 +29,6 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this file with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* Declare a pointer to void function type. */
|
/* Declare a pointer to void function type. */
|
||||||
typedef void (*func_ptr) (void);
|
typedef void (*func_ptr) (void);
|
||||||
|
|
||||||
|
|
|
@ -9,11 +9,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -25,13 +26,6 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
#ifdef L_mulsi3
|
#ifdef L_mulsi3
|
||||||
.section .text
|
.section .text
|
||||||
.align 4
|
.align 4
|
||||||
|
|
|
@ -10,11 +10,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -26,13 +27,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
#ifdef __APCS_26__
|
#ifdef __APCS_26__
|
||||||
#define RET movs pc, lr
|
#define RET movs pc, lr
|
||||||
#define RETc(x) mov##x##s pc, lr
|
#define RETc(x) mov##x##s pc, lr
|
||||||
|
|
|
@ -9,11 +9,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -25,13 +26,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
#define __zero_reg__ r1
|
#define __zero_reg__ r1
|
||||||
#define __tmp_reg__ r0
|
#define __tmp_reg__ r0
|
||||||
#define __SREG__ 0x3f
|
#define __SREG__ 0x3f
|
||||||
|
|
|
@ -14,11 +14,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -30,13 +31,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
|
|
||||||
; These routines are called using the standard TI register argument
|
; These routines are called using the standard TI register argument
|
||||||
; passing model.
|
; passing model.
|
||||||
; The following registers do not have to be saved:
|
; The following registers do not have to be saved:
|
||||||
|
|
|
@ -10,11 +10,12 @@
|
||||||
*
|
*
|
||||||
* In addition to the permissions in the GNU General Public License, the
|
* In addition to the permissions in the GNU General Public License, the
|
||||||
* Free Software Foundation gives you unlimited permission to link the
|
* Free Software Foundation gives you unlimited permission to link the
|
||||||
* compiled version of this file with other programs, and to distribute
|
* compiled version of this file into combinations with other programs,
|
||||||
* those programs without any restriction coming from the use of this
|
* and to distribute those combinations without any restriction coming
|
||||||
* file. (The General Public License restrictions do apply in other
|
* from the use of this file. (The General Public License restrictions
|
||||||
* respects; for example, they cover modification of the file, and
|
* do apply in other respects; for example, they cover modification of
|
||||||
* distribution when not linked into another program.)
|
* the file, and distribution when not linked into a combine
|
||||||
|
* executable.)
|
||||||
*
|
*
|
||||||
* This file is distributed in the hope that it will be useful, but
|
* This file is distributed in the hope that it will be useful, but
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -26,11 +27,6 @@
|
||||||
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
* the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* As a special exception, if you link this library with files
|
|
||||||
* compiled with GCC to produce an executable, this does not cause
|
|
||||||
* the resulting executable to be covered by the GNU General Public License.
|
|
||||||
* This exception does not however invalidate any other reasons why
|
|
||||||
* the executable file might be covered by the GNU General Public License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -26,13 +27,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
|
|
||||||
.macro FUNC_START name
|
.macro FUNC_START name
|
||||||
.text
|
.text
|
||||||
.globl __\name
|
.globl __\name
|
||||||
|
|
|
@ -11,11 +11,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -27,13 +28,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* Assembler register definitions. */
|
/* Assembler register definitions. */
|
||||||
|
|
||||||
#define A0 r0
|
#define A0 r0
|
||||||
|
|
|
@ -10,6 +10,15 @@ it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
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.)
|
||||||
|
|
||||||
GNU CC is distributed in the hope that it will be useful,
|
GNU CC is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
@ -20,12 +29,6 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this file with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* Declare a pointer to void function type. */
|
/* Declare a pointer to void function type. */
|
||||||
typedef void (*func_ptr) (void);
|
typedef void (*func_ptr) (void);
|
||||||
|
|
||||||
|
|
|
@ -8,11 +8,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -24,12 +25,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* This file is compiled three times to produce crt1.o, mcrt1.o, and
|
/* This file is compiled three times to produce crt1.o, mcrt1.o, and
|
||||||
maccrt1.o. The final two are created by defining MCRT1 and MACCRT1
|
maccrt1.o. The final two are created by defining MCRT1 and MACCRT1
|
||||||
respectively. */
|
respectively. */
|
||||||
|
|
|
@ -8,11 +8,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -24,12 +25,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* Rather than come up with some ugly hack to make mcrt1 work, it is
|
/* Rather than come up with some ugly hack to make mcrt1 work, it is
|
||||||
better to just go ahead and provide atexit(). */
|
better to just go ahead and provide atexit(). */
|
||||||
|
|
||||||
|
|
|
@ -8,11 +8,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -24,12 +25,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* This routine is called at the beginning of functions compiled with -p
|
/* This routine is called at the beginning of functions compiled with -p
|
||||||
or -pg. The A/UX libraries call mcount%, but gas cannot generate
|
or -pg. The A/UX libraries call mcount%, but gas cannot generate
|
||||||
symbols with embedded percent signs. Previous ports of GCC to A/UX
|
symbols with embedded percent signs. Previous ports of GCC to A/UX
|
||||||
|
|
|
@ -10,11 +10,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -26,12 +27,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
#define CONCAT1(a, b) CONCAT2(a, b)
|
#define CONCAT1(a, b) CONCAT2(a, b)
|
||||||
#define CONCAT2(a, b) a ## b
|
#define CONCAT2(a, b) a ## b
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -26,12 +27,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
#ifdef L_divhi3
|
#ifdef L_divhi3
|
||||||
/* Derive signed division/modulo from unsigned "divu" instruction. */
|
/* Derive signed division/modulo from unsigned "divu" instruction. */
|
||||||
.text
|
.text
|
||||||
|
|
|
@ -8,13 +8,14 @@
|
||||||
; the Free Software Foundation; either version 2, or (at your option)
|
; the Free Software Foundation; either version 2, or (at your option)
|
||||||
; any later version.
|
; any later version.
|
||||||
|
|
||||||
; In addition to the permissions in the GNU General Public License, the
|
; In addition to the permissions in the GNU General Public License, the
|
||||||
; Free Software Foundation gives you unlimited permission to link the
|
; Free Software Foundation gives you unlimited permission to link the
|
||||||
; compiled version of this file with other programs, and to distribute
|
; compiled version of this file into combinations with other programs,
|
||||||
; those programs without any restriction coming from the use of this
|
; and to distribute those combinations without any restriction coming
|
||||||
; file. (The General Public License restrictions do apply in other
|
; from the use of this file. (The General Public License restrictions
|
||||||
; respects; for example, they cover modification of the file, and
|
; do apply in other respects; for example, they cover modification of
|
||||||
; distribution when not linked into another program.)
|
; the file, and distribution when not linked into a combine
|
||||||
|
; executable.)
|
||||||
|
|
||||||
; GNU CC is distributed in the hope that it will be useful,
|
; GNU CC is distributed in the hope that it will be useful,
|
||||||
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -14,13 +14,14 @@
|
||||||
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
; GNU General Public License for more details.
|
; GNU General Public License for more details.
|
||||||
|
|
||||||
; In addition to the permissions in the GNU General Public License, the
|
; In addition to the permissions in the GNU General Public License, the
|
||||||
; Free Software Foundation gives you unlimited permission to link the
|
; Free Software Foundation gives you unlimited permission to link the
|
||||||
; compiled version of this file with other programs, and to distribute
|
; compiled version of this file into combinations with other programs,
|
||||||
; those programs without any restriction coming from the use of this
|
; and to distribute those combinations without any restriction coming
|
||||||
; file. (The General Public License restrictions do apply in other
|
; from the use of this file. (The General Public License restrictions
|
||||||
; respects; for example, they cover modification of the file, and
|
; do apply in other respects; for example, they cover modification of
|
||||||
; distribution when not linked into another program.)
|
; the file, and distribution when not linked into a combine
|
||||||
|
; executable.)
|
||||||
|
|
||||||
; 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 GNU CC; see the file COPYING. If not, write to
|
; along with GNU CC; see the file COPYING. If not, write to
|
||||||
|
|
|
@ -8,6 +8,15 @@ it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
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.)
|
||||||
|
|
||||||
GNU CC is distributed in the hope that it will be useful,
|
GNU CC is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
|
|
@ -6,13 +6,14 @@
|
||||||
! Free Software Foundation; either version 2, or (at your option) any
|
! Free Software Foundation; either version 2, or (at your option) any
|
||||||
! later version.
|
! later version.
|
||||||
!
|
!
|
||||||
! In addition to the permissions in the GNU General Public License, the
|
| In addition to the permissions in the GNU General Public License, the
|
||||||
! Free Software Foundation gives you unlimited permission to link the
|
| Free Software Foundation gives you unlimited permission to link the
|
||||||
! compiled version of this file with other programs, and to distribute
|
| compiled version of this file into combinations with other programs,
|
||||||
! those programs without any restriction coming from the use of this
|
| and to distribute those combinations without any restriction coming
|
||||||
! file. (The General Public License restrictions do apply in other
|
| from the use of this file. (The General Public License restrictions
|
||||||
! respects; for example, they cover modification of the file, and
|
| do apply in other respects; for example, they cover modification of
|
||||||
! distribution when not linked into another program.)
|
| the file, and distribution when not linked into a combine
|
||||||
|
| executable.)
|
||||||
!
|
!
|
||||||
! This file is distributed in the hope that it will be useful, but
|
! This file is distributed in the hope that it will be useful, but
|
||||||
! WITHOUT ANY WARRANTY; without even the implied warranty of
|
! WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -24,12 +25,6 @@
|
||||||
! the Free Software Foundation, 59 Temple Place - Suite 330,
|
! the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
! Boston, MA 02111-1307, USA.
|
! Boston, MA 02111-1307, USA.
|
||||||
!
|
!
|
||||||
! As a special exception, if you link this library with files
|
|
||||||
! compiled with GCC to produce an executable, this does not cause
|
|
||||||
! the resulting executable to be covered by the GNU General Public License.
|
|
||||||
! This exception does not however invalidate any other reasons why
|
|
||||||
! the executable file might be covered by the GNU General Public License.
|
|
||||||
!
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef Lvhelper
|
#ifdef Lvhelper
|
||||||
|
|
|
@ -8,6 +8,15 @@ it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
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.)
|
||||||
|
|
||||||
GNU CC is distributed in the hope that it will be useful,
|
GNU CC is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
@ -18,13 +27,6 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
extern char **_environ;
|
extern char **_environ;
|
||||||
|
|
||||||
extern int atexit (void (*__func) (void));
|
extern int atexit (void (*__func) (void));
|
||||||
|
|
|
@ -7,11 +7,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -23,14 +24,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
|
|
||||||
!! libgcc1 routines for the Hitachi SH cpu.
|
!! libgcc1 routines for the Hitachi SH cpu.
|
||||||
!! Contributed by Steve Chamberlain.
|
!! Contributed by Steve Chamberlain.
|
||||||
!! sac@cygnus.com
|
!! sac@cygnus.com
|
||||||
|
|
|
@ -10,11 +10,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -26,12 +27,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
#ifdef L_mulsi3
|
#ifdef L_mulsi3
|
||||||
.text
|
.text
|
||||||
.globl ___mulsi3
|
.globl ___mulsi3
|
||||||
|
|
|
@ -11,6 +11,15 @@ it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
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.)
|
||||||
|
|
||||||
GNU CC is distributed in the hope that it will be useful,
|
GNU CC is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
@ -21,12 +30,6 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with files
|
|
||||||
compiled with GCC to produce an executable, this does not cause
|
|
||||||
the resulting executable to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* This file is a bit like libgcc1.c/libgcc2.c in that it is compiled
|
/* This file is a bit like libgcc1.c/libgcc2.c in that it is compiled
|
||||||
multiple times and yields multiple .o files.
|
multiple times and yields multiple .o files.
|
||||||
|
|
||||||
|
|
16
gcc/frame.c
16
gcc/frame.c
|
@ -10,6 +10,15 @@ it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
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.)
|
||||||
|
|
||||||
GNU CC is distributed in the hope that it will be useful,
|
GNU CC is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
@ -20,13 +29,6 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* It is incorrect to include config.h here, because this file is being
|
/* It is incorrect to include config.h here, because this file is being
|
||||||
compiled for the target, and hence definitions concerning only the host
|
compiled for the target, and hence definitions concerning only the host
|
||||||
do not apply. */
|
do not apply. */
|
||||||
|
|
|
@ -9,11 +9,12 @@ later version.
|
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the
|
In addition to the permissions in the GNU General Public License, the
|
||||||
Free Software Foundation gives you unlimited permission to link the
|
Free Software Foundation gives you unlimited permission to link the
|
||||||
compiled version of this file with other programs, and to distribute
|
compiled version of this file into combinations with other programs,
|
||||||
those programs without any restriction coming from the use of this
|
and to distribute those combinations without any restriction coming
|
||||||
file. (The General Public License restrictions do apply in other
|
from the use of this file. (The General Public License restrictions
|
||||||
respects; for example, they cover modification of the file, and
|
do apply in other respects; for example, they cover modification of
|
||||||
distribution when not linked into another program.)
|
the file, and distribution when not linked into a combine
|
||||||
|
executable.)
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -25,13 +26,6 @@ along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
/* Don't use `fancy_abort' here even if config.h says to use it. */
|
/* Don't use `fancy_abort' here even if config.h says to use it. */
|
||||||
|
|
|
@ -10,6 +10,15 @@ it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
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.)
|
||||||
|
|
||||||
GNU CC is distributed in the hope that it will be useful,
|
GNU CC is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
@ -20,13 +29,6 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
/* It is incorrect to include config.h here, because this file is being
|
/* It is incorrect to include config.h here, because this file is being
|
||||||
compiled for the target, and hence definitions concerning only the host
|
compiled for the target, and hence definitions concerning only the host
|
||||||
do not apply. */
|
do not apply. */
|
||||||
|
|
|
@ -19,13 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* As a special exception, if you link this library with other files,
|
|
||||||
some of which are compiled with GCC, to produce an executable,
|
|
||||||
this library does not by itself cause the resulting executable
|
|
||||||
to be covered by the GNU General Public License.
|
|
||||||
This exception does not however invalidate any other reasons why
|
|
||||||
the executable file might be covered by the GNU General Public License. */
|
|
||||||
|
|
||||||
#ifndef __LIBGCC2_H__
|
#ifndef __LIBGCC2_H__
|
||||||
#define __LIBGCC2_H__
|
#define __LIBGCC2_H__
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue