gcc/
* config/riscv/riscv.h (MAX_FIXED_MODE_SIZE): New.
From-SVN: r257114
2018-01-26 Jim Wilson <jimw@sifive.com>
+ * config/riscv/riscv.h (MAX_FIXED_MODE_SIZE): New.
+
* config/riscv/elf.h (LIB_SPEC): Don't include -lgloss when nosys.specs
specified.
#define PCC_BITFIELD_TYPE_MATTERS 1
+/* An integer expression for the size in bits of the largest integer machine
+ mode that should actually be used. We allow pairs of registers. */
+#define MAX_FIXED_MODE_SIZE GET_MODE_BITSIZE (TARGET_64BIT ? TImode : DImode)
+
/* If defined, a C expression to compute the alignment for a static
variable. TYPE is the data type, and ALIGN is the alignment that
the object would ordinarily have. The value of this macro is used