]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: broaden unknown suppression
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 24 Dec 2023 16:56:00 +0000 (17:56 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 24 Dec 2023 16:56:00 +0000 (17:56 +0100)
Also add comment about recently obsoleted syscalls

include/vki/vki-scnums-freebsd.h
memcheck/tests/supp_unknown.supp

index 9eb73591fa0f3fb37adbc91a7cc0a5138e0306c7..0b68383383c1e20a83225f7294228312f1760c1a 100644 (file)
 #define __NR_vfork               66
 /* obs vread                     67 */
 /* obs vwrite                    68 */
+/* both of the following are obsolete
+ * and removed in FreeBSD  15 */
 #define __NR_sbrk                69
 #define __NR_sstk                70
 /* old mmap                      71 */
index d54964ac07c99016835ade13706f36aec1763bb9..0cc37eb6f44c3362cbd2e676846e1251e8e34cf2 100644 (file)
 }
 
 {
-   FreeBSD GCC i386
+   FreeBSD i386
    Memcheck:Jump
    obj:*
-   fun:_start1
+   fun:_*_start1
    fun:(below main)
 }