diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-11-12 02:03:58 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-11-12 02:03:58 +0000 |
commit | f24f58310584ba860fb7f7b47390f8afe6b9db03 (patch) | |
tree | b3ccd233b09357836d91029e19137843985c1fc3 | |
parent | dfad48c6e89fcfed91f31f3a23b4c904a7455d11 (diff) | |
download | gcc-f24f58310584ba860fb7f7b47390f8afe6b9db03.zip gcc-f24f58310584ba860fb7f7b47390f8afe6b9db03.tar.gz gcc-f24f58310584ba860fb7f7b47390f8afe6b9db03.tar.bz2 |
* config/h8300/t-h8300: Fix an obsolete comment.
From-SVN: r73478
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/h8300/t-h8300 | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b07f54a..93dd845 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-11 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/t-h8300: Fix an obsolete comment. + 2003-11-11 James E Wilson <wilson@specifixinc.com> * expmed.c (store_bit_field, extract_bit_field): Revert last two diff --git a/gcc/config/h8300/t-h8300 b/gcc/config/h8300/t-h8300 index a8b2981..28ea2cf 100644 --- a/gcc/config/h8300/t-h8300 +++ b/gcc/config/h8300/t-h8300 @@ -1,6 +1,3 @@ -# The three first floating point functions listed in LIB1ASMFUNCS (_fixsfdi, -# _floatdisf, and _fixunssfdi) are used to disable the inclusion of those -# from libgcc2.c. They do not actually exist in lib1funcs.asm. LIB1ASMSRC = h8300/lib1funcs.asm LIB1ASMFUNCS = _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3 \ _fixunssfsi_asm |