[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp SJLJ-Exception.h crtend.c

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 4 17:21:03 PDT 2004



Changes in directory llvm/runtime/GCCLibraries/crtend:

SJLJ-Exception.cpp updated: 1.3 -> 1.4
SJLJ-Exception.h updated: 1.3 -> 1.4
crtend.c updated: 1.4 -> 1.5
---
Log message:

Add missing copyrights


---
Diffs of the changes:  (+21 -0)

Index: llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp
diff -u llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp:1.3 llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp:1.4
--- llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp:1.3	Sat Nov  8 18:29:51 2003
+++ llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp	Wed Aug  4 19:20:50 2004
@@ -1,4 +1,11 @@
 //===- SJLJ-Exception.cpp - SetJmp/LongJmp Exception Handling -------------===//
+// 
+//                     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 implements the API used by the Setjmp/Longjmp exception handling
 // runtime library.


Index: llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h
diff -u llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h:1.3 llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h:1.4
--- llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h:1.3	Sat Aug 30 18:18:07 2003
+++ llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h	Wed Aug  4 19:20:50 2004
@@ -1,4 +1,11 @@
 //===- SJLJ-Exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
+// 
+//                     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 defines the data structures and API used by the Setjmp/Longjmp
 // exception handling runtime library.


Index: llvm/runtime/GCCLibraries/crtend/crtend.c
diff -u llvm/runtime/GCCLibraries/crtend/crtend.c:1.4 llvm/runtime/GCCLibraries/crtend/crtend.c:1.5
--- llvm/runtime/GCCLibraries/crtend/crtend.c:1.4	Tue Feb 17 12:45:06 2004
+++ llvm/runtime/GCCLibraries/crtend/crtend.c	Wed Aug  4 19:20:51 2004
@@ -1,4 +1,11 @@
 /*===- crtend.c - Initialization code for programs ------------------------===*\
+ * 
+ *                     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 defines the __main function, which is used to run static
  * constructors and destructors in C++ programs, or with C programs that use GCC






More information about the llvm-commits mailing list