This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [google]Pass --save-temps to the assembler (issue4436049)


On Tue, Apr 19, 2011 at 15:02, Easwaran Raman <eraman@google.com> wrote:
> This makes the gcc driver pass the --save-temps option to the assembler or assembler wrapper so that post-assembly tools like MAO can be integrated. Bootstraps on x86_64. Ok for google/main?
>
> 2011-04-19 ÂEaswaran Raman Â<eraman@google.com>
>
> Â Â Â Â* gcc/gcc.c (static const char *asm_options): Pass

No need to specify 'static const char *'.  Just 'asm_options'.

> Â Â Â Â--save-temps to the assembler.

Could you add a comment stating what version of binutils we need to use this?

I will commit this patch for you.  Given that you will be sending
other patches, please fill in the write access form at
http://sourceware.org/cgi-bin/pdw/ps_form.cgi


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]