CVS commit: src/tests/lib/csu

2021-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 3 20:17:37 UTC 2021 Modified Files: src/tests/lib/csu: h_ifunc_static.c Log Message: PR/56230: Jan-Benedict Glaw: arm oabi does not and will not have ifunc support. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/csu

2019-01-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 30 12:42:53 UTC 2019 Modified Files: src/tests/lib/csu: t_ifunc_static.sh Log Message: Move from uname -m to uname -p when checking if this target does support ifunc - someone with a powerpc machine please double check!

CVS commit: src/tests/lib/csu

2018-12-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 27 19:33:52 UTC 2018 Modified Files: src/tests/lib/csu: Makefile t_crt0.sh Added Files: src/tests/lib/csu: h_initfini_array.c Log Message: Add an initfini_array test that does not depend on the linker putting it

CVS commit: src/tests/lib/csu

2018-03-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Mar 11 21:20:22 UTC 2018 Modified Files: src/tests/lib/csu: h_ifunc_static.c Log Message: Stub out on platforms without ifunc support in the linker. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/csu/arch/powerpc

2017-02-27 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 20:22:32 UTC 2017 Modified Files: src/tests/lib/csu/arch/powerpc: h_initfini_align.S Log Message: check the lower bits of the stack pointer, not the lower bits of the upper half of the stack pointer. To generate a diff

CVS commit: src/tests/lib/csu

2016-04-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 4 09:52:03 UTC 2016 Modified Files: src/tests/lib/csu: Makefile Log Message: Replace LDADD with LDSTATIC. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/csu/Makefile Please note that diffs

CVS commit: src/tests/lib/csu/arch/ia64

2014-03-16 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Mar 16 09:20:05 UTC 2014 Added Files: src/tests/lib/csu/arch/ia64: h_initfini_align.S Log Message: Add stack align test stub for ia64 native csu To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/tests/lib/csu/arch/ia64

2014-03-16 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Mar 16 09:27:04 UTC 2014 Modified Files: src/tests/lib/csu/arch/ia64: h_initfini_align.S Log Message: Fix comment: ar.bsp is the RSE backing store base pointer, not ar.bspstore To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/csu/arch/sparc

2013-12-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 12 11:22:26 UTC 2013 Added Files: src/tests/lib/csu/arch/sparc: h_initfini_align.S Log Message: Add stack alignement test for sparc To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/tests/lib/csu

2013-12-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 11 17:31:56 UTC 2013 Modified Files: src/tests/lib/csu: Makefile.check_stack Added Files: src/tests/lib/csu/arch/alpha: h_initfini_align.S src/tests/lib/csu/arch/arm: h_initfini_align.S

CVS commit: src/tests/lib/csu/arch/hppa

2013-11-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Nov 15 11:48:30 UTC 2013 Added Files: src/tests/lib/csu/arch/hppa: h_initfini_align.S Log Message: Check stack alignment on hppa. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/tests/lib/csu/arch/sparc64

2013-11-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 15 20:00:20 UTC 2013 Added Files: src/tests/lib/csu/arch/sparc64: h_initfini_align.S Log Message: Add stack alignement checking for sparc64 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/tests/lib/csu

2011-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 2 09:33:45 UTC 2011 Modified Files: src/tests/lib/csu: Makefile Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/csu/Makefile Please note that diffs are not public

CVS commit: src/tests/lib/csu/arch

2010-12-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Dec 12 18:21:21 UTC 2010 Modified Files: src/tests/lib/csu/arch/i386: h_initfini_align.S src/tests/lib/csu/arch/x86_64: h_initfini_align.S Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/lib/csu/dso

2010-12-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Dec 7 00:54:44 UTC 2010 Removed Files: src/tests/lib/csu/dso: h_initfini_align.S Log Message: Kill file that should be pulled in from a different directory. Fixes regression test for i386. To generate a diff of this commit:

CVS commit: src/tests/lib/csu/arch

2010-12-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Dec 3 20:51:21 UTC 2010 Added Files: src/tests/lib/csu/arch/i386: h_initfini_align.S src/tests/lib/csu/arch/x86_64: h_initfini_align.S Log Message: Actually add the check_stack_alignment implementation for x86. To

CVS commit: src/tests/lib/csu/dso

2010-08-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 4 13:52:23 UTC 2010 Modified Files: src/tests/lib/csu/dso: Makefile Log Message: TESTSBASE is provided by bsd.own.mk now. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/csu/dso/Makefile

CVS commit: src/tests/lib/csu/dso

2010-08-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 4 13:56:10 UTC 2010 Modified Files: src/tests/lib/csu/dso: Makefile Log Message: Simplify. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/csu/dso/Makefile Please note that diffs are not