From fb4528b8bbec71462403ad99e8975c51b1a3c39b Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Sat, 17 Jan 2026 11:52:15 +0100 Subject: [PATCH] nativeunwind: fix Go 1.26 Signed-off-by: Florian Lehner --- nativeunwind/elfunwindinfo/elfgopclntab.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nativeunwind/elfunwindinfo/elfgopclntab.go b/nativeunwind/elfunwindinfo/elfgopclntab.go index 16fc9f2ba..c0cb443a3 100644 --- a/nativeunwind/elfunwindinfo/elfgopclntab.go +++ b/nativeunwind/elfunwindinfo/elfgopclntab.go @@ -479,7 +479,6 @@ func NewGopclntab(ef *pfelf.File) (*Gopclntab, error) { // See https://github.com/golang/go/commit/0e1bd8b5f17e337df0ffb57af03419b96c695fe4 if sec := ef.Section(".text"); sec != nil { g.textStart = uintptr(sec.Addr) - break } } // With the change of the type of the first field of _func in Go 1.18, this