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

Message ID 55BF1BA6.80907@gmail.com
State New, archived
Headers

Commit Message

Ciro Santilli Aug. 3, 2015, 7:43 a.m. UTC
  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(-)
  

Comments

Doug Evans Aug. 3, 2015, 3:26 p.m. UTC | #1
On Mon, Aug 3, 2015 at 12:43 AM, Ciro Santilli <ciro.santilli@gmail.com> wrote:
> 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.

LGTM
Nit, fix or not as you wish:  s/remove/Remove/

Thanks.
  
Ciro Santilli Aug. 3, 2015, 9:10 p.m. UTC | #2
Please nitpick away!

Do apply that sed before patching.

On Mon, Aug 3, 2015 at 5:26 PM, Doug Evans <dje@google.com> wrote:
> On Mon, Aug 3, 2015 at 12:43 AM, Ciro Santilli <ciro.santilli@gmail.com> wrote:
>> 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.
>
> LGTM
> Nit, fix or not as you wish:  s/remove/Remove/
>
> Thanks.
  

Patch

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