[Bug 278393] Add arm64 port of Valgrind

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 16 Apr 2024 20:09:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278393

            Bug ID: 278393
           Summary: Add arm64 port of Valgrind
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pjfloyd@wanadoo.fr

Created attachment 250011
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250011&action=edit
Patch to bump valgrind-devel

Update devel/valgrind-devel.

Major changes: support for arm64
 --track-fds=yes warns about double closes of file descriptors
--show-error-list now takes an 'all' option.
Fixes for amd64 FMA instructions
Redirs for C23 sized and sized aligned free.
Fix for amd64 RORX imm8
--errors-for-leak-kinds and --exit-on-first-error work together correctly
Fix for binaries produced by mold
Fused add instructions used in the amd64 backend codegen, which improves
performance and accuracy
Incorrect parameter indexing in FreeBSD clock_nanosleep syscall wrapper
aarch64 fixes for scalar FRINTA and FRINTN instructions
False positives when using sem_trywait
amd64 VFMADD213SS incorrectly zeroes the non-result part of the SIMD registers.

The port was done on a Raspberry Pi 5 running FreeBSD 14.0-RELEASE

I also did some of the development on 15.0-CURRENT.

I have not tested anything earlier. It should work, but you never know.

amd64 and i386 should not be affected other than the bug fixes mentioned above.

-- 
You are receiving this mail because:
You are the assignee for the bug.