This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

[patch] gas: Fix comment/ChangeLog typos.


Hi,

Attached is a patch to fix comment/ChangeLog typos.  Committed as
obvious.

Kazu Hirata

2002-12-16  Kazu Hirata  <kazu@cs.umass.edu>

	* ChangeLog-9295: Fix a typo.
	* README: Likewise.
	* config/tc-d10v.c: Fix a comment typo.
	* config/tc-dlx.c: Likewise.
	* config/tc-h8300.h: Likewise.
	* config/tc-h8500.h: Likewise.
	* config/tc-mips.c: Likewise.
	* config/tc-s390.c: Likewise.
	* config/tc-sh.h: Likewise.
	* config/tc-tic80.h: Likewise.
	* config/tc-w65.h: Likewise.
	* config/tc-z8k.c: Likewise.
	* config/tc-z8k.h: Likewise.
	* testsuite/gas/h8300/cmpsi2.s: Likewise.

Index: ChangeLog-9295
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog-9295,v
retrieving revision 1.2
diff -u -r1.2 ChangeLog-9295
--- ChangeLog-9295	8 Mar 2001 23:06:04 -0000	1.2
+++ ChangeLog-9295	17 Dec 2002 01:04:42 -0000
@@ -10401,7 +10401,7 @@
 
 Thu Jul  8 07:25:25 1993  Doug Evans  (dje@canuck.cygnus.com)
 
-	* config/tc-h8300.h (TC_CONS_RELOC): Use R_RELLONG if h8/300h.
+	* config/tc-h8300.h (TC_CONS_RELOC): Use R_RELLONG if H8/300H.
 
 Wed Jul  7 18:11:07 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
 
Index: README
===================================================================
RCS file: /cvs/src/src/gas/README,v
retrieving revision 1.4
diff -u -r1.4 README
--- README	19 Jul 2001 10:43:12 -0000	1.4
+++ README	17 Dec 2002 01:04:42 -0000
@@ -180,7 +180,7 @@
 	decstation-bsd (a.out format, to be used in BSD 4.4)
 	ebmon29k
 	go32 (DOS on i386, with DJGPP -- old a.out version)
-	h8/300, h8/500 (Hitachi)
+	H8/300, H8/500 (Hitachi)
 	i386-aix (ps/2)
 	i960-coff
 	mips ecoff (decstation-ultrix, iris, mips magnum, mips-idt-ecoff)
Index: config/tc-d10v.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-d10v.c,v
retrieving revision 1.30
diff -u -r1.30 tc-d10v.c
--- config/tc-d10v.c	30 Nov 2002 08:39:43 -0000	1.30
+++ config/tc-d10v.c	17 Dec 2002 01:04:43 -0000
@@ -651,7 +651,7 @@
 	      fixups->fix[fixups->fc].reloc =
 		get_reloc ((struct d10v_operand *) &d10v_operands[opcode->operands[i]]);
 
-	      /* Check that a immediate was passed to ops that expect one. */
+	      /* Check that an immediate was passed to ops that expect one.  */
 	      if ((flags & OPERAND_NUM)
 		  && (fixups->fix[fixups->fc].reloc == 0))
 		as_bad (_("operand is not an immediate"));
Index: config/tc-dlx.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-dlx.c,v
retrieving revision 1.4
diff -u -r1.4 tc-dlx.c
--- config/tc-dlx.c	30 Nov 2002 08:39:43 -0000	1.4
+++ config/tc-dlx.c	17 Dec 2002 01:04:44 -0000
@@ -585,7 +585,7 @@
 	  /* Searching for (/[ which will match the ]/).  */
 	  for (pb = idx - 1; str[pb] != match; pb -= 1)
 	    /* Match can only be either '[' or '(', if it is
-	       '(' then this can be an normal expression, we'll treat
+	       '(' then this can be a normal expression, we'll treat
 	       it as an operand.  */
 	    if (str[pb] == endm || pb < (idx - 5))
 	      goto load_no_rs1;
Index: config/tc-h8300.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-h8300.h,v
retrieving revision 1.8
diff -u -r1.8 tc-h8300.h
--- config/tc-h8300.h	5 Sep 2002 00:01:17 -0000	1.8
+++ config/tc-h8300.h	17 Dec 2002 01:04:44 -0000
@@ -41,7 +41,7 @@
 
 #define WORKING_DOT_WORD
 
-/* This macro translates between an internal fix and an coff reloc type */
+/* This macro translates between an internal fix and a coff reloc type.  */
 #define TC_COFF_FIX2RTYPE(fixP) abort ();
 
 #define BFD_ARCH bfd_arch_h8300
Index: config/tc-h8500.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-h8500.h,v
retrieving revision 1.4
diff -u -r1.4 tc-h8500.h
--- config/tc-h8500.h	12 Dec 2002 22:34:05 -0000	1.4
+++ config/tc-h8500.h	17 Dec 2002 01:04:44 -0000
@@ -28,7 +28,7 @@
 
 #define WORKING_DOT_WORD
 
-/* This macro translates between an internal fix and an coff reloc type */
+/* This macro translates between an internal fix and a coff reloc type.  */
 #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)
 
 #define BFD_ARCH bfd_arch_h8500
Index: config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.182
diff -u -r1.182 tc-mips.c
--- config/tc-mips.c	12 Dec 2002 04:40:07 -0000	1.182
+++ config/tc-mips.c	17 Dec 2002 01:04:49 -0000
@@ -3818,7 +3818,7 @@
 	   dsll32	$reg,0
 	   daddu	$reg,$reg,$at
 
