Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* trivial spelling error in sis
@ 2008-06-09 15:51 Joel Sherrill
  2008-06-09 23:49 ` Michael Snyder
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Sherrill @ 2008-06-09 15:51 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

Hi,

There is a spelling error in the message the
SPARC Instruction Simulator prints at startup.
It apparently has been incorrect 13 years and
no one has fixed it. LOL!

Would someone kindly commit the attached patch?
Thanks.

2006-06-09  Joel Sherrill <joel.sherrill@oarcorp.com>

    * sis.c: Correct spelling error.

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985



[-- Attachment #2: sis.c.diff --]
[-- Type: text/x-patch, Size: 496 bytes --]

--- /tmp/sis.c	2008-06-09 09:12:13.000000000 -0500
+++ ./sis.c	2008-06-09 09:12:21.000000000 -0500
@@ -177,7 +177,7 @@
     cfile = 0;
     for (i = 0; i < 64; i++)
 	cmdq[i] = 0;
-    printf("\n SIS - SPARC intruction simulator %s,  copyright Jiri Gaisler 1995\n", sis_version);
+    printf("\n SIS - SPARC instruction simulator %s,  copyright Jiri Gaisler 1995\n", sis_version);
     printf(" Bug-reports to jgais@wd.estec.esa.nl\n\n");
     while (stat < argc) {
 	if (argv[stat][0] == '-') {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: trivial spelling error in sis
  2008-06-09 15:51 trivial spelling error in sis Joel Sherrill
@ 2008-06-09 23:49 ` Michael Snyder
  2008-06-09 23:55   ` Daniel Jacobowitz
  2008-06-10 18:13   ` Joel Sherrill
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Snyder @ 2008-06-09 23:49 UTC (permalink / raw)
  To: Joel Sherrill, Daniel Jacobowitz; +Cc: gdb-patches

On Mon, 2008-06-09 at 09:14 -0500, Joel Sherrill wrote:
> Hi,
> 
> There is a spelling error in the message the
> SPARC Instruction Simulator prints at startup.
> It apparently has been incorrect 13 years and
> no one has fixed it. LOL!
> 
> Would someone kindly commit the attached patch?
> Thanks.
> 
> 2006-06-09  Joel Sherrill <joel.sherrill@oarcorp.com>
> 
>     * sis.c: Correct spelling error.

Committed.  Thank you.

Daniel, I see that you guys have been in there recently.
Hope I'm not stepping on any toes...




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: trivial spelling error in sis
  2008-06-09 23:49 ` Michael Snyder
@ 2008-06-09 23:55   ` Daniel Jacobowitz
  2008-06-10 18:13   ` Joel Sherrill
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel Jacobowitz @ 2008-06-09 23:55 UTC (permalink / raw)
  To: Michael Snyder; +Cc: Joel Sherrill, gdb-patches

On Mon, Jun 09, 2008 at 03:56:33PM -0700, Michael Snyder wrote:
> Daniel, I see that you guys have been in there recently.
> Hope I'm not stepping on any toes...

Not in the least :-)

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: trivial spelling error in sis
  2008-06-09 23:49 ` Michael Snyder
  2008-06-09 23:55   ` Daniel Jacobowitz
@ 2008-06-10 18:13   ` Joel Sherrill
  2008-06-10 18:19     ` Daniel Jacobowitz
  1 sibling, 1 reply; 6+ messages in thread
From: Joel Sherrill @ 2008-06-10 18:13 UTC (permalink / raw)
  To: Michael Snyder; +Cc: Daniel Jacobowitz, gdb-patches

Michael Snyder wrote:
> On Mon, 2008-06-09 at 09:14 -0500, Joel Sherrill wrote:
>   
>> Hi,
>>
>> There is a spelling error in the message the
>> SPARC Instruction Simulator prints at startup.
>> It apparently has been incorrect 13 years and
>> no one has fixed it. LOL!
>>
>> Would someone kindly commit the attached patch?
>> Thanks.
>>
>> 2006-06-09  Joel Sherrill <joel.sherrill@oarcorp.com>
>>
>>     * sis.c: Correct spelling error.
>>     
>
> Committed.  Thank you.
>
>   
Thank you.
> Daniel, I see that you guys have been in there recently.
> Hope I'm not stepping on any toes...
>
>   
What are you doing to sis?  Crossing fingers hoping
for signals rework on simulators. :)

>
>   


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: trivial spelling error in sis
  2008-06-10 18:13   ` Joel Sherrill
@ 2008-06-10 18:19     ` Daniel Jacobowitz
  2008-06-10 21:42       ` Joel Sherrill
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Jacobowitz @ 2008-06-10 18:19 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: Michael Snyder, gdb-patches

On Tue, Jun 10, 2008 at 12:22:45PM -0500, Joel Sherrill wrote:
> What are you doing to sis?  Crossing fingers hoping
> for signals rework on simulators. :)

Not a thing.  We were doing a bulk change to sim; I think that's all
Michael was referring to.

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: trivial spelling error in sis
  2008-06-10 18:19     ` Daniel Jacobowitz
@ 2008-06-10 21:42       ` Joel Sherrill
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Sherrill @ 2008-06-10 21:42 UTC (permalink / raw)
  To: Michael Snyder, gdb-patches

Daniel Jacobowitz wrote:
> On Tue, Jun 10, 2008 at 12:22:45PM -0500, Joel Sherrill wrote:
>   
>> What are you doing to sis?  Crossing fingers hoping
>> for signals rework on simulators. :)
>>     
>
> Not a thing.  We were doing a bulk change to sim; I think that's all
> Michael was referring to.
>   
OK.  Thanks.

--joel



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-06-10 18:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-09 15:51 trivial spelling error in sis Joel Sherrill
2008-06-09 23:49 ` Michael Snyder
2008-06-09 23:55   ` Daniel Jacobowitz
2008-06-10 18:13   ` Joel Sherrill
2008-06-10 18:19     ` Daniel Jacobowitz
2008-06-10 21:42       ` Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox