diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-03-28 11:06:58 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-03-28 11:06:58 +0000 |
commit | dd350eba538e72107948333b2540d059a096563a (patch) | |
tree | e52b352713c441bb191f1a0db24b3dadefd2fcce /gcc | |
parent | 2438d7a61fd4ac2cbc115c1918c8ed0389ce6868 (diff) | |
download | gcc-dd350eba538e72107948333b2540d059a096563a.zip gcc-dd350eba538e72107948333b2540d059a096563a.tar.gz gcc-dd350eba538e72107948333b2540d059a096563a.tar.bz2 |
re PR testsuite/48245 (FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*)
PR target/48245
* config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
Co-Authored-By: Iain Sandoe <iains@gcc.gnu.org>
From-SVN: r171598
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/darwin.h | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c2b931..b20a708 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + Iain Sandoe <iains@gcc.gnu.org> + + PR target/48245 + * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC. + 2011-03-28 Eric Botcazou <ebotcazou@adacore.com> * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype. diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index e3f6960..2f5b638 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -184,8 +184,9 @@ extern GTY(()) int darwin_ms_struct; #define LINK_COMMAND_SPEC_A \ "%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\ - %(linker) \ - %{flto*:%<fcompare-debug*} \ + %(linker)" \ + LINK_PLUGIN_SPEC \ + "%{flto*:%<fcompare-debug*} \ %{flto*} \ %l %X %{s} %{t} %{Z} %{u*} \ %{e*} %{r} \ |