Re: [PATCH 15/16] gcc: Use libgas and libld within the driver

2015-06-02 Thread Richard Biener
On Tue, Jun 2, 2015 at 1:06 PM, Trevor Saunders wrote: > On Tue, Jun 02, 2015 at 10:31:53AM +0200, Richard Biener wrote: >> On Mon, Jun 1, 2015 at 11:04 PM, David Malcolm wrote: >> > This patch adds the ability for gcc to be configured with: >> > --with-embedded-as >> > --with-embedded-ld >>

Re: [PATCH 15/16] gcc: Use libgas and libld within the driver

2015-06-02 Thread Trevor Saunders
On Tue, Jun 02, 2015 at 10:31:53AM +0200, Richard Biener wrote: > On Mon, Jun 1, 2015 at 11:04 PM, David Malcolm wrote: > > This patch adds the ability for gcc to be configured with: > > --with-embedded-as > > --with-embedded-ld > > If so, invocations of "as" and "ld" are detected in the gcc d

Re: [PATCH 15/16] gcc: Use libgas and libld within the driver

2015-06-02 Thread Richard Biener
On Mon, Jun 1, 2015 at 11:04 PM, David Malcolm wrote: > This patch adds the ability for gcc to be configured with: > --with-embedded-as > --with-embedded-ld > If so, invocations of "as" and "ld" are detected in the gcc driver, and > specialcased by invoking these in-process as shared libraries

[PATCH 15/16] gcc: Use libgas and libld within the driver

2015-06-01 Thread David Malcolm
This patch adds the ability for gcc to be configured with: --with-embedded-as --with-embedded-ld If so, invocations of "as" and "ld" are detected in the gcc driver, and specialcased by invoking these in-process as shared libraries. This is intended for use by libgccjit, when the driver itself