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
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
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
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
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
, 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/