Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


^ permalink raw reply	[flat|nested] 24+ messages in thread
* [patch] run.c: Fix a typo in usage.
@ 2001-12-20 16:47 Kazu Hirata
  0 siblings, 0 replies; 24+ messages in thread
From: Kazu Hirata @ 2001-12-20 16:47 UTC (permalink / raw)
  To: gdb-patches

Hi,

Attached is a patch to fix comment formatting.  Committed as obvious.

Kazu Hirata

2001-12-20  Kazu Hirata  <kazu@hxi.com>

	* run.c (usage): Fix a typo.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.6
diff -u -r1.6 run.c
--- run.c	2001/03/07 20:19:41	1.6
+++ run.c	2001/12/21 00:44:25
@@ -318,7 +318,7 @@
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT


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

end of thread, other threads:[~2001-12-21  0:47 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-20 16:47 [patch] run.c: Fix a typo in usage Kazu Hirata
  -- strict thread matches above, loose matches on Subject: below --
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata
2001-12-20 16:47 Kazu Hirata

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