summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-04 16:31:48 +0000
committerobrien <obrien@FreeBSD.org>2002-12-04 16:31:48 +0000
commitd3c00e65a30f12ad1e39204ac229e56d5c94968e (patch)
tree955ba1f650a6de57b6a4e48283200ec5a0431fa9 /contrib
parente8b4d1412ae6c270fc4e63eddc8293a066600bea (diff)
downloadFreeBSD-src-d3c00e65a30f12ad1e39204ac229e56d5c94968e.zip
FreeBSD-src-d3c00e65a30f12ad1e39204ac229e56d5c94968e.tar.gz
Use pure stock files.
Diffstat (limited to 'contrib')
-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 fb75d52..5afd30e 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 9b32ddd..7eb878f7 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 a15f13e..066cb7c 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 12ca54c..54208db 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 0eb75407..3bc8e4d 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 3696c71..4275675 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 25d70d7..ddb8975 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 e320dea..3f3cdcf 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 bc6105b..d2ae7fb 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 8187b27..481d0c0 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 8329c5d..49ad4e0 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 8d3d9f6..d86ed5e 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 16848f6..85e0792 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 00ab02c..9ddf676 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 68feeff..9f6215d 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 1f7fcb5..78a048b 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 c840495..098094c 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 322ee92..dd5eee7 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 eb17012..f535373 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 8845e29..d9848dd 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 bbb1f94..80678d0 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.
OpenPOWER on IntegriCloud