diff options
Diffstat (limited to 'gcc')
| -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 |
