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

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 05:51:55 UTC 2023 Modified Files: src/tests/lib/csu/arch/riscv: h_initfini_align.S Log Message: riscv: tests/lib/csu: Fix typo in check_stack_alignment() Now, all tests in tests/lib/csu successfully pass for riscv64.

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

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 05:51:55 UTC 2023 Modified Files: src/tests/lib/csu/arch/riscv: h_initfini_align.S Log Message: riscv: tests/lib/csu: Fix typo in check_stack_alignment() Now, all tests in tests/lib/csu successfully pass for riscv64.

CVS commit: src/tests/lib/csu

2022-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 22 21:11:41 UTC 2022 Modified Files: src/tests/lib/csu: t_ifunc_static.sh Log Message: test: fix typo and improve wording To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/csu/t_ifunc_static.sh

CVS commit: src/tests/lib/csu

2022-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 22 21:11:41 UTC 2022 Modified Files: src/tests/lib/csu: t_ifunc_static.sh Log Message: test: fix typo and improve wording To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/csu/t_ifunc_static.sh

CVS commit: src/tests/lib/csu

2022-06-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 13 12:55:06 UTC 2022 Modified Files: src/tests/lib/csu: h_ifunc_static.c Log Message: Restore arm in the list of architectures supporting ifunc, accidently lost in the OABI removal. To generate a diff of this commit:

CVS commit: src/tests/lib/csu

2022-06-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 13 12:55:06 UTC 2022 Modified Files: src/tests/lib/csu: h_ifunc_static.c Log Message: Restore arm in the list of architectures supporting ifunc, accidently lost in the OABI removal. To generate a diff of this commit:

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

2021-06-07 Thread matthew green
Christos Zoulas writes: > In article , Joerg Sonnenberger > wrote: > >On Fri, Jun 04, 2021 at 10:20:24PM -, Christos Zoulas wrote: > >> In article , Joerg Sonnenberger > > wrote: > >> >On Thu, Jun 03, 2021 at 04:17:37PM -0400, Christos Zoulas wrote: > >> >> Module Name:src > >> >>

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

2021-06-06 Thread Christos Zoulas
In article , Joerg Sonnenberger wrote: >On Fri, Jun 04, 2021 at 10:20:24PM -, Christos Zoulas wrote: >> In article , Joerg Sonnenberger > wrote: >> >On Thu, Jun 03, 2021 at 04:17:37PM -0400, Christos Zoulas wrote: >> >> Module Name: src >> >> Committed By: christos >> >> Date:

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

2021-06-05 Thread Joerg Sonnenberger
On Fri, Jun 04, 2021 at 10:20:24PM -, Christos Zoulas wrote: > In article , Joerg Sonnenberger > wrote: > >On Thu, Jun 03, 2021 at 04:17:37PM -0400, Christos Zoulas wrote: > >> Module Name: src > >> Committed By: christos > >> Date: Thu Jun 3 20:17:37 UTC 2021 > >>

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

2021-06-04 Thread Christos Zoulas
In article , Joerg Sonnenberger wrote: >On Thu, Jun 03, 2021 at 04:17:37PM -0400, Christos Zoulas wrote: >> 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

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

2021-06-03 Thread Joerg Sonnenberger
On Thu, Jun 03, 2021 at 04:17:37PM -0400, Christos Zoulas wrote: > 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

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

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

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-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

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/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/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/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

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/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-12-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Dec 11 14:57:08 UTC 2011 Modified Files: src/tests/lib/csu: t_crt0.sh Log Message: Test LD_PRELOAD for stack alignment as well. This exposes issues on AMD64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

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/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/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/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

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