wine/loader
Brendan Shanks 7b82f507bd loader: Use zerofill sections instead of preloader on macOS when building with Xcode 15.3.
Xcode 15.3 adds a new linker flag ('-no_huge') which allows the loader
to use zero-fill sections to reserve the areas currently being
reserved by the preloader.

This means the preloader is no longer needed (a good thing, since it's
heavily dependent on private APIs).

The preloader will still be used when Xcode <15.3 is being used, or when
building for i386 (32-bit for 10.14 and earlier).
2024-06-21 17:33:24 +02:00
..
main.c loader: Use zerofill sections instead of preloader on macOS when building with Xcode 15.3. 2024-06-21 17:33:24 +02:00
main.h
Makefile.in loader: Force building the main loader as PIE on 64-bit. 2023-06-19 17:30:45 +02:00
preloader.c loader: Don't return from __stack_chk_fail() stub in preloader. 2023-09-04 11:40:38 +02:00
preloader_mac.c loader: In macOS preloader, add __program_vars section. 2023-07-18 15:16:12 +02:00
wine.de.UTF-8.man.in loader: Remove absolute paths references from the man page. 2024-01-02 21:54:41 +01:00
wine.desktop loader: Associate Wine with internet shortcuts. 2023-10-30 13:33:28 +01:00
wine.fr.UTF-8.man.in loader: Remove absolute paths references from the man page. 2024-01-02 21:54:41 +01:00
wine.inf.in wine.inf: Add Explorer\Advanced registry key. 2024-05-22 22:28:44 +02:00
wine.man.in loader: Remove absolute paths references from the man page. 2024-01-02 21:54:41 +01:00
wine.pl.UTF-8.man.in loader: Remove absolute paths references from the man page. 2024-01-02 21:54:41 +01:00
wine_info.plist.in loader: Add the CFBundleAllowMixedLocalizations key to the embedded Info.plist to allow Cocoa to localize its strings. 2015-12-12 05:28:02 +01:00