]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/h8300/h8300.c
* config/h8300/h8300-protos.h: Add prototypes for
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Dec 2002 14:54:50 +0000 (14:54 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Dec 2002 14:54:50 +0000 (14:54 +0000)
commitaa3382b145b9ccb370cad6ef44e43ad4232fa5f4
treea08b54b1749e9b3bbc8bde196389a1c049a0d898
parente755b28b31d9fa8b83ba4a48f37062c9a3bd9484
* config/h8300/h8300-protos.h: Add prototypes for
output_plussi, compute_plussi_length, and compute_plussi_cc.
* config/h8300/h8300.c (output_plussi): New.
(compute_plussi_length): Likewise.
(compute_plussi_cc): Likewise.
* config/h8300/h8300.md (addsi_h8300h): Call
output_plussi, compute_plussi_length, and compute_plussi_cc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60500 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.md