From cbbb7af7461cc897920c5924c6bdc1fe3b86a7e5 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 17 Mar 2011 19:47:28 +0000 Subject: Import compiler-rt r127823. Changes: - License change; now it's also dual licensed under the MIT licence. - Addition of divmodsi4 and udivmodsi4. --- lib/enable_execute_stack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/enable_execute_stack.c') diff --git a/lib/enable_execute_stack.c b/lib/enable_execute_stack.c index 193e7db..7ab8e8d 100644 --- a/lib/enable_execute_stack.c +++ b/lib/enable_execute_stack.c @@ -2,8 +2,8 @@ * * The LLVM Compiler Infrastructure * - * This file is distributed under the University of Illinois Open Source - * License. See LICENSE.TXT for details. + * This file is dual licensed under the MIT and the University of Illinois Open + * Source Licenses. See LICENSE.TXT for details. * * ===----------------------------------------------------------------------=== */ -- cgit v1.1