[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp Linker.cpp gccld.cpp gccld.h
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 12:48:01 PDT 2003
Changes in directory llvm/tools/gccld:
GenerateCode.cpp updated: 1.7 -> 1.8
Linker.cpp updated: 1.9 -> 1.10
gccld.cpp updated: 1.55 -> 1.56
gccld.h updated: 1.1 -> 1.2
---
Log message:
Added copyright header to all C++ source files.
---
Diffs of the changes: (+32 -0)
Index: llvm/tools/gccld/GenerateCode.cpp
diff -u llvm/tools/gccld/GenerateCode.cpp:1.7 llvm/tools/gccld/GenerateCode.cpp:1.8
--- llvm/tools/gccld/GenerateCode.cpp:1.7 Tue Sep 30 12:42:57 2003
+++ llvm/tools/gccld/GenerateCode.cpp Mon Oct 20 12:47:11 2003
@@ -1,4 +1,12 @@
//===- GenerateCode.cpp - Functions for generating executable files ------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// 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
Index: llvm/tools/gccld/Linker.cpp
diff -u llvm/tools/gccld/Linker.cpp:1.9 llvm/tools/gccld/Linker.cpp:1.10
--- llvm/tools/gccld/Linker.cpp:1.9 Fri Oct 10 14:12:22 2003
+++ llvm/tools/gccld/Linker.cpp Mon Oct 20 12:47:11 2003
@@ -1,4 +1,12 @@
//===- Linker.cpp - Link together LLVM objects and libraries --------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// 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.
Index: llvm/tools/gccld/gccld.cpp
diff -u llvm/tools/gccld/gccld.cpp:1.55 llvm/tools/gccld/gccld.cpp:1.56
--- llvm/tools/gccld/gccld.cpp:1.55 Fri Oct 10 12:55:31 2003
+++ llvm/tools/gccld/gccld.cpp Mon Oct 20 12:47:11 2003
@@ -1,4 +1,12 @@
//===- gccld.cpp - LLVM 'ld' compatible linker ----------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// 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.
Index: llvm/tools/gccld/gccld.h
diff -u llvm/tools/gccld/gccld.h:1.1 llvm/tools/gccld/gccld.h:1.2
--- llvm/tools/gccld/gccld.h:1.1 Fri Sep 19 15:24:40 2003
+++ llvm/tools/gccld/gccld.h Mon Oct 20 12:47:11 2003
@@ -1,4 +1,12 @@
//===- util.h - Utility functions header file -----------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
//
// This file contains function prototypes for the functions in util.cpp.
//
More information about the llvm-commits
mailing list