Fix arm-netbsdelf bootstrap.
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Mon, 5 Dec 2016 09:44:24 +0000 (09:44 +0000)
committerAndre Vieira <avieira@gcc.gnu.org>
Mon, 5 Dec 2016 09:44:24 +0000 (09:44 +0000)
    2016-12-025  Andre Vieira  <andre.simoesdiasvieira@arm.com>

* config/arm/arm.c (TARGET_ASM_INIT_SECTIONS): Fix wrong undef
location.

From-SVN: r243240

gcc/ChangeLog
gcc/config/arm/arm.c

index 730044c70861ffea9a3115d64656ef4b9a41f6fe..5d66a96f2fe7014daa8ee0fd27bab1f7411a2857 100644 (file)
@@ -1,3 +1,8 @@
+2016-12-025  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * config/arm/arm.c (TARGET_ASM_INIT_SECTIONS): Fix wrong undef
+       location.
+
 2016-12-05  Eric Botcazou  <ebotcazou@adacore.com>
 
        * config/sparc/sparc-protos.h (sparc_splitdi_legitimate): Rename to...
index ec1f5fc5e0d9ff8ba41778ff5bb698bc50eefc5b..437da6fe3d34978e7a3a72f7ec39dc76a54d6408 100644 (file)
@@ -595,8 +595,9 @@ static const struct attribute_spec arm_attribute_table[] =
 #undef TARGET_ASM_EMIT_EXCEPT_PERSONALITY
 #define TARGET_ASM_EMIT_EXCEPT_PERSONALITY arm_asm_emit_except_personality
 
-#undef TARGET_ASM_INIT_SECTIONS
 #endif /* ARM_UNWIND_INFO */
+
+#undef TARGET_ASM_INIT_SECTIONS
 #define TARGET_ASM_INIT_SECTIONS arm_asm_init_sections
 
 #undef TARGET_DWARF_REGISTER_SPAN