Commit 4283012f by Jeff Law

Copyright fixes.

From-SVN: r24535
parent 2650c4e3
/* Functions to support general ended bitmaps. /* Functions to support general ended bitmaps.
Copyright (C) 1997 Free Software Foundation, Inc. Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Language-level data type conversion for GNU C. /* Language-level data type conversion for GNU C.
Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc. Copyright (C) 1987, 1988, 1991, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Build expressions with type checking for C compiler. /* Build expressions with type checking for C compiler.
Copyright (C) 1987, 88, 89, 92, 93, 96, 1997 Free Software Foundation, Inc. Copyright (C) 1987, 88, 89, 92, 93, 96, 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Define constants for communication with c-parse.y. /* Define constants for communication with c-parse.y.
Copyright (C) 1987, 1992 Free Software Foundation, Inc. Copyright (C) 1987, 1992, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
...@@ -1197,7 +1197,7 @@ static const short yycheck[] = { 38, ...@@ -1197,7 +1197,7 @@ static const short yycheck[] = { 38,
43, 44, 45, 46, 47, 48, 49, 50, 51, 52 43, 44, 45, 46, 47, 48, 49, 50, 51, 52
}; };
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */ /* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/local/gnu/share/bison.simple" #line 3 "/usr/cygnus/gnupro-98r2/share/bison.simple"
/* Skeleton output parser for bison, /* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
...@@ -1390,7 +1390,7 @@ __yy_memcpy (char *to, char *from, int count) ...@@ -1390,7 +1390,7 @@ __yy_memcpy (char *to, char *from, int count)
#endif #endif
#endif #endif
#line 196 "/usr/local/gnu/share/bison.simple" #line 196 "/usr/cygnus/gnupro-98r2/share/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed /* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *. into yyparse. The argument should have type void *.
...@@ -3723,7 +3723,7 @@ case 403: ...@@ -3723,7 +3723,7 @@ case 403:
break;} break;}
} }
/* the action file gets copied in in place of this dollarsign */ /* the action file gets copied in in place of this dollarsign */
#line 498 "/usr/local/gnu/share/bison.simple" #line 498 "/usr/cygnus/gnupro-98r2/share/bison.simple"
yyvsp -= yylen; yyvsp -= yylen;
yyssp -= yylen; yyssp -= yylen;
......
/*WARNING: This file is automatically generated!*/ /*WARNING: This file is automatically generated!*/
/* YACC parser for C syntax and for Objective C. -*-c-*- /* YACC parser for C syntax and for Objective C. -*-c-*-
Copyright (C) 1987, 88, 89, 92-97, 1998 Free Software Foundation, Inc. Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Definitions for C parsing and type checking. /* Definitions for C parsing and type checking.
Copyright (C) 1987, 1993, 1994, 1995, 1997 Free Software Foundation, Inc. Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Convert function calls to rtl insns, for GNU C compiler. /* Convert function calls to rtl insns, for GNU C compiler.
Copyright (C) 1989, 92-97, 1998 Free Software Foundation, Inc. Copyright (C) 1989, 92-97, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Header file for collect/tlink routines.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC 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 version.
GNU CC 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 GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef __COLLECT2_H__ #ifndef __COLLECT2_H__
#define __COLLECT2_H__ #define __COLLECT2_H__
......
# configure.in for GNU CC # configure.in for GNU CC
# Process this file with autoconf to generate a configuration script. # Process this file with autoconf to generate a configuration script.
# Copyright (C) 1997, 1998 Free Software Foundation, Inc. # Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
#This file is part of GNU CC. #This file is part of GNU CC.
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
@ifinfo @ifinfo
This file documents the GNU C Preprocessor. This file documents the GNU C Preprocessor.
Copyright 1987, 1989, 1991, 1992, 1993, 1994, 1995 Free Software Copyright 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1997, 1998 Free Software
Foundation, Inc. Foundation, Inc.
Permission is granted to make and distribute verbatim copies of Permission is granted to make and distribute verbatim copies of
......
/* Part of CPP library. (Macro hash table support.) /* Part of CPP library. (Macro hash table support.)
Copyright (C) 1986, 87, 89, 92-95, 1996 Free Software Foundation, Inc. Copyright (C) 1986, 87, 89, 92-95, 1996, 1998 Free Software Foundation, Inc.
Written by Per Bothner, 1994. Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986 Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987 Adapted to ANSI C, Richard Stallman, Jan 1987
......
/* Part of CPP library. (Macro hash table support.)
Copyright (C) 1997, 1998, 1999 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
Free Software Foundation; either version 2, or (at your option) any
later version.
This program 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 this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/* different kinds of things that can appear in the value field /* different kinds of things that can appear in the value field
of a hash node. Actually, this may be useless now. */ of a hash node. Actually, this may be useless now. */
union hashval { union hashval {
......
/* CPP main program, using CPP Library. /* CPP main program, using CPP Library.
Copyright (C) 1995, 1997 Free Software Foundation, Inc. Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
Written by Per Bothner, 1994-95. Written by Per Bothner, 1994-95.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
......
/* Definitions of various defaults for how to do assembler output /* Definitions of various defaults for how to do assembler output
(most of which are designed to be appropriate for GAS or for (most of which are designed to be appropriate for GAS or for
some BSD assembler). some BSD assembler).
Copyright (C) 1992, 1996 Free Software Foundation, Inc. Copyright (C) 1992, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) Contributed by Ron Guilmette (rfg@monkeys.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Provide a version _doprnt in terms of fprintf. /* Provide a version _doprnt in terms of fprintf.
By Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
Copyright (C) 1998 Free Software Foundation, Inc. Copyright (C) 1998 Free Software Foundation, Inc.
Contributed by Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
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
Free Software Foundation; either version 2, or (at your option) any
later version.
This program 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 this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
*/ */
#include "config.h" #include "config.h"
......
/* Output Dwarf format symbol table information from the GNU C compiler. /* Output Dwarf format symbol table information from the GNU C compiler.
Copyright (C) 1992, 1993, 1995, 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1992, 1993, 95-97, 1998 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices. Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Copyright (C) 1997 Free Software Foundation, Inc. /* EH stuff
This file is part of GNU CC. */ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
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
Free Software Foundation; either version 2, or (at your option) any
later version.
This program 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 this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This file contains the structures required for the language /* This file contains the structures required for the language
independant exception handling model. Both the static compiler and independant exception handling model. Both the static compiler and
......
/* Exception Handling interface routines. /* Exception Handling interface routines.
Copyright (C) 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com>. Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GNU CC. This file is part of GNU CC.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Install modified versions of certain problematic Irix include files. # Install modified versions of certain problematic Irix include files.
# If possible, create a wrapper (see fixinc.wrap) instead of copying files. # If possible, create a wrapper (see fixinc.wrap) instead of copying files.
# #
# Copyright (C) 1997 Free Software Foundation, Inc. # Copyright (C) 1997, 1998 Free Software Foundation, Inc.
# Contributed by Brendan Kehoe (brendan@cygnus.com). # Contributed by Brendan Kehoe (brendan@cygnus.com).
# #
# This file is part of GNU CC. # This file is part of GNU CC.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Based on fixinc.svr4 script by Ron Guilmette (rfg@ncd.com) (SCO # Based on fixinc.svr4 script by Ron Guilmette (rfg@ncd.com) (SCO
# modifications by Ian Lance Taylor (ian@airs.com)). # modifications by Ian Lance Taylor (ian@airs.com)).
# #
# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. # Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# #
# This file is part of GNU CC. # This file is part of GNU CC.
# #
......
#! /bin/sh #! /bin/sh
# Install modified versions of certain ANSI-incompatible # Install modified versions of certain ANSI-incompatible
# native System V Release 4 system include files. # native System V Release 4 system include files.
# Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. # Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation, Inc.
# Contributed by Ron Guilmette (rfg@monkeys.com). # Contributed by Ron Guilmette (rfg@monkeys.com).
# #
# This file is part of GNU CC. # This file is part of GNU CC.
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# fixproto TARGET-DIR SOURCE-DIR-ALL SOURCE-DIR-STD # fixproto TARGET-DIR SOURCE-DIR-ALL SOURCE-DIR-STD
# #
# COPYRIGHT # COPYRIGHT
# Copyright (C) 1993, 1994 Free Software Foundation, Inc. # Copyright (C) 1993, 1994, 1997, 1998 Free Software Foundation, Inc.
# This file is part of GNU CC. # This file is part of GNU CC.
# #
# GNU CC is free software; you can redistribute it and/or modify # GNU CC is free software; you can redistribute it and/or modify
......
/* Copyright (C) 1997 Free Software Foundation, Inc. /* Header file for unwinding stack frames for exception handling. */
This file is part of GNU CC. */ /* Compile this one with gcc. */
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
Contributed by Jason Merrill <jason@cygnus.com>.
This file is part of GNU CC.
GNU CC 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 version.
GNU CC 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 GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
typedef struct frame_state typedef struct frame_state
{ {
......
/* Machine-independent I/O routines for gcov. /* Machine-independent I/O routines for gcov.
Copyright (C) 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Bob Manson <manson@cygnus.com>. Contributed by Bob Manson <manson@cygnus.com>.
This file is part of GNU CC. This file is part of GNU CC.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- some macros CODE_FOR_... giving the insn_code_number value - some macros CODE_FOR_... giving the insn_code_number value
for each of the defined standard insn names. for each of the defined standard insn names.
Copyright (C) 1987, 1991, 1995 Free Software Foundation, Inc. Copyright (C) 1987, 1991, 1995, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Generate code to allocate RTL structures. /* Generate code to allocate RTL structures.
Copyright (C) 1997 Free Software Foundation, Inc. Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Allocate registers for pseudo-registers that span basic blocks. /* Allocate registers for pseudo-registers that span basic blocks.
Copyright (C) 1987, 88, 91, 94, 96, 1997 Free Software Foundation, Inc. Copyright (C) 1987, 88, 91, 94, 96, 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/*- /*-
* Copyright (c) 1991 The Regents of the University of California. * Copyright (c) 1991, 1998 The Regents of the University of California.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
......
/* OSF/rose half-pic support functions. /* OSF/rose half-pic support functions.
Copyright (C) 1992, 1997 Free Software Foundation, Inc. Copyright (C) 1992, 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* OSF/rose half-pic support definitions. /* OSF/rose half-pic support definitions.
Copyright (C) 1992, 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1992, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* hash.c -- hash table routines /* hash.c -- hash table routines
Copyright (C) 1993, 94 Free Software Foundation, Inc. Copyright (C) 1993, 1994, 1998 Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com> Written by Steve Chamberlain <sac@cygnus.com>
This file was lifted from BFD, the Binary File Descriptor library. This file was lifted from BFD, the Binary File Descriptor library.
......
/* Header file for generic hash table support. /* Header file for generic hash table support.
Copyright (C) 1993, 94 Free Software Foundation, Inc. Copyright (C) 1993, 1994, 1997, 1998 Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com> Written by Steve Chamberlain <sac@cygnus.com>
This file was lifted from BFD, the Binary File Descriptor library. This file was lifted from BFD, the Binary File Descriptor library.
......
/* Declarations for variables relating to reading the source file. /* Declarations for variables relating to reading the source file.
Used by parsers, lexical analyzers, and error message routines. Used by parsers, lexical analyzers, and error message routines.
Copyright (C) 1993, 1997 Free Software Foundation, Inc. Copyright (C) 1993, 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. /* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991, 92, 94, 95, 96, 1997 Free Software Foundation, Inc. Copyright (C) 1991, 92, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc.
This definition file is free software; you can redistribute it This definition file is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public and/or modify it under the terms of the GNU General Public
......
/* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h. /* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h.
Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc. Copyright (C) 1991, 1993, 1994, 1996, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* mbchar.h - Various declarations for functions found in mbchar.c /* mbchar.h - Various declarations for functions found in mbchar.c
Copyright (C) 1998 Free Software Foundation, Inc. Copyright (C) 1998 Free Software Foundation, Inc.
*/
This file is part of GNU CC.
GNU CC 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 version.
GNU CC 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 GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef __GCC_MBCHAR_H__ #ifndef __GCC_MBCHAR_H__
#define __GCC_MBCHAR_H__ #define __GCC_MBCHAR_H__
......
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