This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

[comitted patch] Update the copyright and fix comment typos.


Hi,

Attached is a patch to update the copyright and fix comment typos in
config/h8300/lib1funcs.asm.  Comitted as obvious.

Thanks,

Kazu Hirata

2001-08-29  Kazu Hirata  <kazu@hxi.com>

	* config/h8300/lib1funcs.asm: Update the copyright.  Fix
	comment typos.

Index: lib1funcs.asm
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/lib1funcs.asm,v
retrieving revision 1.7
diff -u -r1.7 lib1funcs.asm
--- lib1funcs.asm	2001/08/29 14:45:35	1.7
+++ lib1funcs.asm	2001/08/29 16:32:42
@@ -1,7 +1,7 @@
 ;; libgcc routines for the Hitachi H8/300 CPU.
 ;; Contributed by Steve Chamberlain <sac@cygnus.com>
 
-/* Copyright (C) 1994, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 2000, 2001 Free Software Foundation, Inc.
 
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
@@ -502,10 +502,10 @@
 	POPP	S2P
 	rts	
 
-	; takes A0/A1 numerator (A0P for 300h)
-	; A2/A3 denominator (A1P for 300h)
-	; returns A0/A1 quotient (A0P for 300h)
-	; S0/S1 remainder (S0P for 300h)
+	; takes A0/A1 numerator (A0P for 300H)
+	; A2/A3 denominator (A1P for 300H)
+	; returns A0/A1 quotient (A0P for 300H)
+	; S0/S1 remainder (S0P for 300H)
 	; trashes S2
 
 #ifdef __H8300__


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