>From e27fe51106a00f6c10e3ac2ab51cb4d12e028491 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Sat, 13 Jun 2020 02:07:57 +0200 Subject: [PATCH 2/6] Make function generally available for sections --- src/unexmacosx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 844fc87..d274ab7 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c @@ -1121,7 +1121,6 @@ copy_dyld_info (struct load_command *lc, long delta) } #endif -#ifdef LC_FUNCTION_STARTS /* Copy a LC_FUNCTION_STARTS/LC_DATA_IN_CODE/LC_DYLIB_CODE_SIGN_DRS load command from the input file to the output file, adjusting the data offset field. */ @@ -1142,7 +1141,6 @@ copy_linkedit_data (struct load_command *lc, long delta) curr_header_offset += lc->cmdsize; } -#endif /* Copy other kinds of load commands from the input file to the output file, ones that do not require adjustments of file offsets. */ -- 2.25.2