From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17502 invoked by alias); 18 Nov 2014 10:19:39 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 17492 invoked by uid 89); 18 Nov 2014 10:19:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp15.uk.ibm.com Received: from e06smtp15.uk.ibm.com (HELO e06smtp15.uk.ibm.com) (195.75.94.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 18 Nov 2014 10:19:37 +0000 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 18 Nov 2014 10:19:33 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 18 Nov 2014 10:19:32 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 4AFFA1B08040 for ; Tue, 18 Nov 2014 10:19:43 +0000 (GMT) Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sAIAJVqk15860034 for ; Tue, 18 Nov 2014 10:19:31 GMT Received: from d06av12.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sAIAJVuJ012151 for ; Tue, 18 Nov 2014 03:19:31 -0700 Received: from bl3ahm9f.de.ibm.com (dyn-9-152-212-122.boeblingen.de.ibm.com [9.152.212.122]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sAIAJUIp012096 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Tue, 18 Nov 2014 03:19:30 -0700 Received: from dvogt by bl3ahm9f.de.ibm.com with local (Exim 4.76) (envelope-from ) id 1Xqfsf-0007IL-PC; Tue, 18 Nov 2014 11:19:29 +0100 Date: Tue, 18 Nov 2014 10:19:00 -0000 From: Dominik Vogt To: libffi-discuss@sourceware.org Subject: [PATCH 4/7] Merge of gcc patches Message-ID: <20141118101929.GE26714@linux.vnet.ibm.com> Reply-To: libffi-discuss@sourceware.org Mail-Followup-To: libffi-discuss@sourceware.org References: <20141118101743.GA26714@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="gDGSpKKIBgtShtf+" Content-Disposition: inline In-Reply-To: <20141118101743.GA26714@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14111810-0021-0000-0000-000001D1D84D X-IsSubscribed: yes X-SW-Source: 2014/txt/msg00228.txt.bz2 --gDGSpKKIBgtShtf+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 64 Patch 4. Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany --gDGSpKKIBgtShtf+ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=0004-ChangeLog Content-length: 143 ChangeLog 2014-05-20 Sebastian Huber * testsuite/lib/libffi.exp (load_gcc_lib): Register loaded libs. --gDGSpKKIBgtShtf+ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0004-testsuite-lib-libffi.exp-load_gcc_lib-Register-loade.patch" Content-length: 755 >From 4adc90da7f6d6f069f79a27362473e3d7bfac7b3 Mon Sep 17 00:00:00 2001 From: jasonwucj Date: Tue, 20 May 2014 08:20:06 +0000 Subject: [PATCH 4/7] testsuite/lib/libffi.exp (load_gcc_lib): Register loaded libs. --- testsuite/lib/libffi.exp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuite/lib/libffi.exp b/testsuite/lib/libffi.exp index 5051d31..b1dd1fa 100644 --- a/testsuite/lib/libffi.exp +++ b/testsuite/lib/libffi.exp @@ -15,8 +15,10 @@ # . proc load_gcc_lib { filename } { - global srcdir + global srcdir loaded_libs + load_file $srcdir/lib/$filename + set loaded_libs($filename) "" } load_lib dg.exp -- 1.8.4.2 --gDGSpKKIBgtShtf+--