PR target/34587
* config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
From-SVN: r144251
+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
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 */