mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-28 00:44:21 +08:00
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
This commit is contained in:
parent
7b094d6e80
commit
38875aba47
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user