public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: [patch] config/tc-sh.c: Fix comments.
@ 2000-07-07  9:47 Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2000-07-07  9:47 UTC (permalink / raw)
  To: kazu; +Cc: binutils

Hi Kazu,

: 2000-07-06  Kazu Hirata  <kazu@hxi.com>
: 
: 	* config/tc-sh.c: Fix comments.

Approved and applied.

Cheers
	Nick

PS.  I also fixed a few more comments in the same file whilst checking
your patch in...

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

* [patch] config/tc-sh.c: Fix comments.
@ 2000-07-06 18:43 Kazu Hirata
  0 siblings, 0 replies; 2+ messages in thread
From: Kazu Hirata @ 2000-07-06 18:43 UTC (permalink / raw)
  To: binutils

Hi,

Attached is a patch to fix comments in gas/config/tc-sh.c.

It also fixes a possible typo in bfd/ChangeLog.

Thanks,

Kazu Hirata

2000-07-06  Kazu Hirata  <kazu@hxi.com>

	* config/tc-sh.c: Fix comments.

============================================================

Index: bfd/ChangeLog
===================================================================
RCS file: /cvs/src/src/bfd/ChangeLog,v
retrieving revision 1.501
diff -u -r1.501 ChangeLog
--- ChangeLog	2000/07/06 23:26:55	1.501
+++ ChangeLog	2000/07/07 01:38:27
@@ -2,7 +2,7 @@
 
 	* srec.c: Fix formatting.
 
-2000-06-05  DJ Delorie  <dj@redhat.com>
+2000-07-05  DJ Delorie  <dj@redhat.com>
 
 	* MAINTAINERS: new
 
Index: gas/config/tc-sh.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-sh.c,v
retrieving revision 1.16
diff -u -r1.16 tc-sh.c
--- tc-sh.c	2000/06/25 17:59:21	1.16
+++ tc-sh.c	2000/07/07 01:38:56
@@ -259,7 +259,8 @@
 
 #define IDENT_CHAR(c) (isalnum (c) || (c) == '_')
 
-/* try and parse a reg name, returns number of chars consumed */
+/* Try to parse a reg name.  Return the number of chars consumed.  */
+
 static int
 parse_reg (src, mode, reg)
      char *src;
@@ -1793,10 +1794,11 @@
 /* Equal to MAX_PRECISION in atof-ieee.c */
 #define MAX_LITTLENUMS 6
 
-/* Turn a string in input_line_pointer into a floating point constant of type
-   type, and store the appropriate bytes in *litP.  The number of LITTLENUMS
-   emitted is stored in *sizeP .  An error message is returned, or NULL on OK.
- */
+/* Turn a string in input_line_pointer into a floating point constant
+   of type TYPE, and store the appropriate bytes in *LITP.  The number
+   of LITTLENUMS emitted is stored in *SIZEP .  An error message is
+   returned, or NULL on OK.  */
+
 char *
 md_atof (type, litP, sizeP)
      int type;
@@ -2054,7 +2056,7 @@
 	  continue;
 	}
 
-      /* fscan should also be a fixup to a local symbol in the same
+      /* FSCAN should also be a fixup to a local symbol in the same
 	 section.  */
       sym = fscan->fx_addsy;
       if (sym == NULL
============================================================

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

end of thread, other threads:[~2000-07-07  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-07  9:47 [patch] config/tc-sh.c: Fix comments Nick Clifton
  -- strict thread matches above, loose matches on Subject: below --
2000-07-06 18:43 Kazu Hirata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).