Commit 53251a55 by Kazu Hirata Committed by Kazu Hirata

lib1funcs.asm: Update the copyright.

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

From-SVN: r45269
parent 07322342
2001-08-29 Kazu Hirata <kazu@hxi.com> 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 * config/h8300/h8300.md (anonymous movhi pattern): Don't move
(reg n) to (mem (pre_dec (reg n)) (reg n) to (mem (pre_dec (reg n))
(anonymous movsi pattern): Likewise. (anonymous movsi pattern): Likewise.
......
;; libgcc routines for the Hitachi H8/300 CPU. ;; libgcc routines for the Hitachi H8/300 CPU.
;; Contributed by Steve Chamberlain <sac@cygnus.com> ;; 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 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 under the terms of the GNU General Public License as published by the
...@@ -502,10 +502,10 @@ reti: ...@@ -502,10 +502,10 @@ reti:
POPP S2P POPP S2P
rts rts
; takes A0/A1 numerator (A0P for 300h) ; takes A0/A1 numerator (A0P for 300H)
; A2/A3 denominator (A1P for 300h) ; A2/A3 denominator (A1P for 300H)
; returns A0/A1 quotient (A0P for 300h) ; returns A0/A1 quotient (A0P for 300H)
; S0/S1 remainder (S0P for 300h) ; S0/S1 remainder (S0P for 300H)
; trashes S2 ; trashes S2
#ifdef __H8300__ #ifdef __H8300__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment