]> git.eshelyaron.com Git - emacs.git/commitdiff
[temacs] Undef HAVE_POSIX_MEMALIGN.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 28 Aug 2009 22:50:11 +0000 (22:50 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 28 Aug 2009 22:50:11 +0000 (22:50 +0000)
src/ChangeLog
src/s/darwin.h

index 24a02d8d72b2dfc8e08673897da38900fe1b3d2b..64aebb22725f356b5c79e84b4cbd68ccfb8b5020 100644 (file)
@@ -1,3 +1,13 @@
+2009-08-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * 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  <eliz@gnu.org>
 
        * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
index da223e9a41c2eeef6c3a400feedc9b3793263e59..40aa5831994f2e5ff4e0c47403d450cf89609253 100644 (file)
@@ -171,6 +171,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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