am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors"

* commit '0acdbe0892105d01a38de9baf4e34eef22b8259c':
  linker: allow debugging of constructors
diff --git a/linker/linker.c b/linker/linker.c
index e350d89..3d87542 100644
--- a/linker/linker.c
+++ b/linker/linker.c
@@ -2039,8 +2039,8 @@
      */
     if (program_is_setuid)
         nullify_closed_stdio ();
-    call_constructors(si);
     notify_gdb_of_load(si);
+    call_constructors(si);
     return 0;
 
 fail: