* config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144251
138bc75d-0d04-0410-961f-
82ee72b054a4
+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 */