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
c47cbdfd
Commit
c47cbdfd
authored
Mar 11, 2011
by
YAMAMOTO Mitsuharu
Browse files
* src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223)
parent
1df1040b
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 @
c47cbdfd
2011-03-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* unexmacosx.c (copy_data_segment): Also copy __got section.
(Bug#8223)
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
...
...
src/unexmacosx.c
View file @
c47cbdfd
...
...
@@ -822,6 +822,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
...
...
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