From patchwork Mon Aug 3 07:43:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ciro Santilli X-Patchwork-Id: 7976 Received: (qmail 84023 invoked by alias); 3 Aug 2015 07:43:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 84011 invoked by uid 89); 3 Aug 2015 07:43:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f173.google.com Received: from mail-wi0-f173.google.com (HELO mail-wi0-f173.google.com) (209.85.212.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 03 Aug 2015 07:43:40 +0000 Received: by wibxm9 with SMTP id xm9so108596700wib.0 for ; Mon, 03 Aug 2015 00:43:37 -0700 (PDT) X-Received: by 10.180.207.242 with SMTP id lz18mr28985446wic.66.1438587817558; Mon, 03 Aug 2015 00:43:37 -0700 (PDT) Received: from [192.168.0.10] (87-231-132-129.rev.numericable.fr. [87.231.132.129]) by smtp.googlemail.com with ESMTPSA id ny7sm12135825wic.11.2015.08.03.00.43.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 00:43:35 -0700 (PDT) Message-ID: <55BF1BA6.80907@gmail.com> Date: Mon, 03 Aug 2015 09:43:34 +0200 From: Ciro Santilli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [PATCH obvious] Remove outdated comment from call-rt-st.exp X-IsSubscribed: yes Wasting some time while I rebuild. From b119588847fd8c612d963857329ec9e4500e209c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 3 Aug 2015 09:34:00 +0200 Subject: [PATCH] Remove outdated comment from call-rt-st.exp The comment mentions call_return_struct.c, but the new C file is call-rt-st.c. gdb/testsuite/ 2015-08-03 Ciro Santilli * gdb.base/call-rt-st.exp: remove outdated comment. --- gdb/testsuite/gdb.base/call-rt-st.exp | 1 - 1 file changed, 1 deletion(-) diff --git a/gdb/testsuite/gdb.base/call-rt-st.exp b/gdb/testsuite/gdb.base/call-rt-st.exp index 46cdfa9..fcf5c29 100644 --- a/gdb/testsuite/gdb.base/call-rt-st.exp +++ b/gdb/testsuite/gdb.base/call-rt-st.exp @@ -16,7 +16,6 @@ # This file was written by Elena Zannoni (ezannoni@cygnus.com) # this file tests command line calls with functions returning structures -# corresponding source file: call_return_struct.c