[PATCH] [DOC] [MIPS] add microMIPS option into doc

2012-11-14 Thread Jia Liu
Hi all, Little change, add microMIPS option. Please checkin if it is OK. Regards, Jia 2012-11-15 Jia Liu * gcc/doc/invoke.texi: Add microMIPS option. Signed-off-by: Jia Liu --- gcc/doc/invoke.texi |7 +++ 1 file changed, 7 insertions(+) diff --git a/gcc/doc/invoke.texi

Re: [PATCH, doc] Separate sections in Chapter Plugins and LTO

2012-09-21 Thread Jia Liu
Hi Richard, On Fri, Sep 21, 2012 at 6:14 PM, Richard Guenther wrote: > On Fri, Sep 21, 2012 at 11:21 AM, Jia Liu wrote: >> Hi Richard, >> >> Thank you very much for comment. >> >> And, is this time OK? > > Yes. May you check in it for me please? Thank y

Re: [PATCH, doc] Separate sections in Chapter Plugins and LTO

2012-09-21 Thread Jia Liu
Hi Richard, Thank you very much for comment. And, is this time OK? On Fri, Sep 21, 2012 at 5:11 PM, Richard Guenther wrote: > On Fri, Sep 21, 2012 at 2:23 AM, Jia Liu wrote: >> Hi all, >> >> Currently the Chapter Plugins and LTO is all in one html page, >> the o

[PATCH, doc] Separate sections in Chapter Plugins and LTO

2012-09-20 Thread Jia Liu
Hi all, Currently the Chapter Plugins and LTO is all in one html page, the other chapters are separated into sections. So I separated them to make them easier reading. Is this patch OK? Regards, Jia 2012-09-21 Jia Liu * gcc/doc/lto.texi: Separate sections. * gcc/doc

Re: [PATCH] [LM32] Fix lm32-elf-gcc build error by remove unnecessary constant legitimate check.

2012-07-12 Thread Jia Liu
Hi Hans, On Thu, Jul 12, 2012 at 10:04 AM, Hans-Peter Nilsson wrote: > On Tue, 10 Jul 2012, Jia Liu wrote: >> Hi all, >> >> When I build lm32-elf-gcc, it failed at libgcc configure due to >> lm32-elf-cc1 segment fault when compile conftest.c: >> >> void bar

[PATCH] [LM32] Fix lm32-elf-gcc build error by remove unnecessary constant legitimate check.

2012-07-10 Thread Jia Liu
, rtx operands[2]) { static bool lm32_legitimate_constant_p (enum machine_mode mode, rtx x) { - /* 32-bit addresses require multiple instructions. */ - if (!flag_pic && reloc_operand (x, mode)) -return false; - return true; } -- ChangeLog 2012-07-10 Jia Liu gcc/