Commit 45e24d08 by David Edelsohn Committed by Jim Wilson

Patch from David Edelsohn. Use AIX float.h file.

	* configure.in ({rs6000,powerpc}-ibm-aix*): Set float_format to none.
	* configure: Rebuilt.

From-SVN: r25734
parent 2aa11e97
Fri Mar 12 20:26:32 1999 David Edelsohn <edelsohn@mhpcc.edu>
* configure.in ({rs6000,powerpc}-ibm-aix*): Set float_format to none.
* configure: Rebuilt.
Fri Mar 12 20:45:30 1999 J"orn Rennecke <amylaar@cygnus.co.uk> Fri Mar 12 20:45:30 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* unroll.c (loop_iterations): Don't return a final value for EQ * unroll.c (loop_iterations): Don't return a final value for EQ
......
...@@ -2836,6 +2836,7 @@ changequote(,)dnl ...@@ -2836,6 +2836,7 @@ changequote(,)dnl
changequote([,])dnl changequote([,])dnl
tm_file=rs6000/aix31.h tm_file=rs6000/aix31.h
xmake_file=rs6000/x-aix31 xmake_file=rs6000/x-aix31
float_format=none
use_collect2=yes use_collect2=yes
;; ;;
changequote(,)dnl changequote(,)dnl
...@@ -2848,6 +2849,7 @@ changequote([,])dnl ...@@ -2848,6 +2849,7 @@ changequote([,])dnl
else else
tmake_file=rs6000/t-newas tmake_file=rs6000/t-newas
fi fi
float_format=none
use_collect2=yes use_collect2=yes
;; ;;
changequote(,)dnl changequote(,)dnl
...@@ -2866,6 +2868,7 @@ changequote([,])dnl ...@@ -2866,6 +2868,7 @@ changequote([,])dnl
tmake_file=rs6000/t-newas tmake_file=rs6000/t-newas
fi fi
xmake_file=rs6000/x-aix41 xmake_file=rs6000/x-aix41
float_format=none
use_collect2=yes use_collect2=yes
;; ;;
changequote(,)dnl changequote(,)dnl
...@@ -2879,6 +2882,7 @@ changequote([,])dnl ...@@ -2879,6 +2882,7 @@ changequote([,])dnl
tmake_file=rs6000/t-aix43 tmake_file=rs6000/t-aix43
fi fi
xmake_file=rs6000/x-aix43 xmake_file=rs6000/x-aix43
float_format=none
use_collect2=yes use_collect2=yes
;; ;;
changequote(,)dnl changequote(,)dnl
...@@ -2892,12 +2896,15 @@ changequote([,])dnl ...@@ -2892,12 +2896,15 @@ changequote([,])dnl
tmake_file=rs6000/t-aix43 tmake_file=rs6000/t-aix43
fi fi
xmake_file=rs6000/x-aix43 xmake_file=rs6000/x-aix43
float_format=none
use_collect2=yes use_collect2=yes
;; ;;
rs6000-ibm-aix*) rs6000-ibm-aix*)
float_format=none
use_collect2=yes use_collect2=yes
;; ;;
rs6000-bull-bosx) rs6000-bull-bosx)
float_format=none
use_collect2=yes use_collect2=yes
;; ;;
rs6000-*-mach*) rs6000-*-mach*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment