Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tests/lib/libc
Module Name: src
Committed By: martin
Date: Mon Feb 17 10:10:41 UTC 2014
Modified Files:
src/tests/lib/libc: Makefile
Added Files:
src/tests/lib/libc/sync: Makefile all_sync_ops_linkable.c
Log Message:
Add a link-time test for __sync_* primitives (see PR 48368) - this
will allow us to notice missing functions during the build, instead
of when compiling arbitrary pkgsrc stuff later.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/tests/lib/libc/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sync/Makefile \
src/tests/lib/libc/sync/all_sync_ops_linkable.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index