2a949d1733
- Fix PLIST - no objection from maintainer in 5 days
22 lines
631 B
C
22 lines
631 B
C
*** gcc/config/fp-bit.h.orig Thu Oct 18 22:57:05 2001
|
|
--- gcc/config/fp-bit.h Thu Oct 18 22:58:46 2001
|
|
***************
|
|
*** 164,169 ****
|
|
--- 164,170 ----
|
|
# define divide fpdiv
|
|
# define compare fpcmp
|
|
# define si_to_float sitofp
|
|
+ # define usi_to_float uitofp
|
|
# define float_to_si fptosi
|
|
# define float_to_usi fptoui
|
|
# define negate __negsf2
|
|
***************
|
|
*** 176,181 ****
|
|
--- 177,183 ----
|
|
# define divide dpdiv
|
|
# define compare dpcmp
|
|
# define si_to_float litodp
|
|
+ # define usi_to_float ultodp
|
|
# define float_to_si dptoli
|
|
# define float_to_usi dptoul
|
|
# define negate __negdf2
|