Commit e3fe057d by Mark Mitchell Committed by Mark Mitchell

unknown-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define using --start-group and --end-group.

	* config/arm/unknown-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define
	using --start-group and --end-group.

From-SVN: r104864
parent c83033e7
2005-10-01 Mark Mitchell <mark@codesourcery.com>
* config/arm/unknown-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define
using --start-group and --end-group.
2005-10-01 Diego Novillo <dnovillo@redhat.com>
* tree-vrp.c (value_inside_range, range_includes_zero_p): Add
......
......@@ -89,3 +89,9 @@
#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm7tdmi
#endif
/* The libgcc udivmod functions may throw exceptions. If newlib is
configured to support long longs in I/O, then printf will depend on
udivmoddi4, which will depend on the exception unwind routines,
which will depend on abort, which is defined in libc. */
#undef LINK_GCC_C_SEQUENCE_SPEC
#define LINK_GCC_C_SEQUENCE_SPEC "--start-group %G %L --end-group"
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