aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-12-04 16:31:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-12-04 16:31:48 +0000
commit21da7e2bd7822fb0687c5c3ea0ceb348edfaeeab (patch)
tree955ba1f650a6de57b6a4e48283200ec5a0431fa9 /contrib/gcc
parent3b29692060f7f4ee8f121c0f0b3b86c348b6fa63 (diff)
downloadsrc-21da7e2bd7822fb0687c5c3ea0ceb348edfaeeab.tar.gz
src-21da7e2bd7822fb0687c5c3ea0ceb348edfaeeab.zip
Use pure stock files.
Notes
Notes: svn path=/head/; revision=107604
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/Makefile.in2
-rw-r--r--contrib/gcc/builtins.c2
-rw-r--r--contrib/gcc/c-common.c2
-rw-r--r--contrib/gcc/c-tree.h2
-rw-r--r--contrib/gcc/config/alpha/alpha.c2
-rw-r--r--contrib/gcc/config/i386/i386.md2
-rwxr-xr-xcontrib/gcc/configure2
-rw-r--r--contrib/gcc/cp/except.c2
-rw-r--r--contrib/gcc/dbxout.c2
-rw-r--r--contrib/gcc/dwarfout.c2
-rw-r--r--contrib/gcc/emit-rtl.c2
-rw-r--r--contrib/gcc/final.c2
-rw-r--r--contrib/gcc/flags.h2
-rw-r--r--contrib/gcc/function.c4
-rw-r--r--contrib/gcc/ginclude/stdarg.h2
-rw-r--r--contrib/gcc/ginclude/stddef.h2
-rw-r--r--contrib/gcc/ginclude/varargs.h2
-rw-r--r--contrib/gcc/libgcc2.c2
-rw-r--r--contrib/gcc/print-tree.c2
-rw-r--r--contrib/gcc/recog.c2
-rw-r--r--contrib/gcc/reload.c4
21 files changed, 0 insertions, 46 deletions
diff --git a/contrib/gcc/Makefile.in b/contrib/gcc/Makefile.in
index fb75d52dc01c..5afd30ef0467 100644
--- a/contrib/gcc/Makefile.in
+++ b/contrib/gcc/Makefile.in
@@ -19,8 +19,6 @@
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston MA 02111-1307, USA.
-# $FreeBSD$
-
# The targets for external use include:
# all, doc, proto, install, install-cross, install-cross-rest,
# uninstall, TAGS, mostlyclean, clean, distclean, maintainer-clean,
diff --git a/contrib/gcc/builtins.c b/contrib/gcc/builtins.c
index 9b32ddd6421e..7eb878f70386 100644
--- a/contrib/gcc/builtins.c
+++ b/contrib/gcc/builtins.c
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
#include "config.h"
#include "system.h"
#include "machmode.h"
diff --git a/contrib/gcc/c-common.c b/contrib/gcc/c-common.c
index a15f13e4b129..066cb7c04c8e 100644
--- a/contrib/gcc/c-common.c
+++ b/contrib/gcc/c-common.c
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
#include "config.h"
#include "system.h"
#include "tree.h"
diff --git a/contrib/gcc/c-tree.h b/contrib/gcc/c-tree.h
index 12ca54cbeb68..54208db58c0a 100644
--- a/contrib/gcc/c-tree.h
+++ b/contrib/gcc/c-tree.h
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
#ifndef GCC_C_TREE_H
#define GCC_C_TREE_H
diff --git a/contrib/gcc/config/alpha/alpha.c b/contrib/gcc/config/alpha/alpha.c
index 0eb75407bf96..3bc8e4ded81c 100644
--- a/contrib/gcc/config/alpha/alpha.c
+++ b/contrib/gcc/config/alpha/alpha.c
@@ -20,8 +20,6 @@ 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. */
-/* $FreeBSD$ */
-
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/config/i386/i386.md b/contrib/gcc/config/i386/i386.md
index 3696c710df07..4275675ce159 100644
--- a/contrib/gcc/config/i386/i386.md
+++ b/contrib/gcc/config/i386/i386.md
@@ -113,8 +113,6 @@
(define_attr "cpu" "i386,i486,pentium,pentiumpro,k6,athlon,pentium4"
(const (symbol_ref "ix86_cpu")))
-;; $FreeBSD$
-
;; A basic instruction type. Refinements due to arguments to be
;; provided in other attributes.
(define_attr "type"
diff --git a/contrib/gcc/configure b/contrib/gcc/configure
index 25d70d719f13..ddb8975dd4a2 100755
--- a/contrib/gcc/configure
+++ b/contrib/gcc/configure
@@ -1,7 +1,5 @@
#! /bin/sh
-# $FreeBSD$
-
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
diff --git a/contrib/gcc/cp/except.c b/contrib/gcc/cp/except.c
index e320deadd8dc..3f3cdcfd3be8 100644
--- a/contrib/gcc/cp/except.c
+++ b/contrib/gcc/cp/except.c
@@ -22,8 +22,6 @@ 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. */
-/* $FreeBSD$ */
-
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/dbxout.c b/contrib/gcc/dbxout.c
index bc6105b05c87..d2ae7fba27a3 100644
--- a/contrib/gcc/dbxout.c
+++ b/contrib/gcc/dbxout.c
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
/* Output dbx-format symbol table data.
This consists of many symbol table entries, each of them
diff --git a/contrib/gcc/dwarfout.c b/contrib/gcc/dwarfout.c
index 8187b27834bd..481d0c0441a3 100644
--- a/contrib/gcc/dwarfout.c
+++ b/contrib/gcc/dwarfout.c
@@ -20,8 +20,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
/*
Notes on the GNU Implementation of DWARF Debugging Information
diff --git a/contrib/gcc/emit-rtl.c b/contrib/gcc/emit-rtl.c
index 8329c5df81cc..49ad4e025003 100644
--- a/contrib/gcc/emit-rtl.c
+++ b/contrib/gcc/emit-rtl.c
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
/* Middle-to-low level generation of rtx code and insns.
diff --git a/contrib/gcc/final.c b/contrib/gcc/final.c
index 8d3d9f626503..d86ed5e7c71a 100644
--- a/contrib/gcc/final.c
+++ b/contrib/gcc/final.c
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
/* This is the final pass of the compiler.
It looks at the rtl code for a function and outputs assembler code.
diff --git a/contrib/gcc/flags.h b/contrib/gcc/flags.h
index 16848f65efd0..85e07924b5d7 100644
--- a/contrib/gcc/flags.h
+++ b/contrib/gcc/flags.h
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
#ifndef GCC_FLAGS_H
#define GCC_FLAGS_H
diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c
index 00ab02cf9bcc..9ddf676b5aba 100644
--- a/contrib/gcc/function.c
+++ b/contrib/gcc/function.c
@@ -19,10 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-
-/* $FreeBSD$ */
-
-
/* This file handles the generation of rtl code from tree structure
at the level of the function as a whole.
It creates the rtl expressions for parameters and auto variables
diff --git a/contrib/gcc/ginclude/stdarg.h b/contrib/gcc/ginclude/stdarg.h
index 68feeff0372e..9f6215d31fa6 100644
--- a/contrib/gcc/ginclude/stdarg.h
+++ b/contrib/gcc/ginclude/stdarg.h
@@ -28,8 +28,6 @@ Boston, MA 02111-1307, USA. */
* ISO C Standard: 7.15 Variable arguments <stdarg.h>
*/
-/* $FreeBSD$ */
-
#ifndef _STDARG_H
#ifndef _ANSI_STDARG_H_
#ifndef __need___va_list
diff --git a/contrib/gcc/ginclude/stddef.h b/contrib/gcc/ginclude/stddef.h
index 1f7fcb571850..78a048b5e193 100644
--- a/contrib/gcc/ginclude/stddef.h
+++ b/contrib/gcc/ginclude/stddef.h
@@ -24,8 +24,6 @@ Boston, MA 02111-1307, USA. */
reasons why the executable file might be covered by the GNU General
Public License. */
-/* $FreeBSD$ */
-
/*
* ISO C Standard: 7.17 Common definitions <stddef.h>
*/
diff --git a/contrib/gcc/ginclude/varargs.h b/contrib/gcc/ginclude/varargs.h
index c840495a466b..098094cdd7b8 100644
--- a/contrib/gcc/ginclude/varargs.h
+++ b/contrib/gcc/ginclude/varargs.h
@@ -24,8 +24,6 @@ Boston, MA 02111-1307, USA. */
reasons why the executable file might be covered by the GNU General
Public License. */
-/* $FreeBSD$ */
-
#ifndef _VARARGS_H
#define _VARARGS_H
diff --git a/contrib/gcc/libgcc2.c b/contrib/gcc/libgcc2.c
index 322ee928b8bd..dd5eee7dbb52 100644
--- a/contrib/gcc/libgcc2.c
+++ b/contrib/gcc/libgcc2.c
@@ -29,8 +29,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
/* It is incorrect to include config.h here, because this file is being
compiled for the target, and hence definitions concerning only the host
do not apply. */
diff --git a/contrib/gcc/print-tree.c b/contrib/gcc/print-tree.c
index eb170127441c..f5353738ebdc 100644
--- a/contrib/gcc/print-tree.c
+++ b/contrib/gcc/print-tree.c
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/recog.c b/contrib/gcc/recog.c
index 8845e296f487..d9848ddf70d2 100644
--- a/contrib/gcc/recog.c
+++ b/contrib/gcc/recog.c
@@ -19,8 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* $FreeBSD$ */
-
#include "config.h"
#include "system.h"
diff --git a/contrib/gcc/reload.c b/contrib/gcc/reload.c
index bbb1f94c546c..80678d0d7b9a 100644
--- a/contrib/gcc/reload.c
+++ b/contrib/gcc/reload.c
@@ -19,10 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-
-/* $FreeBSD$ */
-
-
/* This file contains subroutines used only from the file reload1.c.
It knows how to scan one insn for operands and values
that need to be copied into registers to make valid code.