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
This commit is contained in:
John David Anglin 2009-02-17 23:42:44 +00:00 committed by John David Anglin
parent 418df9d79a
commit 8cd01fe6f0
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 */