This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

[patch] config/tc-sh.c: Fix comments.


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
============================================================


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