Alexandre Julliard pushed to branch master at wine / wine
Commits: e2686a5d by Alexandre Julliard at 2025-04-07T11:58:37+02:00 winegcc: Set default section alignment to 64k on ARM64.
To support larger page sizes.
- - - - - 566fc927 by Alexandre Julliard at 2025-04-07T12:02:46+02:00 winegcc: Add a boolean flag for the -marm64x option.
For consistency with the other options.
- - - - - 12f00fa9 by Alexandre Julliard at 2025-04-07T16:26:01+02:00 winebuild: Align sections to 64k on ARM64.
- - - - - fbdd2e37 by Alexandre Julliard at 2025-04-07T17:24:19+02:00 ntdll: Move a bit more work into the open_builtin_so_file() helper function.
- - - - - a0f42351 by Alexandre Julliard at 2025-04-07T17:24:19+02:00 ntdll: Add a helper function to open the main image as .so file.
- - - - - 4cf3dd48 by Alexandre Julliard at 2025-04-07T17:24:19+02:00 ntdll: Move some code around to group together all functions related to .so dlls.
- - - - - cb1e4fa5 by Alexandre Julliard at 2025-04-07T17:24:19+02:00 ntdll: Don't build support for .so dlls on platforms that don't have them.
- - - - -
8 changed files:
- dlls/ntdll/unix/loader.c - dlls/ntdll/unix/signal_arm.c - dlls/ntdll/unix/signal_arm64.c - dlls/ntdll/unix/unix_private.h - tools/winebuild/build.h - tools/winebuild/spec32.c - tools/winebuild/utils.c - tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/872bf6b76b495b97a09db3a5652a30...