Module Name:src
Committed By: rin
Date: Sat Jul 24 05:29:26 UTC 2021
Modified Files:
src/sys/lib/libkern/arch/powerpc: Makefile.inc
Log Message:
For evbppc, use C version of memcpy(3), memcmp(3), and memmove(3)
consistently for *.{po,pico,go} (for RUMP), in order to avoid
Module Name:src
Committed By: christos
Date: Fri Oct 28 02:00:50 UTC 2011
Modified Files:
src/sys/lib/libkern/arch/powerpc: gprsavrest.S
Log Message:
shouldn't need .size for ppc64.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/lib/libkern/arch/powe
Module Name:src
Committed By: matt
Date: Fri Aug 12 14:48:00 UTC 2011
Modified Files:
src/sys/lib/libkern/arch/powerpc: gprsavrest.S
Log Message:
Fix bug when only restoring r31 (lr was not being restored properly).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -
Module Name:src
Committed By: mrg
Date: Sat Jul 2 23:36:02 UTC 2011
Modified Files:
src/sys/lib/libkern/arch/powerpc: gprsavrest.S
Log Message:
fix the names of the _END symbols passed to .size; fixes rump issues,
and kernels still work fine, and ofwboot still links.
To
Module Name:src
Committed By: matt
Date: Sat Jul 2 03:35:04 UTC 2011
Modified Files:
src/sys/lib/libkern/arch/powerpc: Makefile.inc
Added Files:
src/sys/lib/libkern/arch/powerpc: gprsavrest.S
Log Message:
Add the _restgpr* and _savegpr* entries that GCC 4.5 wants.
Module Name:src
Committed By: matt
Date: Mon Jan 17 07:07:36 UTC 2011
Modified Files:
src/sys/lib/libkern/arch/powerpc: memset.S
Log Message:
Don't define _NOREGNAMES since all of libkern is now compiled with it.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.
Module Name:src
Committed By: matt
Date: Sun Jan 16 03:22:19 UTC 2011
Modified Files:
src/sys/lib/libkern/arch/powerpc: Makefile.inc
Log Message:
Add -D_NOREGNAMES
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/lib/libkern/arch/powerpc/Makefile.inc