Commit 5ffd5f36 by Andre Vieira Committed by Andre Vieira

Fix arm-netbsdelf bootstrap.

    2016-12-025  Andre Vieira  <andre.simoesdiasvieira@arm.com>

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

From-SVN: r243240
parent 648e17d2
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> 2016-12-05 Eric Botcazou <ebotcazou@adacore.com>
* config/sparc/sparc-protos.h (sparc_splitdi_legitimate): Rename to... * config/sparc/sparc-protos.h (sparc_splitdi_legitimate): Rename to...
...@@ -595,8 +595,9 @@ static const struct attribute_spec arm_attribute_table[] = ...@@ -595,8 +595,9 @@ static const struct attribute_spec arm_attribute_table[] =
#undef TARGET_ASM_EMIT_EXCEPT_PERSONALITY #undef TARGET_ASM_EMIT_EXCEPT_PERSONALITY
#define TARGET_ASM_EMIT_EXCEPT_PERSONALITY arm_asm_emit_except_personality #define TARGET_ASM_EMIT_EXCEPT_PERSONALITY arm_asm_emit_except_personality
#undef TARGET_ASM_INIT_SECTIONS
#endif /* ARM_UNWIND_INFO */ #endif /* ARM_UNWIND_INFO */
#undef TARGET_ASM_INIT_SECTIONS
#define TARGET_ASM_INIT_SECTIONS arm_asm_init_sections #define TARGET_ASM_INIT_SECTIONS arm_asm_init_sections
#undef TARGET_DWARF_REGISTER_SPAN #undef TARGET_DWARF_REGISTER_SPAN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment