[klibc] [PATCH] add mips64 support

H. Peter Anvin hpa at zytor.com
Tue Aug 26 20:34:49 PDT 2014


On 07/14/2014 05:24 AM, Dejan Latinovic wrote:
> 
> 
> Hello,
> I apologize for a late response.
> 
> 
> I have crated a new version of patch with mips64 support for klibc.
> 
> 
> Here are some changes:
> - archsetjmp.h has been reduced.
> - Symbolic register names are fixed (asm.h).
> - Some not needed parts were removed.
> - crt0.S is fixed to work properly for both shared and static apps.
> - setjmp.S has  been reduced.
> - Some part are used from mips, to avoid coping over (klibc.ld).
> 
> This patch is tested with debian klibc version 2.0.3-1 and
> with last klibc version from:
> https://git.kernel.org/cgit/libs/klibc/klibc.git/
> 
> 
> All created binaries are successfully run.
> Al tests from ./usr/klibc/tests are successfully run.
> 
> 
> Any suggestions are welcome.
> I could provide any additional info if needed.
> 

Please don't submit a single monolithic patch.  Instead break it down
into reasonable subchunks, each with a description.  This is the same
procedure as for submitting patches to the Linux kernel.

	-hpa




More information about the klibc mailing list