On Jul 17 08:55, Radek Barton via Cygwin-patches wrote: > Hello. > > Hmm. It's quite a while since I've been writing this and honestly I no longer > remember why I though the offset should be different for AArch64. Now, > looking into the documentation and the surrounding source code, I'd say 108 > is a correct value. Furthermore, I've tried `cygcheck -s -v` with both and > 112 was crashing while 108 seemed to work. > > Thank you for noticing this. > > Radek > > --- > >From a27cdd462d1067e8bffe7dade7c3d2088ed7866f Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Radek=20Barto=C5=88?= <radek.bar...@microsoft.com> > Date: Mon, 9 Jun 2025 13:08:35 +0200 > Subject: [PATCH v3] Cygwin: cygcheck: port to AArch64 > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > This patch ports `winsup/utils/mingw/cygcheck.cc` to AArch64: > - Adds arch=aarch64 to packages API URL. > - Ports dll_info function. > > Signed-off-by: Radek BartoĊ <radek.bar...@microsoft.com> > --- > winsup/utils/mingw/cygcheck.cc | 14 +++++++++++--- > 1 file changed, 11 insertions(+), 3 deletions(-)
Pushed. Thanks, Corinna