summaryrefslogtreecommitdiff
path: root/src/unexmacosx.c
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-09-22 15:20:45 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-09-22 15:20:45 -0400
commit9949231fb06aa4a2dfa536e9d5125a81424db3a7 (patch)
treea2259e8489127b8685097a20a3fd3d7be222d9fe /src/unexmacosx.c
parent298dfce8ac018aca6f8f1a38d7199cc28bfaf7fd (diff)
parentfc5ebc3f497a152132407d57a14cce147d59d29c (diff)
downloademacs-9949231fb06aa4a2dfa536e9d5125a81424db3a7.tar.gz
Merge from emacs-24
Diffstat (limited to 'src/unexmacosx.c')
-rw-r--r--src/unexmacosx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/unexmacosx.c b/src/unexmacosx.c
index 940cbfacb10..3bd8f3b02fc 100644
--- a/src/unexmacosx.c
+++ b/src/unexmacosx.c
@@ -1322,7 +1322,9 @@ dump_it (void)
}
if (curr_header_offset > text_seg_lowest_offset)
- unexec_error ("not enough room for load commands for new __DATA segments");
+ unexec_error ("not enough room for load commands for new __DATA segments"
+ " (increase headerpad_extra in configure.in to at least %lX)",
+ num_unexec_regions * sizeof (struct segment_command));
printf ("%ld unused bytes follow Mach-O header\n",
text_seg_lowest_offset - curr_header_offset);