summaryrefslogtreecommitdiffstats
path: root/devel/mipsel-linux-gcc/files/patch-gcc::config::fp-bit.h
blob: 69f81099ee05d2807b1b45c83cb40a3bdbf01515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*** 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
OpenPOWER on IntegriCloud