-
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.