+2017-12-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * config/sol2.h (SOLARIS_ATTRIBUTE_TABLE): Initialize new member
+ of struct attribute_spec.
+
2017-12-08 Julia Koval <julia.koval@intel.com>
* config/i386/avx512vnniintrin.h (_mm512_dpwssds_epi32,
/* #pragma init and #pragma fini are implemented on top of init and
fini attributes. */
#define SOLARIS_ATTRIBUTE_TABLE \
- { "init", 0, 0, true, false, false, NULL, false }, \
- { "fini", 0, 0, true, false, false, NULL, false }
+ { "init", 0, 0, true, false, false, NULL, false, NULL }, \
+ { "fini", 0, 0, true, false, false, NULL, false, NULL }
/* Solaris-specific #pragmas are implemented on top of attributes. Hook in
the bits from config/sol2.c. */