]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lib1funcs.asm: Update the copyright.
authorKazu Hirata <kazu@hxi.com>
Wed, 29 Aug 2001 16:37:13 +0000 (16:37 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 29 Aug 2001 16:37:13 +0000 (16:37 +0000)
* config/h8300/lib1funcs.asm: Update the copyright.  Fix
comment typos.

From-SVN: r45269

gcc/ChangeLog
gcc/config/h8300/lib1funcs.asm

index e82e9cb56660c4fc59abad7c8ce6c13f1e783387..89ace6633842cc154637a25b3817971901c0a0f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-29  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/lib1funcs.asm: Update the copyright.  Fix
+       comment typos.
+
 2001-08-29  Kazu Hirata  <kazu@hxi.com>
 
        * config/h8300/h8300.md (anonymous movhi pattern): Don't move
index e0f633e8a6c9e31eeb8a779cd382ab85778d4149..3a1ad2b759976758eb81fbc7066ba50e1db13195 100644 (file)
@@ -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 @@ reti:
        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__