summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-02 08:42:08 +0000
committerobrien <obrien@FreeBSD.org>2002-12-02 08:42:08 +0000
commitc35e71cdfc7611906cbf9303055832142e9cbaca (patch)
treeb2b1588d32eed65309813d0042483ed6aec70ec2 /contrib
parentdd30d349af220ce4f07d30548190b0ee7b8e4106 (diff)
downloadFreeBSD-src-c35e71cdfc7611906cbf9303055832142e9cbaca.zip
FreeBSD-src-c35e71cdfc7611906cbf9303055832142e9cbaca.tar.gz
Try to keep CVS from pissing over the next binutils import by returning
to purely stock files.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/binutils/bfd/elflink.h2
-rw-r--r--contrib/binutils/binutils/nm.c2
-rw-r--r--contrib/binutils/binutils/strings.c2
-rw-r--r--contrib/binutils/gas/config/tc-i386.c4
-rw-r--r--contrib/binutils/gas/config/tc-i386.h4
-rw-r--r--contrib/binutils/gas/config/te-freebsd.h2
-rwxr-xr-xcontrib/binutils/gas/configure4
-rw-r--r--contrib/binutils/gas/configure.in1
-rw-r--r--contrib/binutils/gas/doc/as.13
-rw-r--r--contrib/binutils/ld/configure.host3
-rw-r--r--contrib/binutils/ld/configure.tgt3
-rw-r--r--contrib/binutils/ld/emulparams/elf64alpha.sh3
-rw-r--r--contrib/binutils/ld/ld.13
13 files changed, 0 insertions, 36 deletions
diff --git a/contrib/binutils/bfd/elflink.h b/contrib/binutils/bfd/elflink.h
index 0cf0f85..25519b1 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 bcb063f..b9689b1 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 bf507c1..dade244 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 38d6493..fc1bd13 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 9ef4a29..c36fff3 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 2095b41..6992561 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 e78ed64..4fcba08 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 65a1291..8f5ab3c 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 6858d18..b0de343 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 3f08647..56ed187 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 46f883f..c1d7620 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 b28f5e0..3dd28ef 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 f876de3..79d5d65 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:
OpenPOWER on IntegriCloud