Commit 8cd01fe6 by John David Anglin Committed by John David Anglin

re PR target/34587 (gcc.dg/initpri1.c fails on *-apple-darwin)

	PR target/34587
	* config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.

From-SVN: r144251
parent 418df9d7
2009-02-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/34587
* config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
2009-02-18 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/36922
......
......@@ -998,4 +998,8 @@ extern void darwin_default_min_version (int * argc, char *** argv);
darwin_default_min_version (&argc, &argv)
#endif /* CROSS_DIRECTORY_STRUCTURE */
/* The Apple assembler and linker do not support constructor priorities. */
#undef SUPPORTS_INIT_PRIORITY
#define SUPPORTS_INIT_PRIORITY 0
#endif /* CONFIG_DARWIN_H */
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