]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: find_fast_cwd: don't run assembler checking code on ARM64
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 13 Feb 2024 15:47:51 +0000 (16:47 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 13 Feb 2024 15:48:15 +0000 (16:48 +0100)
commit4e77fa9b8bf4818ff90c013f7e7b2b0ac0b968c5
treed07857bb8c172a8eb583b26f4cf5547df7fbb7fc
parent8aad3a7edeb27b163db551403eecc94c959c857a
Cygwin: find_fast_cwd: don't run assembler checking code on ARM64

https://cygwin.com/pipermail/cygwin/2024-February/255397.html
reports a crash on ARM64 probably related to checking x86_64
code on the x86_64 emulator on AArch64.

At least for testing, pull the code checking the host HW
up to be called before trying to evaluate assembler code.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/path.cc
This page took 0.031701 seconds and 5 git commands to generate.