Commit 38875aba by Stephane Carrez Committed by Jakub Jelinek

sparc.c (DF_MODES_NO_S): Fix pr/3623, define to accept DFmode and DImode only.

	* config/sparc/sparc.c (DF_MODES_NO_S): Fix pr/3623, define to
	accept DFmode and DImode only.

From-SVN: r47497
parent 7b094d6e
2001-11-30 Stephane Carrez <Stephane.Carrez@sun.com>
* config/sparc/sparc.c (DF_MODES_NO_S): Fix pr/3623, define to
accept DFmode and DImode only.
2001-11-30 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.h (STARTING_FRAME_OFFSET): Adjust for altivec.
......
......@@ -3013,7 +3013,7 @@ enum sparc_mode_class {
#define DF_MODES (S_MODES | D_MODES)
/* Modes for double-float only quantities. */
#define DF_MODES_NO_S (D_MODES)
#define DF_MODES_NO_S ((1 << (int) D_MODE) | (1 << (int) DF_MODE))
/* Modes for quad-float only quantities. */
#define TF_ONLY_MODES (1 << (int) TF_MODE)
......
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