From c35e71cdfc7611906cbf9303055832142e9cbaca Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 2 Dec 2002 08:42:08 +0000 Subject: [PATCH] Try to keep CVS from pissing over the next binutils import by returning to purely stock files. --- contrib/binutils/bfd/elflink.h | 2 -- contrib/binutils/binutils/nm.c | 2 -- contrib/binutils/binutils/strings.c | 2 -- contrib/binutils/gas/config/tc-i386.c | 4 ---- contrib/binutils/gas/config/tc-i386.h | 4 ---- contrib/binutils/gas/config/te-freebsd.h | 2 -- contrib/binutils/gas/configure | 4 ---- contrib/binutils/gas/configure.in | 1 - contrib/binutils/gas/doc/as.1 | 3 --- contrib/binutils/ld/configure.host | 3 --- contrib/binutils/ld/configure.tgt | 3 --- contrib/binutils/ld/emulparams/elf64alpha.sh | 3 --- contrib/binutils/ld/ld.1 | 3 --- 13 files changed, 36 deletions(-) diff --git a/contrib/binutils/bfd/elflink.h b/contrib/binutils/bfd/elflink.h index 0cf0f8521de9..25519b1fd22b 100644 --- a/contrib/binutils/bfd/elflink.h +++ b/contrib/binutils/bfd/elflink.h @@ -18,8 +18,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ - /* ELF linker code. */ /* This struct is used to pass information to routines called via diff --git a/contrib/binutils/binutils/nm.c b/contrib/binutils/binutils/nm.c index bcb063f52a99..b9689b16e72d 100644 --- a/contrib/binutils/binutils/nm.c +++ b/contrib/binutils/binutils/nm.c @@ -20,8 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ - #include "bfd.h" #include "progress.h" #include "bucomm.h" diff --git a/contrib/binutils/binutils/strings.c b/contrib/binutils/binutils/strings.c index bf507c1c9712..dade24441824 100644 --- a/contrib/binutils/binutils/strings.c +++ b/contrib/binutils/binutils/strings.c @@ -16,8 +16,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* $FreeBSD$ */ /* Usage: strings [options] file... diff --git a/contrib/binutils/gas/config/tc-i386.c b/contrib/binutils/gas/config/tc-i386.c index 38d649322291..fc1bd134f206 100644 --- a/contrib/binutils/gas/config/tc-i386.c +++ b/contrib/binutils/gas/config/tc-i386.c @@ -20,10 +20,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* $FreeBSD$ */ - - /* Intel 80386 machine specific gas. Written by Eliot Dresselhaus (eliot@mgm.mit.edu). x86_64 support by Jan Hubicka (jh@suse.cz) diff --git a/contrib/binutils/gas/config/tc-i386.h b/contrib/binutils/gas/config/tc-i386.h index 9ef4a294d0ce..c36fff3508a5 100644 --- a/contrib/binutils/gas/config/tc-i386.h +++ b/contrib/binutils/gas/config/tc-i386.h @@ -20,10 +20,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* $FreeBSD$ */ - - #ifndef TC_I386 #define TC_I386 1 diff --git a/contrib/binutils/gas/config/te-freebsd.h b/contrib/binutils/gas/config/te-freebsd.h index 2095b4176a46..6992561bd592 100644 --- a/contrib/binutils/gas/config/te-freebsd.h +++ b/contrib/binutils/gas/config/te-freebsd.h @@ -18,8 +18,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ - /* Target environment for FreeBSD. It is the same as the generic target, except that it arranges via the TE_FreeBSD define to suppress the use of "/" as a comment character. Some code in the diff --git a/contrib/binutils/gas/configure b/contrib/binutils/gas/configure index e78ed649c2d7..4fcba08ddc5a 100755 --- a/contrib/binutils/gas/configure +++ b/contrib/binutils/gas/configure @@ -1,9 +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/binutils/gas/configure.in b/contrib/binutils/gas/configure.in index 65a12912f583..8f5ab3c6eace 100644 --- a/contrib/binutils/gas/configure.in +++ b/contrib/binutils/gas/configure.in @@ -3,7 +3,6 @@ dnl dnl And be careful when changing it! If you must add tests with square dnl brackets, be sure changequote invocations surround it. dnl -dnl $FreeBSD$ dnl dnl v2.5 needed for --bindir et al AC_PREREQ(2.13) diff --git a/contrib/binutils/gas/doc/as.1 b/contrib/binutils/gas/doc/as.1 index 6858d18708c9..b0de343f0916 100644 --- a/contrib/binutils/gas/doc/as.1 +++ b/contrib/binutils/gas/doc/as.1 @@ -1,6 +1,3 @@ -.\" $FreeBSD$ -.\" -.\" .\" Automatically generated by Pod::Man v1.3, Pod::Parser v1.13 .\" .\" Standard preamble: diff --git a/contrib/binutils/ld/configure.host b/contrib/binutils/ld/configure.host index 3f086474bbf4..56ed187b1dbb 100644 --- a/contrib/binutils/ld/configure.host +++ b/contrib/binutils/ld/configure.host @@ -1,6 +1,3 @@ -# $FreeBSD$ - - # This is the linker host specific file. This is invoked by the # autoconf generated configure script. Putting it in a separate shell # file lets us skip running autoconf when modifying host specific diff --git a/contrib/binutils/ld/configure.tgt b/contrib/binutils/ld/configure.tgt index 46f883f11e77..c1d7620c8d9a 100644 --- a/contrib/binutils/ld/configure.tgt +++ b/contrib/binutils/ld/configure.tgt @@ -1,6 +1,3 @@ -# $FreeBSD$ - - # This is the linker target specific file. This is invoked by the # autoconf generated configure script. Putting it in a separate shell # file lets us skip running autoconf when modifying target specific diff --git a/contrib/binutils/ld/emulparams/elf64alpha.sh b/contrib/binutils/ld/emulparams/elf64alpha.sh index b28f5e00850c..3dd28ef58c00 100644 --- a/contrib/binutils/ld/emulparams/elf64alpha.sh +++ b/contrib/binutils/ld/emulparams/elf64alpha.sh @@ -1,6 +1,3 @@ -# $FreeBSD$ - - ENTRY=_start SCRIPT_NAME=elf ELFSIZE=64 diff --git a/contrib/binutils/ld/ld.1 b/contrib/binutils/ld/ld.1 index f876de3d1439..79d5d656b2e2 100644 --- a/contrib/binutils/ld/ld.1 +++ b/contrib/binutils/ld/ld.1 @@ -1,6 +1,3 @@ -.\" $FreeBSD$ -.\" -.\" .\" Automatically generated by Pod::Man v1.3, Pod::Parser v1.13 .\" .\" Standard preamble: