NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48368 CVS commit: src/tests/lib/libc



The following reply was made to PR port-evbarm/48368; it has been noted by 
GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48368 CVS commit: src/tests/lib/libc
Date: Mon, 17 Feb 2014 10:10:41 +0000

 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