-	 If $at is already in use, we use an path which is suboptimal
+	 If $at is already in use, we use a path which is suboptimal
 	 on superscalar processors.
 	   lui		$reg,<sym>		(BFD_RELOC_MIPS_HIGHEST)
 	   daddiu	$reg,<sym>		(BFD_RELOC_MIPS_HIGHER)
@@ -4854,7 +4854,7 @@
 	      dsll32	$tempreg,0
 	      daddu	$tempreg,$tempreg,$at
 
-	    If $at is already in use, we use an path which is suboptimal
+	    If $at is already in use, we use a path which is suboptimal
 	    on superscalar processors.
 	      lui	$tempreg,<sym>		(BFD_RELOC_MIPS_HIGHEST)
 	      daddiu	$tempreg,<sym>		(BFD_RELOC_MIPS_HIGHER)
Index: config/tc-s390.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-s390.c,v
retrieving revision 1.24
diff -u -r1.24 tc-s390.c
--- config/tc-s390.c	30 Nov 2002 08:39:44 -0000	1.24
+++ config/tc-s390.c	17 Dec 2002 01:04:50 -0000
@@ -1650,7 +1650,7 @@
 }
 
 /* Return true if we must always emit a reloc for a type and false if
-   there is some hope of resolving it a assembly time.  */
+   there is some hope of resolving it at assembly time.  */
 int
 tc_s390_force_relocation (fixp)
      struct fix *fixp;
Index: config/tc-sh.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-sh.h,v
retrieving revision 1.23
diff -u -r1.23 tc-sh.h
--- config/tc-sh.h	30 Nov 2002 08:39:44 -0000	1.23
+++ config/tc-sh.h	17 Dec 2002 01:04:50 -0000
@@ -138,7 +138,7 @@
 
 #define DO_NOT_STRIP 0
 
-/* This macro translates between an internal fix and an coff reloc type */
+/* This macro translates between an internal fix and a coff reloc type.  */
 #define TC_COFF_FIX2RTYPE(fix) ((fix)->fx_r_type)
 
 #define BFD_ARCH TARGET_ARCH
Index: config/tc-tic80.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-tic80.h,v
retrieving revision 1.4
diff -u -r1.4 tc-tic80.h
--- config/tc-tic80.h	12 Dec 2002 21:34:53 -0000	1.4
+++ config/tc-tic80.h	17 Dec 2002 01:04:50 -0000
@@ -52,7 +52,7 @@
 
 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL)
 
-/* This macro translates between an internal fix and an coff reloc type */
+/* This macro translates between an internal fix and a coff reloc type. */
 
 #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)
 
Index: config/tc-w65.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-w65.h,v
retrieving revision 1.6
diff -u -r1.6 tc-w65.h
--- config/tc-w65.h	3 Dec 2002 12:01:44 -0000	1.6
+++ config/tc-w65.h	17 Dec 2002 01:04:50 -0000
@@ -29,7 +29,7 @@
 
 #define WORKING_DOT_WORD
 
-/* This macro translates between an internal fix and an coff reloc type */
+/* This macro translates between an internal fix and a coff reloc type.  */
 #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype (fixP)
 
 #define BFD_ARCH bfd_arch_w65
Index: config/tc-z8k.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-z8k.c,v
retrieving revision 1.20
diff -u -r1.20 tc-z8k.c
--- config/tc-z8k.c	12 Dec 2002 21:27:58 -0000	1.20
+++ config/tc-z8k.c	17 Dec 2002 01:04:50 -0000
@@ -871,7 +871,7 @@
 
 	  if ((mode & CLASS_MASK) != (this_try->arg_info[i] & CLASS_MASK))
 	    {
-	      /* It could be an pc rel operand, if this is a da mode
+	      /* It could be a pc rel operand, if this is a da mode
 		 and we like disps, then insert it.  */
 
 	      if (mode == CLASS_DA && this_try->arg_info[i] == CLASS_DISP)
Index: config/tc-z8k.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-z8k.h,v
retrieving revision 1.4
diff -u -r1.4 tc-z8k.h
--- config/tc-z8k.h	8 Mar 2001 23:24:25 -0000	1.4
+++ config/tc-z8k.h	17 Dec 2002 01:04:50 -0000
@@ -33,7 +33,7 @@
 #define LOCAL_LABEL(x) 0
 #endif
 
-/* This macro translates between an internal fix and an coff reloc type */
+/* This macro translates between an internal fix and a coff reloc type.  */
 #define TC_COFF_FIX2RTYPE(fixP) abort ();
 
 #define BFD_ARCH bfd_arch_z8k
Index: testsuite/gas/h8300/cmpsi2.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/h8300/cmpsi2.s,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 cmpsi2.s
--- testsuite/gas/h8300/cmpsi2.s	3 May 1999 07:28:49 -0000	1.1.1.1
+++ testsuite/gas/h8300/cmpsi2.s	17 Dec 2002 01:04:51 -0000
@@ -1,5 +1,5 @@
 # 1 "libgcc1.S"
-;; libgcc1 routines for the Hitachi h8/300 cpu.
+;; libgcc1 routines for the Hitachi H8/300 cpu.
 ;; Contributed by Steve Chamberlain.
 ;; sac@cygnus.com
 	.section .text


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