[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp Linker.cpp gccld.cpp gccld.h

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 20 12:59:01 PDT 2003


Changes in directory llvm/tools/gccld:

GenerateCode.cpp updated: 1.8 -> 1.9
Linker.cpp updated: 1.10 -> 1.11
gccld.cpp updated: 1.56 -> 1.57
gccld.h updated: 1.2 -> 1.3

---
Log message:

fix file header



---
Diffs of the changes:  (+1 -5)

Index: llvm/tools/gccld/GenerateCode.cpp
diff -u llvm/tools/gccld/GenerateCode.cpp:1.8 llvm/tools/gccld/GenerateCode.cpp:1.9
--- llvm/tools/gccld/GenerateCode.cpp:1.8	Mon Oct 20 12:47:11 2003
+++ llvm/tools/gccld/GenerateCode.cpp	Mon Oct 20 12:58:43 2003
@@ -6,7 +6,6 @@
 // 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.10 llvm/tools/gccld/Linker.cpp:1.11
--- llvm/tools/gccld/Linker.cpp:1.10	Mon Oct 20 12:47:11 2003
+++ llvm/tools/gccld/Linker.cpp	Mon Oct 20 12:58:43 2003
@@ -6,7 +6,6 @@
 // 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.56 llvm/tools/gccld/gccld.cpp:1.57
--- llvm/tools/gccld/gccld.cpp:1.56	Mon Oct 20 12:47:11 2003
+++ llvm/tools/gccld/gccld.cpp	Mon Oct 20 12:58:43 2003
@@ -6,7 +6,6 @@
 // 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.2 llvm/tools/gccld/gccld.h:1.3
--- llvm/tools/gccld/gccld.h:1.2	Mon Oct 20 12:47:11 2003
+++ llvm/tools/gccld/gccld.h	Mon Oct 20 12:58:43 2003
@@ -1,4 +1,4 @@
-//===- util.h - Utility functions header file -----------------------------===//
+//===- gccld.h - Utility functions header file ----------------------------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
@@ -6,7 +6,6 @@
 // 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