Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
427c5b1b
Commit
427c5b1b
authored
Jun 09, 2005
by
Steven Tamm
Browse files
unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
used by gcc4 on intel mac.
parent
6c06bd88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/unexmacosx.c
src/unexmacosx.c
+1
-0
No files found.
src/ChangeLog
View file @
427c5b1b
2005-06-08 Steven Tamm <steventamm@mac.com>
* unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
used by gcc4 on intel mac.
2005-06-09 Kim F. Storm <storm@cua.dk>
* search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
...
...
src/unexmacosx.c
View file @
427c5b1b
...
...
@@ -695,6 +695,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
,
"__la_sym_ptr2"
,
16
)
==
0
||
strncmp
(
sectp
->
sectname
,
"__dyld"
,
16
)
==
0
||
strncmp
(
sectp
->
sectname
,
"__const"
,
16
)
==
0
||
strncmp
(
sectp
->
sectname
,
"__cfstring"
,
16
)
==
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment