From 6beec0455645e23f98f8c8c8237391bfc0cc4e46 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 27 Aug 2023 18:45:03 +0200 Subject: [PATCH] FreeBSD: add an extra libc filter for _start in massif deep-D test --- tests/filter_libc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/filter_libc b/tests/filter_libc index 4f097903a3..bf035701c1 100755 --- a/tests/filter_libc +++ b/tests/filter_libc @@ -23,6 +23,7 @@ while (<>) # libc on x86 FreeBSD s#_start1 \(src/lib/csu/i386/crt1_c.c.*#(below main)#; + s#__libc_start1 \(in /...libc...\)#(below main)#; # filter out the exact libc-start.c:### line number. (ppc64*) s/\(libc-start.c:[0-9]*\)$/(in \/...libc...)/; -- 2.47.2