diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-12 11:19:47 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-12 11:19:47 -0800 |
commit | 09d9db2c4921cb2eb0974892164dd03d6bffdd80 (patch) | |
tree | 7165f97f16ea0eaab567db2a45f69d1cdf66bdce /src/unexmacosx.c | |
parent | 54ce11a161cd756047fccdfc128dc0527692ea06 (diff) | |
parent | 6efb972c00a9ea8ffa84118199aa59c2d3a3b50e (diff) | |
download | emacs-09d9db2c4921cb2eb0974892164dd03d6bffdd80.tar.gz |
Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu
Diffstat (limited to 'src/unexmacosx.c')
-rw-r--r-- | src/unexmacosx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 7a55498085d..2e46c063e95 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c @@ -828,6 +828,7 @@ copy_data_segment (struct load_command *lc) } else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0 || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0 + || strncmp (sectp->sectname, "__got", 16) == 0 || strncmp (sectp->sectname, "__la_sym_ptr2", 16) == 0 || strncmp (sectp->sectname, "__dyld", 16) == 0 || strncmp (sectp->sectname, "__const", 16) == 0 |