Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
rockchip_bionic
Commits
91966c30
Commit
91966c30
authored
13 years ago
by
David 'Digit' Turner
Committed by
Android Git Automerger
13 years ago
Browse files
Options
Download
Plain Diff
am
0acdbe08
: am
89ea107d
: Merge "linker: allow debugging of constructors"
* commit '
0acdbe08
': linker: allow debugging of constructors
parents
35aebd36
0acdbe08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
linker/linker.c
linker/linker.c
+1
-1
No files found.
linker/linker.c
View file @
91966c30
...
...
@@ -2039,8 +2039,8 @@ static int link_image(soinfo *si, unsigned wr_offset)
*/
if
(
program_is_setuid
)
nullify_closed_stdio
();
call_constructors
(
si
);
notify_gdb_of_load
(
si
);
call_constructors
(
si
);
return
0
;
fail:
...
...
This diff is collapsed.
Click to expand it.
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