On 09/08/2014 05:57 AM, Dejan Latinovic wrote:>> From: H. Peter Anvin [hpa at zytor.com] >> Sent: Friday, September 05, 2014 7:13 PM >> To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems >> Subject: Re: [klibc] [PATCH] add mips64 support > >> Why copy the files rather than share them? > > Hi Peter, > here is new version of add-mips64-support-arch-mips32.patch, > with used existing mips32 assembler files. > > Is this solution more acceptable? >Yes, much better. -hpa
Hello, Any updates on mips64 support for klibc? Can I do anything to help merging mips64 changes? ________________________________________ From: H. Peter Anvin [hpa at zytor.com] Sent: Monday, September 08, 2014 8:45 PM To: Dejan Latinovic; YunQiang Su; klibc at zytor.com Subject: Re: [klibc] [PATCH] add mips64 support On 09/08/2014 05:57 AM, Dejan Latinovic wrote:>> From: H. Peter Anvin [hpa at zytor.com] >> Sent: Friday, September 05, 2014 7:13 PM >> To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems >> Subject: Re: [klibc] [PATCH] add mips64 support > >> Why copy the files rather than share them? > > Hi Peter, > here is new version of add-mips64-support-arch-mips32.patch, > with used existing mips32 assembler files. > > Is this solution more acceptable? >Yes, much better. -hpa
On 12/15/2014 05:56 AM, Dejan Latinovic wrote:> > Hello, > > Any updates on mips64 support for klibc? > > Can I do anything to help merging > mips64 changes? >Sorry, my personal life exploded in late August, and I have bee chronically behind ever since. Is this the only patch needed? From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> Subject: [PATCH] add-mips64-support-arch-mips32 Description: Add mips64 support, using existing mips32 code. - using mips32 assembler source files: pipe.S vfork.S syscall.S - sysstub.ph: copied over from klibc/arch/mips -hpa