Early in the adoption of pointer authentication on Darwin systems, we had most environments running with the same number of addressing bits in use on AArch64 systems, and didn't prioritize fetching that value dynamically. Our environments have grown so there is no correct fixed value, and the correct value is determined dynamically in most scenarios; the hardcoding of one value can cause problems when running on a larger address space environment that may set its value later.
Change ABIMacOSX_arm64 to mask off the top byte unconditionally when we have no dynamic information about the number of addressing bits, instead of hardcoding the old addressable bits value.
I had a test which created a corefile with no LC_NOTE markup for the number of addressable bits, and tested against that to confirm the hardcoded default value was in effect. Remove that test.