fix file header
authorChris Lattner <sabre@nondot.org>
Mon, 20 Oct 2003 17:58:43 +0000 (17:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Oct 2003 17:58:43 +0000 (17:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9294 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/LinkArchives.cpp
tools/extract/extract.cpp
tools/gccas/gccas.cpp
tools/gccld/GenerateCode.cpp
tools/gccld/Linker.cpp
tools/gccld/gccld.cpp
tools/gccld/gccld.h
tools/llvm-dis/llvm-dis.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-nm/llvm-nm.cpp

index cfae2b9cbeb201bce5f5b007c0581fb652d5dd1f..881581fcadc5bfdf54df63b1a041af9dd69059e4 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This file contains routines to handle linking together LLVM bytecode files,
 // and to handle annoying things like static libraries.
 //
 // This file contains routines to handle linking together LLVM bytecode files,
 // and to handle annoying things like static libraries.
index cf5bc90e42def1264fa9081fa60dc8acc0422c81..c4dbe08716b297855addfec8a9884fa24573868d 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This utility changes the input module to only contain a single function,
 // which is primarily used for debugging transformations.
 //
 // This utility changes the input module to only contain a single function,
 // which is primarily used for debugging transformations.
index eaca5521cbe8dcf92d5917a0c2f2bfcb43445c95..6799ed6d6b85f44bcd8f2c6280a3e236a6cd6264 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This utility is designed to be used by the GCC frontend for creating bytecode
 // files from its intermediate LLVM assembly.  The requirements for this utility
 //
 // This utility is designed to be used by the GCC frontend for creating bytecode
 // files from its intermediate LLVM assembly.  The requirements for this utility
index 5939691e29a333cb788068282e619c6a76bd1efb..d1a009b4118ad7790a428c1afeadb439551a67b7 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This file contains functions for generating executable files once linking
 // has finished.  This includes generating a shell script to run the JIT or
 //
 // This file contains functions for generating executable files once linking
 // has finished.  This includes generating a shell script to run the JIT or
index cfae2b9cbeb201bce5f5b007c0581fb652d5dd1f..881581fcadc5bfdf54df63b1a041af9dd69059e4 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This file contains routines to handle linking together LLVM bytecode files,
 // and to handle annoying things like static libraries.
 //
 // This file contains routines to handle linking together LLVM bytecode files,
 // and to handle annoying things like static libraries.
index b484fd70a470e03261080d38fd7cc0c7ba18bc16..4ad942832ed80410644940fbaf355b7d4deb118f 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This utility is intended to be compatible with GCC, and follows standard
 // system 'ld' conventions.  As such, the default output file is ./a.out.
 //
 // This utility is intended to be compatible with GCC, and follows standard
 // system 'ld' conventions.  As such, the default output file is ./a.out.
index c98ca6c05f78d01702fa628a6ba1ea261a9ad8f4..39458d9b7e1088bac54ad9312525ec52275e02bc 100644 (file)
@@ -1,4 +1,4 @@
-//===- util.h - Utility functions header file -----------------------------===//
+//===- gccld.h - Utility functions header file ----------------------------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
 // 
 //                     The LLVM Compiler Infrastructure
 //
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This file contains function prototypes for the functions in util.cpp.
 //
 //
 // This file contains function prototypes for the functions in util.cpp.
 //
index 70f8f5103b4df83f0a0595ae78c54dab386eced6..915755903bf560c3ccd58e5a64a7f33ea52b91dc 100644 (file)
@@ -1,4 +1,4 @@
-//===----------------------------------------------------------------------===//
+//===-- llvm-dis.cpp - The low-level LLVM disassembler --------------------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
 // 
 //                     The LLVM Compiler Infrastructure
 //
@@ -6,8 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
-// LLVM 'DIS' UTILITY 
 //
 // This utility may be invoked in the following manner:
 //  llvm-dis [options]      - Read LLVM bytecode from stdin, write asm to stdout
 //
 // This utility may be invoked in the following manner:
 //  llvm-dis [options]      - Read LLVM bytecode from stdin, write asm to stdout
index cf5bc90e42def1264fa9081fa60dc8acc0422c81..c4dbe08716b297855addfec8a9884fa24573868d 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This utility changes the input module to only contain a single function,
 // which is primarily used for debugging transformations.
 //
 // This utility changes the input module to only contain a single function,
 // which is primarily used for debugging transformations.
index ffd8cf3324cad167981bae1bcf37d99d86431b56..16e92570cb50d279d906f655920f23e0c22835bc 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This program is a utility that works like traditional Unix "nm",
 // that is, it prints out the names of symbols in a bytecode file,
 //
 // This program is a utility that works like traditional Unix "nm",
 // that is, it prints out the names of symbols in a bytecode file,