Re: git: 783c318fd118 - main - zoneinfo: On amd64, include 32-bit data.
Date: Wed, 25 Jan 2023 16:22:21 UTC
Jessica Clarke <jrtc27@freebsd.org> writes: > Dag-Erling Smørgrav <des@FreeBSD.org> writes: > > zoneinfo: On amd64, include 32-bit data. > I’m not sure how this makes sense. Isn’t the file format entirely MI? It's not machine independent so much as multi-target. The file structure is basically: 32-bit header 32-bit data 64-bit header 64-bit data Recent versions leave out the 32-bit data unless you pass -b fat on the command line. To a legacy binary, that looks like a valid file (the 32-bit header is still present) with no transitions. DES -- Dag-Erling Smørgrav - des@FreeBSD.org