Re: git: ddf0ed09bd8f - main - sdt: Implement SDT probes using hot-patching
- In reply to: Mark Johnston : "Re: git: ddf0ed09bd8f - main - sdt: Implement SDT probes using hot-patching"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jun 2024 16:35:23 UTC
On Mon, Jun 24, 2024 at 9:06 AM Mark Johnston <markj@freebsd.org> wrote: > > On Mon, Jun 24, 2024 at 08:36:55AM -0700, Ryan Libby wrote: > > By the way, it seems gcc13 (latest in ports) doesn't support the "Ws" > > constraint. It seems to have been added to gcc 14. I know i386 is tier > > 2 these days, and gcc is a second consideration anyway. Trying to test > > out a patch for i386 gcc, I found that it doesn't build currently and > > this is one of a few reasons. > > What happens if "i" is used with gcc? IIRC I had tried gcc+i386 when > testing the patch but the kernel failed to build for other reasons at > the time. Sorry, just realized, I didn't mean to imply this was blocking me. I was able to get far enough through the build to verify my patch and I pushed it already: 88478cc02a20 i386 kernel __storeload_barrier: quiet gcc -Warray-bounds