Initialize new member of SOLARIS_ATTRIBUTE_TABLE
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 8 Dec 2017 09:27:40 +0000 (09:27 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 8 Dec 2017 09:27:40 +0000 (09:27 +0000)
* config/sol2.h (SOLARIS_ATTRIBUTE_TABLE): Initialize new member
of struct attribute_spec.

From-SVN: r255500

gcc/ChangeLog
gcc/config/sol2.h

index 95aea7ac6c43b6b76d68f12149420a3b5bb44ccb..4112576523c0f2efcecfe37b8e7273f60d977c55 100644 (file)
@@ -1,3 +1,8 @@
+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,
index 8174cebd1040232247dc1cde9eb601ee8ae399c8..69c713b875f42e87d80fd354a479f46d298993c7 100644 (file)
@@ -406,8 +406,8 @@ along with GCC; see the file COPYING3.  If not see
 /* #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.  */