Re: [PATCH] RISC-V: THead: Fix missing CFI directives for th.sdd in prologue.

2023-10-04 Thread
On 10/4/23 15:49, Xianmiao Qu wrote: > > From: quxm > I'm sorry for posting the wrong username and email. If someone helps me merge the code later, please delete this line for me (Just use the username and email from the email I am currently sending, Xianmiao Qu ). Thanks, Xianmiao

[PATCH, csky] Force .init_array suppor for GLIBC

2018-12-04 Thread
Hi, I have submitted a patch to force .init_array suppor for GLIBC Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 266812) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,7 @@ +2018-12-05 Xianmiao Qu + +

[PATCH, csky] Update linux-unwind.h for kernel

2018-11-15 Thread
Hi, I have submitted a patch to update linux-unwind for kernel Index: libgcc/ChangeLog === --- libgcc/ChangeLog(revision 266199) +++ libgcc/ChangeLog(working copy) @@ -1,5 +1,11 @@ 2018-11-15 Xianmiao Qu +

Re: [PATCH, csky] Update dynamic linker'name

2018-11-15 Thread
Hi, GNU_USER_DYNAMIC_LINKER is defined in linux.h, it will expand to GLIBC_DYNAMIC_LINKER when configured with glibc > 在 2018年11月15日,下午6:30,Richard Biener 写道: > > On Thu, Nov 15, 2018 at 7:02 AM 瞿仙淼 wrote: >> >> Hi, >>I have submitted a patch to

[PATCH, csky] Update dynamic linker'name

2018-11-14 Thread
Hi, I have submitted a patch to update dynamic linker'name Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 266171) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,9 @@ +2018-11-15 Xianmiao Qu + + * conf

[PATCH, csky] Update linux-unwind.h

2018-11-13 Thread
Hi, I have submitted a patch to update linux-unwind for C-SKY Index: libgcc/ChangeLog === --- libgcc/ChangeLog(revision 266056) +++ libgcc/ChangeLog(working copy) @@ -1,3 +1,9 @@ +2018-11-13 Xianmiao Qu + +

[PATCH, csky] Handle -frounding-math.

2018-11-11 Thread
Hi, I have submitted a patch to handle -frounding-math for C-SKY Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 266023) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,8 @@ +2018-11-11 Xianmiao Qu + +

[PATCH, csky] Support -profile

2018-11-11 Thread
Hi, I have submitted a patch to support ‘-profile' for C-SKY Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 266012) +++ gcc/ChangeLog (working copy) @@ -1,5 +1,9 @@ 2018-11-11 Xianmiao Qu + * co

[PATCH, csky] Define ASM_PREFERRED_EH_DATA_FORMAT

2018-11-11 Thread
Hi, I have submitted a patch to Define ASM_PREFERRED_EH_DATA_FORMAT for C-SKY Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 266011) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,7 @@ +2018-11-11 Xianmiao Q

Re: [PATCH, csky] add an earlyclobber for two patterns

2018-09-08 Thread
I forgot to say that I have submitted this patch. > 在 2018年9月9日,下午12:20,瞿仙淼 写道: > > Hello! > > Two patterns were missing an earlyclobber. > > > Index: gcc/ChangeLog > === > --- gcc/

[PATCH, csky] add an earlyclobber for two patterns

2018-09-08 Thread
Hello! Two patterns were missing an earlyclobber. Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 264177) +++ gcc/ChangeLog (revision 264176) @@ -1,8 +1,3 @@ -2018-09-09 Xianmiao Qu - - * config/csk

Re: [0/5] C-SKY port

2018-08-01 Thread
>>> We expect that >>> C-SKY will also be providing a public link to the processor and ABI >>> documentation at some point. >> >> The ABI manual has been posted, but not the ISA documentation yet. (I'd >> guess >> that when it does show up it will be in the same place, though.) >> >> https://

Re: [2/5] C-SKY port: Backend implementation

2018-07-25 Thread
> 在 2018年7月25日,上午5:24,Jeff Law 写道: > > On 07/24/2018 12:18 PM, Sandra Loosemore wrote: >> On 07/24/2018 09:45 AM, Jeff Law wrote: >>> On 07/23/2018 10:21 PM, Sandra Loosemore wrote: >>> I'm not a big fan of more awk code, but I'm not going to object to it :-) >>> >>> Why does the port have its