This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH obvious] Remove outdated comment from call-rt-st.exp


Wasting some time while I rebuild.

From b119588847fd8c612d963857329ec9e4500e209c Mon Sep 17 00:00:00 2001
From: Ciro Santilli <ciro.santilli@gmail.com>
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  <ciro.santilli@gmail.com>

	* 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



--
1.9.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]