From 890617cbfdfa8b4b01d9d06b243f58e15c0350c4 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 28 Aug 2009 22:50:11 +0000 Subject: [PATCH] [temacs] Undef HAVE_POSIX_MEMALIGN. --- src/ChangeLog | 10 ++++++++++ src/s/darwin.h | 3 +++ 2 files changed, 13 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 24a02d8d72b..64aebb22725 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2009-08-28 YAMAMOTO Mitsuharu + + * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases + LC_DYLD_INFO and LC_DYLD_INFO_ONLY. + (copy_data_segment): Also copy __program_vars section. + (copy_dyld_info) [LC_DYLD_INFO]: New function. + (dump_it) [LC_DYLD_INFO]: Use it. + + * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN. + 2009-08-28 Eli Zaretskii * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on diff --git a/src/s/darwin.h b/src/s/darwin.h index da223e9a41c..40aa5831994 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -171,6 +171,9 @@ along with GNU Emacs. If not, see . */ #define malloc unexec_malloc #define realloc unexec_realloc #define free unexec_free +/* Don't use posix_memalign because it is not compatible with + unexmacosx.c. */ +#undef HAVE_POSIX_MEMALIGN #endif /* The ncurses library has been moved out of the System framework in -- 2.39.2