diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-12 02:03:58 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-12 02:03:58 +0000 |
| commit | d45cca86c0d5f2d52465fd95f7ee92390ed83f2f (patch) | |
| tree | b3ccd233b09357836d91029e19137843985c1fc3 | |
| parent | a80bbda119c4b8dc087056698453ea6777798bcf (diff) | |
| download | ppe42-gcc-d45cca86c0d5f2d52465fd95f7ee92390ed83f2f.tar.gz ppe42-gcc-d45cca86c0d5f2d52465fd95f7ee92390ed83f2f.zip | |
* config/h8300/t-h8300: Fix an obsolete comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73478 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 b07f54a6c4d..93dd845371f 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 a8b2981e397..28ea2cf71bd 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 |

