Merge "linker: allow debugging of constructors"
This commit is contained in:
		@@ -2039,8 +2039,8 @@ static int link_image(soinfo *si, unsigned wr_offset)
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    if (program_is_setuid)
 | 
					    if (program_is_setuid)
 | 
				
			||||||
        nullify_closed_stdio ();
 | 
					        nullify_closed_stdio ();
 | 
				
			||||||
    call_constructors(si);
 | 
					 | 
				
			||||||
    notify_gdb_of_load(si);
 | 
					    notify_gdb_of_load(si);
 | 
				
			||||||
 | 
					    call_constructors(si);
 | 
				
			||||||
    return 0;
 | 
					    return 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
fail:
 | 
					fail:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user